Skip to content

Commit df00ec7

Browse files
committed
update version & changelog
1 parent 4d7b5bd commit df00ec7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v3.1 - 2019.02.26
4+
- Target .NET Core 2.1 and 2.2 versions
5+
- EmitCalli method with native calling convention is now accessible for clients targeting .NET Core 2.1 or later
6+
- Switch tests to run on .NET Core 2.0, 2.1 and 2.2.
7+
38
## v3.0 - 2019.01.14
49
- Remove IL modification related functionality (`MethodBodyParsing` namespace) entirely since it had been broken
510
after adding .NET Core support.

version.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "3.0",
3+
"version": "3.1",
44
"assemblyVersion": {
55
"precision": "build"
66
},

0 commit comments

Comments
 (0)