Skip to content

Commit 992f2d8

Browse files
authored
Prep for 4.3.0 release (#678)
Releasing changes from #636 and #674.
1 parent f890efa commit 992f2d8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
### unreleased
2-
* [NEW] Add .NET 5 support
1+
### 4.3.0 (Jan 2021)
2+
3+
* [NEW] Add .NET 5 (#636) and .NET 6 (#674) support. Thanks to @zvirja and @Havunen!
34

45
### 4.2.2 (Jun 2020)
56

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ environment:
66

77
install:
88
- set PATH=C:\Ruby25\bin;%PATH%
9-
- bundle install
9+
- bundle install
1010

1111
before_test:
1212
- dotnet --info

0 commit comments

Comments
 (0)