Skip to content

Commit

Permalink
NuGet Version 4.62
Browse files Browse the repository at this point in the history
  • Loading branch information
GregFinzer committed Jul 24, 2019
1 parent b5e9f3d commit 64a5559
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions Compare-NET-Objects/Compare-NET-Objects.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,25 @@
<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>KellermanSoftware</Authors>
<Version>4.61.0</Version>
<AssemblyVersion>4.61.0.0</AssemblyVersion>
<Version>4.62.0</Version>
<AssemblyVersion>4.62.0.0</AssemblyVersion>
<NeutralLanguage>en-US</NeutralLanguage>
<Company>Kellerman Software</Company>
<PackageReleaseNotes>Defect Fixes
IgnoreOrder with Floats by @zhyy2008z https://github.com/GregFinzer/Compare-Net-Objects/issues/154
Load Configuration Null Exception https://github.com/GregFinzer/Compare-Net-Objects/issues/158
Ref Struct Exception https://github.com/GregFinzer/Compare-Net-Objects/issues/161
<PackageReleaseNotes>Defect Fixes:

New Features:
Lambda Ignore Properties by @ajepst. https://github.com/GregFinzer/Compare-Net-Objects/pull/153
Generic type custom comparer from @goyzhang. https://github.com/GregFinzer/Compare-Net-Objects/pull/159
</PackageReleaseNotes>
* Fix for negative number formatting in User Friendly report: https://github.com/GregFinzer/Compare-Net-Objects/issues/166

* Fix for GetHashCode treating objects as equal. Fixes these issues:
https://github.com/GregFinzer/Compare-Net-Objects/issues/169
https://github.com/GregFinzer/Compare-Net-Objects/issues/157
https://github.com/GregFinzer/Compare-Net-Objects/issues/149
https://github.com/GregFinzer/Compare-Net-Objects/issues/122
https://github.com/GregFinzer/Compare-Net-Objects/issues/113
https://github.com/GregFinzer/Compare-Net-Objects/issues/34

New Features:
* Add ElapsedMilliseconds to .NET Standard Build
* Performance improvements to unordered enumerable collections by @jsobell</PackageReleaseNotes>
<Copyright>Copyright © 2019 Kellerman Software</Copyright>
</PropertyGroup>

Expand Down

0 comments on commit 64a5559

Please sign in to comment.