From 4fc43239d5b2c11234cc899794d2af5df1f794d9 Mon Sep 17 00:00:00 2001 From: Peter Csajtai Date: Wed, 8 Sep 2021 12:45:31 +0200 Subject: [PATCH] Update ConfigCatClient.csproj --- src/ConfigCatClient/ConfigCatClient.csproj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ConfigCatClient/ConfigCatClient.csproj b/src/ConfigCatClient/ConfigCatClient.csproj index 5493b522..18fa3225 100644 --- a/src/ConfigCatClient/ConfigCatClient.csproj +++ b/src/ConfigCatClient/ConfigCatClient.csproj @@ -15,7 +15,9 @@ https://github.com/ConfigCat/.net-sdk https://github.com/ConfigCat/.net-sdk git - Version 6.1.0 + Version 6.1.20 + * Bugfix: The SDK's json serialization behavior is not depending on the `JsonConvert.DefaultSettings` anymore. +Version 6.1.0 * Bugfix (#17) 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/)