Skip to content

Commit

Permalink
update version & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton92nd committed Feb 26, 2019
1 parent 4d7b5bd commit df00ec7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v3.1 - 2019.02.26
- Target .NET Core 2.1 and 2.2 versions
- EmitCalli method with native calling convention is now accessible for clients targeting .NET Core 2.1 or later
- Switch tests to run on .NET Core 2.0, 2.1 and 2.2.

## v3.0 - 2019.01.14
- Remove IL modification related functionality (`MethodBodyParsing` namespace) entirely since it had been broken
after adding .NET Core support.
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "3.0",
"version": "3.1",
"assemblyVersion": {
"precision": "build"
},
Expand Down

0 comments on commit df00ec7

Please sign in to comment.