Skip to content

Commit

Permalink
NuGet Version 4.58
Browse files Browse the repository at this point in the history
  • Loading branch information
GregFinzer committed Feb 26, 2019
1 parent e043c93 commit 96cd14d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Compare-NET-Objects/Compare-NET-Objects.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@
<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.57.0</Version>
<AssemblyVersion>4.57.0.0</AssemblyVersion>
<Version>4.58.0</Version>
<AssemblyVersion>4.58.0.0</AssemblyVersion>
<NeutralLanguage>en-US</NeutralLanguage>
<Company>Kellerman Software</Company>
<PackageReleaseNotes>Support for comparing private properties in .NET Standard 2.0 and higher via pull request: https://github.com/GregFinzer/Compare-Net-Objects/pull/119</PackageReleaseNotes>
<PackageReleaseNotes>New feature HTMLReporting, IgnoreStringLeadingTrailingWhitespace. Fixes TimeSpan comparison, indexer comparison, report output stream flush. References: https://github.com/GregFinzer/Compare-Net-Objects/pull/123 https://github.com/GregFinzer/Compare-Net-Objects/issues/124 IgnoreStringLeadingTrailingWhitespace https://github.com/GregFinzer/Compare-Net-Objects/pull/129 https://github.com/GregFinzer/Compare-Net-Objects/pull/136 https://github.com/GregFinzer/Compare-Net-Objects/issues/137</PackageReleaseNotes>
<Copyright>Copyright © 2019 Kellerman Software</Copyright>
</PropertyGroup>

<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard1.3'">
Expand Down

0 comments on commit 96cd14d

Please sign in to comment.