Skip to content

Commit e918103

Browse files
committed
# v1.2.0 Release Notes
## Added Features * Support conflict handling during `DeserializeJsonToExistingData` method * Support suppressing Exception during hook calls if updated with older time stamp (GlobalTimeStamp only) ## Breaking Changes * `DeserializeJsonToExistingData` method signature change: adds `conflictType` parameter
1 parent eab0f0e commit e918103

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

NETCoreSync/NETCoreSync.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
<PackageProjectUrl>https://github.com/aldycool/NETCoreSync</PackageProjectUrl>
1010
<RepositoryUrl>https://github.com/aldycool/NETCoreSync</RepositoryUrl>
1111
<PackageTags>database sync synchronization framework NETCoreApp NETStandard Xamarin Forms</PackageTags>
12-
<PackageReleaseNotes>## Added Features
12+
<PackageReleaseNotes># v1.2.0 Release Notes
13+
14+
## Added Features
1315
* Support conflict handling during `DeserializeJsonToExistingData` method
1416
* Support suppressing Exception during hook calls if updated with older time stamp (GlobalTimeStamp only)
1517

0 commit comments

Comments
 (0)