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
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -20,18 +20,17 @@
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.76.0</Version>
24
-
<AssemblyVersion>4.76.0.0</AssemblyVersion>
23
+
<Version>4.77.0</Version>
24
+
<AssemblyVersion>4.77.0.0</AssemblyVersion>
25
25
<NeutralLanguage>en-US</NeutralLanguage>
26
26
<Company>Kellerman Software</Company>
27
-
<PackageReleaseNotes>Fixes for Compare Double Nan, IgnoreDateTimeOffsetTimezones, and CompareReadOnly == false.
27
+
<PackageReleaseNotes>Fix for comparing positive and negative infinity for a double. https://github.com/GregFinzer/Compare-Net-Objects/issues/260
28
+
Fix for default DateTime.Kind. https://github.com/GregFinzer/Compare-Net-Objects/issues/259
29
+
Option to Ignore Collection Count when Read Only. https://github.com/GregFinzer/Compare-Net-Objects/pull/256
0 commit comments