Skip to content

Commit

Permalink
DiffEngine 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Nov 22, 2021
1 parent f8c7cd0 commit 7d533ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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</NoWarn>
<Version>14.4.0</Version>
<Version>14.4.1</Version>
<AssemblyVersion>1.0.0</AssemblyVersion>
<PackageTags>Json, Testing, Verify, Snapshot, Approvals</PackageTags>
<Description>Enables verification of complex models and documents.</Description>
Expand Down
2 changes: 1 addition & 1 deletion src/Verify.Tests/Verify.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<Compile Remove="Converters\TypeConverterTests.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="DiffEngine" Version="8.3.0" />
<PackageReference Include="DiffEngine" Version="8.4.0" />
<PackageReference Include="InfoOf.Fody" Version="2.1.0" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="6.0.0" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
Expand Down

0 comments on commit 7d533ba

Please sign in to comment.