From 3bb7ac6701119dee9ab489b61032ba68b979d9fb Mon Sep 17 00:00:00 2001 From: Lajos Date: Sat, 28 Dec 2019 09:54:09 +0100 Subject: [PATCH] v3.1.0 --- appveyor.yml | 2 +- src/ConfigCatClient/ConfigCatClient.csproj | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 49eec6d3..ca53826b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 3.0.{build} +version: 3.1.{build} branches: only: - master diff --git a/src/ConfigCatClient/ConfigCatClient.csproj b/src/ConfigCatClient/ConfigCatClient.csproj index 6864f1de..93bc165f 100644 --- a/src/ConfigCatClient/ConfigCatClient.csproj +++ b/src/ConfigCatClient/ConfigCatClient.csproj @@ -7,7 +7,7 @@ true false strongname.snk - 3.0.0 + 3.1.0 Copyright © ConfigCat 2019 ConfigCat ConfigCat @@ -15,7 +15,9 @@ https://github.com/ConfigCat/.net-sdk https://github.com/ConfigCat/.net-sdk git - Version 3.0.0 + Version 3.1.0 + * Added new semantic version tests +Version 3.0.0 * Support new types (number, semver), detailed log entries, compressed http communication Version 2.5.0 * Support custom HttpClientHandler