Skip to content

Commit eab0f0e

Browse files
committed
Publish v1.2.0
1 parent 36ece83 commit eab0f0e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

NETCoreSync/NETCoreSync.csproj

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@
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 />
12+
<PackageReleaseNotes>## Added Features
13+
* Support conflict handling during `DeserializeJsonToExistingData` method
14+
* Support suppressing Exception during hook calls if updated with older time stamp (GlobalTimeStamp only)
15+
16+
## Breaking Changes
17+
* `DeserializeJsonToExistingData` method signature change: adds `conflictType` parameter
18+
</PackageReleaseNotes>
1319
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
1420
<Version>1.2.0</Version>
1521
</PropertyGroup>

0 commit comments

Comments
 (0)