Skip to content

Commit

Permalink
bump version to 0.14.0
Browse files Browse the repository at this point in the history
* update packages
  • Loading branch information
SSchulze1989 committed Jan 3, 2025
1 parent 8e8c3c0 commit 1448e75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/iRLeagueManager.Web/iRLeagueManager.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>0.14.0-dev.1</Version>
<Version>0.14.0</Version>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>aspnet-iRLeagueManager.Web-2B05F9DC-55A3-49D1-BD64-31507000EDF3</UserSecretsId>
Expand All @@ -20,8 +20,8 @@
<PackageReference Include="Blazored.LocalStorage" Version="4.5.0" />
<PackageReference Include="CoreCLR-NCalc" Version="3.1.253" />
<PackageReference Include="HtmlSanitizer" Version="8.1.870" />
<PackageReference Include="iRLeagueApiCore.Client" Version="0.14.0-dev.4" />
<PackageReference Include="iRLeagueApiCore.Common" Version="0.14.0-dev.4" />
<PackageReference Include="iRLeagueApiCore.Client" Version="0.14.0" />
<PackageReference Include="iRLeagueApiCore.Common" Version="0.14.0" />
<PackageReference Include="Markdig" Version="0.39.1" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="8.0.8" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.8" />
Expand Down

0 comments on commit 1448e75

Please sign in to comment.