diff --git a/appveyor.yml b/appveyor.yml index 6520eb5a..2025f293 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 5.3.{build} +version: 6.0.{build} image: Visual Studio 2019 configuration: Release platform: Any CPU diff --git a/src/ConfigCatClient/ConfigCatClient.csproj b/src/ConfigCatClient/ConfigCatClient.csproj index 2137457d..b973a85a 100644 --- a/src/ConfigCatClient/ConfigCatClient.csproj +++ b/src/ConfigCatClient/ConfigCatClient.csproj @@ -15,7 +15,12 @@ https://github.com/ConfigCat/.net-sdk https://github.com/ConfigCat/.net-sdk git - Version 5.3.0 + 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)