Skip to content

Commit

Permalink
Prep for 4.3.0 release (#678)
Browse files Browse the repository at this point in the history
Releasing changes from #636 and #674.
  • Loading branch information
dtchepak authored Jan 24, 2022
1 parent f890efa commit 992f2d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ environment:

install:
- set PATH=C:\Ruby25\bin;%PATH%
- bundle install
- bundle install

before_test:
- dotnet --info
Expand Down

0 comments on commit 992f2d8

Please sign in to comment.