You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Compare-NET-Objects/Compare-NET-Objects.csproj
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -20,13 +20,13 @@
20
20
<PackageTags>compare comparison equality equal deep objects difference compareobjects deepequal deepequals</PackageTags>
21
21
<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>
22
22
<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>
25
25
<NeutralLanguage>en-US</NeutralLanguage>
26
26
<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>
0 commit comments