Skip to content

Commit

Permalink
DiffEngine 11.4.1 (#913)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Jun 6, 2023
1 parent c8db38f commit 6577925
Show file tree
Hide file tree
Showing 3 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;msb3277;CS0436;CS1573</NoWarn>
<Version>20.3.1</Version>
<Version>20.3.2</Version>
<ImplicitUsings>enable</ImplicitUsings>
<LangVersion>11</LangVersion>
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
Expand Down
2 changes: 1 addition & 1 deletion src/Verify.ClipboardAccept/Verify.ClipboardAccept.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DiffEngine" Version="11.4.0" />
<PackageReference Include="DiffEngine" Version="11.4.1" />
<PackageReference Include="ConfigureAwait.Fody" Version="3.3.2" PrivateAssets="All" />
<PackageReference Include="Fody" Version="6.7.0" PrivateAssets="All" />
<PackageReference Include="TextCopy" Version="6.2.1" />
Expand Down
2 changes: 1 addition & 1 deletion src/Verify/Verify.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<Using Include="System.Xml" />
<Using Include="System.Runtime.Versioning" />
<Using Include="System.Runtime.InteropServices" />
<PackageReference Include="DiffEngine" Version="11.4.0" />
<PackageReference Include="DiffEngine" Version="11.4.1" />
<PackageReference Include="EmptyFiles" Version="4.4.0" PrivateAssets="None" />

<PackageReference Include="ConfigureAwait.Fody" Version="3.3.2" PrivateAssets="All" />
Expand Down

0 comments on commit 6577925

Please sign in to comment.