Skip to content

Commit

Permalink
Bump version to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PereViader committed Oct 16, 2024
1 parent 9907452 commit e771f8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.14.0" />
<PackageReference Include="BenchmarkDotNet.Diagnostics.dotTrace" Version="0.14.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Verify.NUnit" Version="26.6.0" />
<PackageReference Include="Verify.NUnit" Version="27.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion ManualDi.Main/ManualDi.Main/ManualDi.Main.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Nullable>enable</Nullable>
<AssemblyName>ManualDi.Main</AssemblyName>
<RootNamespace>ManualDi.Main</RootNamespace>
<Version>1.6.0</Version>
<Version>1.6.1</Version>
<Authors>Pere Viader</Authors>
<RepositoryUrl>https://github.com/PereViader/ManualDi.Main</RepositoryUrl>
<Product>ManualDi.Main</Product>
Expand Down

0 comments on commit e771f8e

Please sign in to comment.