From 7681e13cd3970dd74ba136f3bd206045a7e5448a Mon Sep 17 00:00:00 2001 From: Peter Csajtai Date: Mon, 20 Sep 2021 22:58:42 +0200 Subject: [PATCH] Release notes --- 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 154bad35..ad893458 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.2.0 + Version 6.2.1 + * Reducing the number of json deserializations between `GetValue` calls. +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)