We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f0079b commit b57e24bCopy full SHA for b57e24b
1 file changed
NETCoreSync/NETCoreSync.csproj
@@ -9,16 +9,16 @@
9
<PackageProjectUrl>https://github.com/aldycool/NETCoreSync</PackageProjectUrl>
10
<RepositoryUrl>https://github.com/aldycool/NETCoreSync</RepositoryUrl>
11
<PackageTags>database sync synchronization framework NETCoreApp NETStandard Xamarin Forms</PackageTags>
12
- <PackageReleaseNotes>## v1.2.1 Release Notes
+ <PackageReleaseNotes>## v1.2.2 Release Notes
13
14
### Added Features
15
-* Support custom HTTP Headers in `SyncClient` constructor
+* Fix GZip decompression into chunks
16
17
### Breaking Changes
18
None
19
</PackageReleaseNotes>
20
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
21
- <Version>1.2.1</Version>
+ <Version>1.2.2</Version>
22
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
23
</PropertyGroup>
24
0 commit comments