Skip to content

Commit

Permalink
Update nuget packages, bump version to 4.3.4 (#96)
Browse files Browse the repository at this point in the history
* cloudscribe.Web.Navigation 6.0.4 => 8.0.0
* NLog.Web.AspNetCore 5.3.11 => 5.3.14
* Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation 8.0.7 => 8.0.8
* Microsoft.VisualStudio.Web.CodeGeneration.Design 8.0.3 => 8.0.5
  • Loading branch information
axunonb authored Sep 26, 2024
1 parent cd7d7fa commit 5fe56b6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Src/TournamentCalendar/TournamentCalendar.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<PropertyGroup>
<Product>TournamentCalendar</Product>
<TargetFramework>net8.0</TargetFramework>
<Version>4.3.3</Version>
<FileVersion>4.3.3</FileVersion>
<Version>4.3.4</Version>
<FileVersion>4.3.4</FileVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion><!--only update AssemblyVersion with major releases -->
<EnableDefaultContentItems>true</EnableDefaultContentItems>
<Authors>axuno gGmbH</Authors>
Expand Down Expand Up @@ -55,18 +55,18 @@
<InternalsVisibleTo Include="TournamentCalendar.Tests" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="cloudscribe.Web.Navigation" Version="6.0.4" />
<PackageReference Include="cloudscribe.Web.Navigation" Version="8.0.0" />
<PackageReference Include="JSNLog" Version="3.0.3" />
<PackageReference Include="MailMergeLib" Version="5.12.3" />
<PackageReference Include="Microsoft.DotNet.PlatformAbstractions" Version="3.1.6" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="NLog.Web.AspNetCore" Version="5.3.11" />
<PackageReference Include="NLog.Web.AspNetCore" Version="5.3.14" />
<PackageReference Include="StackifyMiddleware" Version="3.3.3.4767" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="8.0.7" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="8.0.8" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.5" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Security.Cryptography.Xml" Version="8.0.1" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
Expand Down

0 comments on commit 5fe56b6

Please sign in to comment.