Skip to content

Commit a4f8e6b

Browse files
committed
Version 4.78
1 parent 3be8de6 commit a4f8e6b

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,15 @@
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.77.0</Version>
24-
<AssemblyVersion>4.77.0.0</AssemblyVersion>
23+
<Version>4.78.0</Version>
24+
<AssemblyVersion>4.78.0.0</AssemblyVersion>
2525
<NeutralLanguage>en-US</NeutralLanguage>
2626
<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
3028

3129
</PackageReleaseNotes>
3230
<Copyright>Copyright © 2022</Copyright>
33-
<FileVersion>4.77.0.0</FileVersion>
31+
<FileVersion>4.78.0.0</FileVersion>
3432

3533
<PackageLicenseFile>License.txt</PackageLicenseFile>
3634
<PackageIcon>NuGetIcon.png</PackageIcon>

0 commit comments

Comments
 (0)