Skip to content

Commit

Permalink
change text
Browse files Browse the repository at this point in the history
  • Loading branch information
mmanela committed Mar 10, 2021
1 parent b87f8b5 commit b72a7f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DiffPlex/DiffPlex.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Version>1.7.0</Version>
<PackageTags>diff</PackageTags>
<Description>DiffPlex is a diffing library that allows you to programatically create text diffs. DiffPlex is a fast and tested library.</Description>
<PackageReleaseNotes>* Add HasDifferences property.</PackageReleaseNotes>
<PackageReleaseNotes>Fixed diffing of sub-components (like words). Ensures ignoreWhitespace and ignoreCase are honoroed in that case and that the parent reflects modification state of the child.</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<PackageReference Condition="'$(TargetFramework)' == 'net40'" Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="all" />
Expand Down

0 comments on commit b72a7f4

Please sign in to comment.