Skip to content

Commit

Permalink
Bump version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
z4kn4fein committed Apr 7, 2022
1 parent 6eb133a commit a6187fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

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.0
build_version: 6.5.1
version: $(build_version)-{build}
image: Visual Studio 2022
configuration: Release
Expand Down

0 comments on commit a6187fb

Please sign in to comment.