Skip to content

Commit

Permalink
Version 4.78
Browse files Browse the repository at this point in the history
  • Loading branch information
GregFinzer committed Sep 1, 2022
1 parent 3be8de6 commit a4f8e6b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Compare-NET-Objects/Compare-NET-Objects.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,15 @@
<PackageTags>compare comparison equality equal deep objects difference compareobjects deepequal deepequals</PackageTags>
<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>
<Authors>gfinzer</Authors>
<Version>4.77.0</Version>
<AssemblyVersion>4.77.0.0</AssemblyVersion>
<Version>4.78.0</Version>
<AssemblyVersion>4.78.0.0</AssemblyVersion>
<NeutralLanguage>en-US</NeutralLanguage>
<Company>Kellerman Software</Company>
<PackageReleaseNotes>Fix for comparing positive and negative infinity for a double. https://github.com/GregFinzer/Compare-Net-Objects/issues/260
Fix for default DateTime.Kind. https://github.com/GregFinzer/Compare-Net-Objects/issues/259
Option to Ignore Collection Count when Read Only. https://github.com/GregFinzer/Compare-Net-Objects/pull/256
<PackageReleaseNotes>Bump Newtonsoft.Json from 12.0.1 to 13.0.1

</PackageReleaseNotes>
<Copyright>Copyright © 2022</Copyright>
<FileVersion>4.77.0.0</FileVersion>
<FileVersion>4.78.0.0</FileVersion>

<PackageLicenseFile>License.txt</PackageLicenseFile>
<PackageIcon>NuGetIcon.png</PackageIcon>
Expand Down

0 comments on commit a4f8e6b

Please sign in to comment.