We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d7b5bd commit df00ec7Copy full SHA for df00ec7
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
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
+
8
## v3.0 - 2019.01.14
9
- Remove IL modification related functionality (`MethodBodyParsing` namespace) entirely since it had been broken
10
after adding .NET Core support.
version.json
@@ -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"
},
0 commit comments