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