mirror of
https://github.com/QuotifyTeam/QuotifyBE.git
synced 2025-12-17 06:20:06 +01:00
chore: adjust line endings, show git info
This commit is contained in:
@@ -21,6 +21,8 @@ namespace QuotifyBE.Controllers
|
|||||||
}
|
}
|
||||||
public async Task SeedAsync()
|
public async Task SeedAsync()
|
||||||
{
|
{
|
||||||
|
Console.WriteLine($"You're running QuotifyBE, commit {ThisAssembly.Git.Commit} of branch {ThisAssembly.Git.Branch} ({ThisAssembly.Git.CommitDate})\n");
|
||||||
|
|
||||||
// Create a user account if no exist
|
// Create a user account if no exist
|
||||||
var AccountNum = await _db.Users.CountAsync();
|
var AccountNum = await _db.Users.CountAsync();
|
||||||
if (AccountNum == 0)
|
if (AccountNum == 0)
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
namespace QuotifyBE.Entities
|
namespace QuotifyBE.Entities
|
||||||
{
|
{
|
||||||
public class Image
|
public class Image
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -13,6 +13,10 @@
|
|||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="EntityFramework" Version="6.5.1" />
|
<PackageReference Include="EntityFramework" Version="6.5.1" />
|
||||||
|
<PackageReference Include="GitInfo" Version="3.5.0">
|
||||||
|
<PrivateAssets>all</PrivateAssets>
|
||||||
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||||
|
</PackageReference>
|
||||||
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.18" />
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.18" />
|
||||||
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="8.0.18" />
|
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="8.0.18" />
|
||||||
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.7" />
|
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.7" />
|
||||||
|
|||||||
Reference in New Issue
Block a user