From 442ca3a664a31254f956da75483475f81dff68ed Mon Sep 17 00:00:00 2001 From: Peter Csajtai Date: Thu, 3 Mar 2022 16:21:41 +0100 Subject: [PATCH] Fix readme path --- CHANGELOG.md | 6 +++--- src/ConfigCatClient/ConfigCatClient.csproj | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84491090..2d2bb85e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,15 +3,15 @@ ### 6.1.20 - Bugfix: The SDK's json serialization behavior is not depending on the `JsonConvert.DefaultSettings` anymore. ### 6.1.0 -- Bugfix (#17) +- Bugfix ([#17](https://github.com/configcat/.net-sdk/issues/17)) ### 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: +#### Breaking change: - Custom cache implementations should implement the new cache interface using key parameter in the get/set methods. ### 5.3.0 -- VariationID, bugfix (#11) +- VariationID, bugfix ([#11](https://github.com/configcat/.net-sdk/issues/11)) ### 5.2.0 - Bugfix (config fetch, caching) ### 5.1.0 diff --git a/src/ConfigCatClient/ConfigCatClient.csproj b/src/ConfigCatClient/ConfigCatClient.csproj index 232a451f..6b149ab1 100644 --- a/src/ConfigCatClient/ConfigCatClient.csproj +++ b/src/ConfigCatClient/ConfigCatClient.csproj @@ -59,7 +59,7 @@ Works with .NET, .NET Core, .NET Standard - +