Skip to content

Commit c75ee3d

Browse files
committed
Version update
1 parent 1a091a3 commit c75ee3d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/ObjDiff/ObjDiff.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<Authors>Israel Gómez de Celis González</Authors>
1313
<Description>A C# .NET Standard library that allows to obtain the differences between two objects and, optionally, patch the first object with these differences so it becomes equal to the second one.</Description>
1414
<Copyright>Copyright (c) 2021 Israel Gómez de Celis González</Copyright>
15-
<Version>1.3.2</Version>
16-
<PackageReleaseNotes>Bug fixes.</PackageReleaseNotes>
15+
<Version>1.4.0</Version>
16+
<PackageReleaseNotes>New compare option DontDiveProperties, to avoid diving on specified property names.\nNew method AreEqual and extension method IsEqualTo to check for two objects equality based on ObjDiff's Diff method results.\nBug fixes.</PackageReleaseNotes>
1717
</PropertyGroup>
1818

1919
<ItemGroup>

0 commit comments

Comments
 (0)