Skip to content

Commit 146dca3

Browse files
committed
Version 4.80
1 parent 110466f commit 146dca3

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

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

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +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.79.0</Version>
24-
<AssemblyVersion>4.79.0.0</AssemblyVersion>
23+
<Version>4.80.0</Version>
24+
<AssemblyVersion>4.80.0.0</AssemblyVersion>
2525
<NeutralLanguage>en-US</NeutralLanguage>
2626
<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>
3128
<Copyright>Copyright © 2023</Copyright>
32-
<FileVersion>4.79.0.0</FileVersion>
29+
<FileVersion>4.80.0.0</FileVersion>
3330

3431
<PackageLicenseFile>License.txt</PackageLicenseFile>
3532
<PackageIcon>NuGetIcon.png</PackageIcon>

0 commit comments

Comments
 (0)