We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f890efa commit 992f2d8Copy full SHA for 992f2d8
CHANGELOG.md
@@ -1,5 +1,6 @@
1
-### unreleased
2
-* [NEW] Add .NET 5 support
+### 4.3.0 (Jan 2021)
+
3
+* [NEW] Add .NET 5 (#636) and .NET 6 (#674) support. Thanks to @zvirja and @Havunen!
4
5
### 4.2.2 (Jun 2020)
6
appveyor.yml
@@ -6,7 +6,7 @@ environment:
7
install:
8
- set PATH=C:\Ruby25\bin;%PATH%
9
- - bundle install
+ - bundle install
10
11
before_test:
12
- dotnet --info
0 commit comments