Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
igece committed Aug 27, 2021
1 parent ecc5ca7 commit fdab695
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ObjDiff/ObjDiff.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
<Authors>Israel Gómez de Celis González</Authors>
<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>
<Copyright>Copyright (c) 2021 Israel Gómez de Celis González</Copyright>
<Version>1.1.0</Version>
<Version>1.2.0</Version>
<PackageReleaseNotes>Added method MakeEqual as a shortcut to call Diff followed by Patch.</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit fdab695

Please sign in to comment.