From 5eebe35fa7939aaf7830f1e60a1ba0d5b525b482 Mon Sep 17 00:00:00 2001 From: sige Date: Thu, 9 Apr 2020 19:06:34 +0200 Subject: [PATCH] v5 --- appveyor.yml | 2 +- src/ConfigCatClient/ConfigCatClient.csproj | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index cf616733..327a180a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 4.0.{build} +version: 5.0.{build} branches: only: - master diff --git a/src/ConfigCatClient/ConfigCatClient.csproj b/src/ConfigCatClient/ConfigCatClient.csproj index 5d3f2d33..f697c602 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 4.0.0 + Version 5.0.0 + * Breaking change: Renamed `API Key` to `SDK Key`. +Version 4.0.0 * Supporting sensitive text comparators. Version 3.2.0 * Minor fix in info level logging