Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
z4kn4fein committed Oct 12, 2020
1 parent 7bd21b9 commit 80a7259
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 5.3.{build}
version: 6.0.{build}
image: Visual Studio 2019
configuration: Release
platform: Any CPU
Expand Down
7 changes: 6 additions & 1 deletion src/ConfigCatClient/ConfigCatClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@
<PackageProjectUrl>https://github.com/ConfigCat/.net-sdk</PackageProjectUrl>
<RepositoryUrl>https://github.com/ConfigCat/.net-sdk</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageReleaseNotes>Version 5.3.0
<PackageReleaseNotes>Version 6.0.0
* Addressing global data handling and processing trends via Data Governance feature. Customers can control the geographic location where their config JSONs get published to. [See the docs.](https://configcat.com/docs/advanced/data-governance/)
We are introducing a new DataGovernance initialization parameter. Set this parameter to be in sync with the Data Governance preference on the [Dashboard](https://app.configcat.com/organization/data-governance).
Breaking change:
- Custom cache implementations should implement the new cache interface using key parameter in the get/set methods.
Version 5.3.0
* VariationID, bugfix (#11)
Version 5.2.0
* Bugfix (config fetch, caching)
Expand Down

0 comments on commit 80a7259

Please sign in to comment.