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