From 4f8154759193f71e06fa917b9d449d043f008001 Mon Sep 17 00:00:00 2001 From: sige Date: Thu, 27 Feb 2020 15:01:40 +0100 Subject: [PATCH] v4.0 --- appveyor.yml | 2 +- src/ConfigCatClient/ConfigCatClient.csproj | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 994021e4..cf616733 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 3.2.{build} +version: 4.0.{build} branches: only: - master diff --git a/src/ConfigCatClient/ConfigCatClient.csproj b/src/ConfigCatClient/ConfigCatClient.csproj index 2ff2625c..5d3f2d33 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 3.2.0 + Version 4.0.0 + * Supporting sensitive text comparators. +Version 3.2.0 * Minor fix in info level logging Version 3.1.0 * Added new semantic version tests