Skip to content

Commit 3beb07b

Browse files
committed
Version 4.77
1 parent 7c8610a commit 3beb07b

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

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

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,17 @@
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.76.0</Version>
24-
<AssemblyVersion>4.76.0.0</AssemblyVersion>
23+
<Version>4.77.0</Version>
24+
<AssemblyVersion>4.77.0.0</AssemblyVersion>
2525
<NeutralLanguage>en-US</NeutralLanguage>
2626
<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
2830

29-
https://github.com/GregFinzer/Compare-Net-Objects/issues/244
30-
https://github.com/GregFinzer/Compare-Net-Objects/issues/245
31-
https://github.com/GregFinzer/Compare-Net-Objects/issues/246
3231
</PackageReleaseNotes>
3332
<Copyright>Copyright © 2022</Copyright>
34-
<FileVersion>4.76.0.0</FileVersion>
33+
<FileVersion>4.77.0.0</FileVersion>
3534

3635
<PackageLicenseFile>License.txt</PackageLicenseFile>
3736
<PackageIcon>NuGetIcon.png</PackageIcon>

0 commit comments

Comments
 (0)