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-7Lines changed: 4 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -20,16 +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.79.0</Version>
24
-
<AssemblyVersion>4.79.0.0</AssemblyVersion>
23
+
<Version>4.80.0</Version>
24
+
<AssemblyVersion>4.80.0.0</AssemblyVersion>
25
25
<NeutralLanguage>en-US</NeutralLanguage>
26
26
<Company>Kellerman Software</Company>
27
-
<PackageReleaseNotes>ShowCollectionKeyName Config option by gordon-matt https://github.com/GregFinzer/Compare-Net-Objects/pull/275
28
-
CompareBackingFields config option by Mch-Kuzyk https://github.com/GregFinzer/Compare-Net-Objects/pull/279
29
-
30
-
</PackageReleaseNotes>
27
+
<PackageReleaseNotes>Changes. Ability to compare DateOnly and TimeOnly for .NET Core 6.0 and higher. Update XML Doc for CollectionMatchingSpec. Fix hidden type bug. Fix for compare IEnumerable from killergege. Handle different enum types from killergege.</PackageReleaseNotes>
0 commit comments