Skip to content

Commit f012e7f

Browse files
committed
Version 4.71
1 parent 9584ed8 commit f012e7f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Compare-NET-Objects/Compare-NET-Objects.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
<PackageTags>compare comparison equality equal deep objects difference compareobjects deepequal deepequals</PackageTags>
2121
<Description>What you have been waiting for. Perform a deep compare of any two .NET objects using reflection. Shows the differences between the two objects.</Description>
2222
<Authors>gfinzer</Authors>
23-
<Version>4.70.0</Version>
24-
<AssemblyVersion>4.70.0.0</AssemblyVersion>
23+
<Version>4.71.0</Version>
24+
<AssemblyVersion>4.71.0.0</AssemblyVersion>
2525
<NeutralLanguage>en-US</NeutralLanguage>
2626
<Company>Kellerman Software</Company>
27-
<PackageReleaseNotes>Fix for Dynamic Objects https://github.com/GregFinzer/Compare-Net-Objects/issues/103</PackageReleaseNotes>
27+
<PackageReleaseNotes>Fix for IPEndPoint comparison not detecting different IPv6 Addresses on .NET Core 3.1/.NET 5.0 https://github.com/GregFinzer/Compare-Net-Objects/issues/220</PackageReleaseNotes>
2828
<Copyright>Copyright © 2021 Kellerman Software</Copyright>
29-
<FileVersion>4.70.0.0</FileVersion>
29+
<FileVersion>4.71.0.0</FileVersion>
3030
</PropertyGroup>
3131

3232
<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard1.3'">

0 commit comments

Comments
 (0)