Skip to content

Commit

Permalink
update-to-Argon-0.21.0 (#1261)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp authored Jul 31, 2024
1 parent 6595694 commit d0b6cc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project>
<PropertyGroup>
<NoWarn>CS1591;CS0649;xUnit1026;xUnit1013;CS1573;VerifyTestsProjectDir;VerifySetParameters;PolyFillTargetsForNuget</NoWarn>
<Version>26.1.5</Version>
<Version>26.1.6</Version>
<ImplicitUsings>enable</ImplicitUsings>
<LangVersion>preview</LangVersion>
<AssemblyVersion>1.0.0</AssemblyVersion>
Expand Down
4 changes: 2 additions & 2 deletions src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<CentralPackageTransitivePinningEnabled>false</CentralPackageTransitivePinningEnabled>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Argon" Version="0.20.0" />
<PackageVersion Include="Argon.FSharp" Version="0.20.0" />
<PackageVersion Include="Argon" Version="0.21.0" />
<PackageVersion Include="Argon.FSharp" Version="0.21.0" />
<PackageVersion Include="BenchmarkDotNet" Version="0.13.12" />
<PackageVersion Include="DiffEngine" Version="15.5.0" />
<PackageVersion Include="Expecto" Version="10.2.1" />
Expand Down

0 comments on commit d0b6cc0

Please sign in to comment.