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-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -20,17 +20,15 @@
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.77.0</Version>
24
-
<AssemblyVersion>4.77.0.0</AssemblyVersion>
23
+
<Version>4.78.0</Version>
24
+
<AssemblyVersion>4.78.0.0</AssemblyVersion>
25
25
<NeutralLanguage>en-US</NeutralLanguage>
26
26
<Company>Kellerman Software</Company>
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
27
+
<PackageReleaseNotes>Bump Newtonsoft.Json from 12.0.1 to 13.0.1
0 commit comments