Skip to content

Commit

Permalink
add version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminAbt committed Nov 5, 2024
1 parent 08ad173 commit 2cdc8c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ItemGroup Label=".NET">
<PackageVersion Include="System.Text.Json" Version="8.0.5" />
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="7.0.0" />
<PackageVersion Include="FluentValidation" Version="11.9.0" />
<PackageVersion Include="FluentValidation" Version="11.10.0" />
</ItemGroup>
<ItemGroup Label="Analyzers">
<PackageVersion Include="Roslynator.Analyzers" Version="4.3.0">
Expand All @@ -26,7 +26,7 @@
</PackageVersion>
</ItemGroup>
<ItemGroup Label="Tests">
<PackageVersion Include="BenchmarkDotNet" Version="0.13.10" />
<PackageVersion Include="BenchmarkDotNet" Version="0.14.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageVersion Include="xunit" Version="2.9.2" />
<PackageVersion Include="xunit.runner.console" Version="2.9.2">
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "0.1",
"version": "1.1",
"assemblyVersion": {
"precision": "revision" // optional. Use when you want a more precise assembly version than the default major.minor.
},
Expand Down

0 comments on commit 2cdc8c5

Please sign in to comment.