Skip to content

Commit

Permalink
build: Update project and package versions
Browse files Browse the repository at this point in the history
- Updated the project version to 0.17.3
- Updated various package versions, including Hangfire.AspNetCore to 1.8.11, Hangfire.PostgreSql to 1.20.6, Microsoft.AspNetCore.Authentication.JwtBearer to 8.0.2, Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson to 8.0.2, Microsoft.EntityFrameworkCore.Design to 8.0.2, Npgsql.EntityFrameworkCore.PostgreSQL to 8.0.2, Polly.Extensions to 8.3.0
- Updated the package.json version for wowskarma.app to 0.17.3
  • Loading branch information
SakuraIsayeki committed Feb 23, 2024
1 parent decd8aa commit 6c8bdb1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
19 changes: 10 additions & 9 deletions WowsKarma.Api/WowsKarma.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>

<Version>0.17.2</Version>
<ProductVersion>0.17.2</ProductVersion>
<Version>0.17.3</Version>
<ProductVersion>0.17.3</ProductVersion>
<Authors>Sakura Akeno Isayeki</Authors>
<Company>Nodsoft Systems</Company>
<Product>WOWS Karma (API)</Product>
<PackageProjectUrl>https://wows-karma.com</PackageProjectUrl>
<RepositoryUrl>https://github.com/SakuraIsayeki/WoWS-Karma</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>

<UserSecretsId>8247eff5-32cd-4d58-ae32-52f2201e69c5</UserSecretsId>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
Expand All @@ -30,22 +31,22 @@
<PackageReference Include="DSharpPlus" Version="4.4.6" />
<PackageReference Include="ExpressionDebugger" Version="2.2.1" />
<PackageReference Include="FlexLabs.EntityFrameworkCore.Upsert" Version="8.0.0" />
<PackageReference Include="Hangfire.AspNetCore" Version="1.8.7" />
<PackageReference Include="Hangfire.PostgreSql" Version="1.20.5" />
<PackageReference Include="Hangfire.AspNetCore" Version="1.8.11" />
<PackageReference Include="Hangfire.PostgreSql" Version="1.20.6" />
<PackageReference Include="Hangfire.Tags.PostgreSql" Version="1.9.6" />
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0" />
<PackageReference Include="Mapster" Version="7.4.0" />
<PackageReference Include="Mapster.DependencyInjection" Version="1.0.1" />
<PackageReference Include="Mapster.EFCore" Version="5.1.1" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.2" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="8.0.1" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson" Version="8.0.1" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson" Version="8.0.2" />
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.1">
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand All @@ -54,8 +55,8 @@
<PackageReference Include="NodaTime" Version="3.1.9" />
<PackageReference Include="Nodsoft.Wargaming.Api.Client" Version="0.3.5" />
<PackageReference Include="Nodsoft.WowsReplaysUnpack.ExtendedData" Version="2.0.2" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.0" />
<PackageReference Include="Polly.Extensions" Version="8.2.1" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.2" />
<PackageReference Include="Polly.Extensions" Version="8.3.0" />
<PackageReference Include="Serilog.AspNetCore" Version="8.0.1" />
<PackageReference Include="Serilog.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
Expand Down
2 changes: 1 addition & 1 deletion wowskarma.app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wowskarma.app",
"version": "0.17.1",
"version": "0.17.3",
"scripts": {
"ng": "ng",
"dev": "ng serve --watch --ssl true",
Expand Down

0 comments on commit 6c8bdb1

Please sign in to comment.