diff --git a/DEPLOY.md b/DEPLOY.md
index 06722a3d..07cc66fd 100644
--- a/DEPLOY.md
+++ b/DEPLOY.md
@@ -1,13 +1,12 @@
# Steps to Deploy
1. Run tests
-2. Set version in `appveyor.yml`
-
- e.g: from `version: 2.5.{build}` to `version: 2.6.{build}`
-3. Push to `master`
-4. Deploy to NuGet.org
+2. Set version in `appveyor.yml` (e.g: from `version: 2.5.{build}` to `version: 2.6.{build}`)
+3. Update release notes in ConfigCatClient.csproj (PackageReleaseNotes)
+4. Push to `master`
+5. Deploy to NuGet.org
Create a new deployment on https://ci.appveyor.com/project/configcat/net-sdk/deployments
-5. Make sure new package is available via Nuget.org: https://www.nuget.org/packages/ConfigCat.Client
+6. Make sure new package is available via Nuget.org: https://www.nuget.org/packages/ConfigCat.Client
*Usually it takes a few minutes to propagate.*
-6. Add release notes: https://github.com/configcat/.net-sdk/releases
\ No newline at end of file
+7. Add release notes: https://github.com/configcat/.net-sdk/releases
\ No newline at end of file
diff --git a/appveyor.yml b/appveyor.yml
index a6d1da13..49eec6d3 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,4 +1,4 @@
-version: 2.5.{build}
+version: 3.0.{build}
branches:
only:
- master
diff --git a/src/ConfigCatClient/ConfigCatClient.csproj b/src/ConfigCatClient/ConfigCatClient.csproj
index 9bead90b..6864f1de 100644
--- a/src/ConfigCatClient/ConfigCatClient.csproj
+++ b/src/ConfigCatClient/ConfigCatClient.csproj
@@ -7,15 +7,17 @@
true
false
strongname.snk
- 2.5.0
- Copyright © ConfigCat 2018
+ 3.0.0
+ Copyright © ConfigCat 2019
ConfigCat
ConfigCat
https://raw.githubusercontent.com/ConfigCat/.net-sdk/master/LICENSE
https://github.com/ConfigCat/.net-sdk
https://github.com/ConfigCat/.net-sdk
git
- Version 2.5.0
+ Version 3.0.0
+ * Support new types (number, semver), detailed log entries, compressed http communication
+Version 2.5.0
* Support custom HttpClientHandler
Version 2.4.0
* Add GetAllKeys() function