From 6eb133a0df62bd08500fed424a51cfe809787235 Mon Sep 17 00:00:00 2001 From: Peter Csajtai Date: Thu, 7 Apr 2022 02:13:04 +0200 Subject: [PATCH 1/2] Update ConfigCatClient.csproj --- src/ConfigCatClient/ConfigCatClient.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ConfigCatClient/ConfigCatClient.csproj b/src/ConfigCatClient/ConfigCatClient.csproj index 7c0447dd..a9e16abb 100644 --- a/src/ConfigCatClient/ConfigCatClient.csproj +++ b/src/ConfigCatClient/ConfigCatClient.csproj @@ -1,6 +1,6 @@ - net45;netstandard2.0;netstandard2.1;net5.0;net6.0 + net45;net461;netstandard2.0;netstandard2.1;net5.0;net6.0 ConfigCat.Client ConfigCat.Client true From a6187fb72831fc6e625851c7cb1f5fda4b4a068d Mon Sep 17 00:00:00 2001 From: Peter Csajtai Date: Thu, 7 Apr 2022 02:18:32 +0200 Subject: [PATCH 2/2] Bump version, update changelog --- CHANGELOG.md | 3 +++ appveyor.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58a3642d..4cfcd016 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### 6.5.1 +- Add net461 to the target frameworks list to force the usage of `System.Text.Json` rather than `Newtonsoft.Json`. + ### 6.5.0 - Replace `FileSystemWatcher` with file polling in local file override data source. diff --git a/appveyor.yml b/appveyor.yml index 1aaa4235..e4784243 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ environment: - build_version: 6.5.0 + build_version: 6.5.1 version: $(build_version)-{build} image: Visual Studio 2022 configuration: Release