From a6187fb72831fc6e625851c7cb1f5fda4b4a068d Mon Sep 17 00:00:00 2001 From: Peter Csajtai Date: Thu, 7 Apr 2022 02:18:32 +0200 Subject: [PATCH] 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