Skip to content

Commit

Permalink
Verify 19.13.0 and Argon 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Apr 23, 2023
1 parent e69fafe commit 257ad86
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/CompactTests/CompactTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<TargetFramework>net7.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Argon" Version="0.5.2" />
<PackageReference Include="Argon" Version="0.6.0" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.4.2" />
<PackageReference Include="Verify.NUnit" Version="19.12.3" />
<PackageReference Include="Verify.NUnit" Version="19.13.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<ProjectReference Include="..\Verify.DiffPlex\Verify.DiffPlex.csproj" />
<PackageReference Include="ProjectDefaults" Version="1.0.90" PrivateAssets="all" />
Expand Down
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</NoWarn>
<Version>2.2.0</Version>
<Version>2.2.1</Version>
<AssemblyVersion>1.0.0</AssemblyVersion>
<PackageTags>DiffPlex, Verify</PackageTags>
<Description>Extends Verify (https://github.com/VerifyTests/Verify) to allow comparison of text via DiffPlex (https://github.com/mmanela/diffplex).</Description>
Expand Down
4 changes: 2 additions & 2 deletions src/Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<TargetFramework>net7.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Argon" Version="0.5.2" />
<PackageReference Include="Argon" Version="0.6.0" />
<PackageReference Include="MarkdownSnippets.MsBuild" Version="24.5.1" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.4.2" />
<PackageReference Include="Verify.NUnit" Version="19.12.3" />
<PackageReference Include="Verify.NUnit" Version="19.13.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<ProjectReference Include="..\Verify.DiffPlex\Verify.DiffPlex.csproj" />
<PackageReference Include="ProjectDefaults" Version="1.0.90" PrivateAssets="all" />
Expand Down
4 changes: 2 additions & 2 deletions src/Verify.DiffPlex/Verify.DiffPlex.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<TargetFrameworks>net48;netstandard2.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Argon" Version="0.5.2" />
<PackageReference Include="Argon" Version="0.6.0" />
<PackageReference Include="DiffPlex" Version="1.7.1" />
<PackageReference Include="Polyfill" Version="1.17.1" PrivateAssets="all" />
<PackageReference Include="Verify" Version="19.12.3" />
<PackageReference Include="Verify" Version="19.13.0" />
<PackageReference Include="ProjectDefaults" Version="1.0.90" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
</ItemGroup>
Expand Down

0 comments on commit 257ad86

Please sign in to comment.