Skip to content

Commit

Permalink
create a new (3.0.0) version
Browse files Browse the repository at this point in the history
  • Loading branch information
configcat-developer committed Nov 25, 2019
1 parent 2d7022e commit 12bece5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
13 changes: 6 additions & 7 deletions DEPLOY.md
Original file line number Diff line number Diff line change
@@ -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
7. Add release notes: https://github.com/configcat/.net-sdk/releases
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2.5.{build}
version: 3.0.{build}
branches:
only:
- master
Expand Down
8 changes: 5 additions & 3 deletions src/ConfigCatClient/ConfigCatClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,17 @@
<SignAssembly>true</SignAssembly>
<DelaySign>false</DelaySign>
<AssemblyOriginatorKeyFile>strongname.snk</AssemblyOriginatorKeyFile>
<Version>2.5.0</Version>
<Copyright>Copyright © ConfigCat 2018</Copyright>
<Version>3.0.0</Version>
<Copyright>Copyright © ConfigCat 2019</Copyright>
<Company>ConfigCat</Company>
<Authors>ConfigCat</Authors>
<PackageLicenseUrl>https://raw.githubusercontent.com/ConfigCat/.net-sdk/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/ConfigCat/.net-sdk</PackageProjectUrl>
<RepositoryUrl>https://github.com/ConfigCat/.net-sdk</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageReleaseNotes>Version 2.5.0
<PackageReleaseNotes>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
Expand Down

0 comments on commit 12bece5

Please sign in to comment.