Skip to content

Commit 3bfea50

Browse files
Argon 0.7.2 (#912)
* Argon 0.7.2 * Docs changes --------- Co-authored-by: GitHub Action <[email protected]>
1 parent c7aa6c9 commit 3bfea50

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project>
33
<PropertyGroup>
44
<NoWarn>CS1591;CS0649;xUnit1026;xUnit1013;msb3277;CS0436;CS1573</NoWarn>
5-
<Version>20.3.0</Version>
5+
<Version>20.3.1</Version>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<LangVersion>11</LangVersion>
88
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>

src/FSharpTests/FSharpTests.fsproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77
<ItemGroup>
88
<Compile Include="Tests.fs" />
9-
<PackageReference Include="Argon.FSharp" Version="0.7.1" />
9+
<PackageReference Include="Argon.FSharp" Version="0.7.2" />
1010
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.1" />
1111
<PackageReference Include="xunit" Version="2.4.2" />
1212
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" PrivateAssets="all" />

src/Verify/Verify.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<PackageReference Include="ConfigureAwait.Fody" Version="3.3.2" PrivateAssets="All" />
3030
<PackageReference Include="Fody" Version="6.7.0" PrivateAssets="All" />
3131
<PackageReference Include="SimpleInfoName" Version="2.1.1" />
32-
<PackageReference Include="Argon" Version="0.7.1" />
32+
<PackageReference Include="Argon" Version="0.7.2" />
3333
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
3434
<PackageReference Include="ProjectDefaults" Version="1.0.90" PrivateAssets="all" />
3535
<PackageReference Include="System.ValueTuple" Version="4.5.0" Condition="$(TargetFramework.StartsWith('net46'))" />

0 commit comments

Comments
 (0)