You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ObjDiff/ObjDiff.csproj
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,8 @@
12
12
<Authors>Israel Gómez de Celis González</Authors>
13
13
<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>
14
14
<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>
0 commit comments