Skip to content

Commit

Permalink
Bump version, add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
z4kn4fein committed Aug 5, 2022
1 parent fda6f96 commit a5af2e7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 6.5.2
- Consolidate percentage rule evaluation logs.

### 6.5.1
- Add net461 to the target frameworks list to force the usage of `System.Text.Json` rather than `Newtonsoft.Json`.

Expand Down
6 changes: 3 additions & 3 deletions DEPLOY.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Steps to Deploy
1. Run tests
2. Set version in `appveyor.yml` (e.g: from `build_version: 6.5.0` to `build_version: 6.5.1`)
3. Update release notes in ConfigCatClient.csproj (PackageReleaseNotes)
4. Push to `master`
5. Deploy to NuGet.org
3. Update release notes in CHANGELOG.md
4. Open a PR
5. When the PR is merged to master, start a deploy to NuGet.org

Create a new deployment on https://ci.appveyor.com/project/configcat/net-sdk/deployments
6. Make sure new package is available via Nuget.org: https://www.nuget.org/packages/ConfigCat.Client
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
environment:
build_version: 6.5.1
build_version: 6.5.2
version: $(build_version)-{build}
image: Visual Studio 2022
configuration: Release
Expand Down

0 comments on commit a5af2e7

Please sign in to comment.