Skip to content

Commit bfb35ab

Browse files
committed
V4.65 Change nuget package release notes
1 parent 7a71fa4 commit bfb35ab

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,14 @@
2424
<AssemblyVersion>4.65.0.0</AssemblyVersion>
2525
<NeutralLanguage>en-US</NeutralLanguage>
2626
<Company>Kellerman Software</Company>
27-
<PackageReleaseNotes>Fix for comparing lists out of order with null items in the list. https://github.com/GregFinzer/Compare-Net-Objects/issues/181
28-
New custom property comparer feature by @flotas. https://github.com/GregFinzer/Compare-Net-Objects/pull/184</PackageReleaseNotes>
27+
<PackageReleaseNotes>Fixes for bugs with Dots and Tabs
28+
https://github.com/GregFinzer/Compare-Net-Objects/issues/186
29+
30+
Comparing nullable decimal property 1.1m and 1.10m in complex type collection resulting "not equal"
31+
https://github.com/GregFinzer/Compare-Net-Objects/issues/187
32+
33+
Support for nullable Enum-Properties
34+
https://github.com/GregFinzer/Compare-Net-Objects/issues/189</PackageReleaseNotes>
2935
<Copyright>Copyright © 2019 Kellerman Software</Copyright>
3036
</PropertyGroup>
3137

0 commit comments

Comments
 (0)