From a5af2e7774a419695281afdcbc89700bb103e158 Mon Sep 17 00:00:00 2001 From: Peter Csajtai Date: Fri, 5 Aug 2022 13:26:39 +0200 Subject: [PATCH] Bump version, add changelog --- CHANGELOG.md | 3 +++ DEPLOY.md | 6 +++--- appveyor.yml | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cfcd016..26996d71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`. diff --git a/DEPLOY.md b/DEPLOY.md index 97f83679..4f9fa9f9 100644 --- a/DEPLOY.md +++ b/DEPLOY.md @@ -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 diff --git a/appveyor.yml b/appveyor.yml index e4784243..be22459a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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