Skip to content

Commit fdab695

Browse files
committed
Updated version number
1 parent ecc5ca7 commit fdab695

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/ObjDiff/ObjDiff.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +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.1.0</Version>
15+
<Version>1.2.0</Version>
16+
<PackageReleaseNotes>Added method MakeEqual as a shortcut to call Diff followed by Patch.</PackageReleaseNotes>
1617
</PropertyGroup>
1718

1819
<ItemGroup>

0 commit comments

Comments
 (0)