diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d551817..1a02e448 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ -### unreleased -* [NEW] Add .NET 5 support +### 4.3.0 (Jan 2021) + +* [NEW] Add .NET 5 (#636) and .NET 6 (#674) support. Thanks to @zvirja and @Havunen! ### 4.2.2 (Jun 2020) diff --git a/appveyor.yml b/appveyor.yml index 6ce6a48e..01878e15 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,7 +6,7 @@ environment: install: - set PATH=C:\Ruby25\bin;%PATH% - - bundle install + - bundle install before_test: - dotnet --info