Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 848 Bytes

CHANGELOG.md

File metadata and controls

20 lines (16 loc) · 848 Bytes

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.
  • Switch tests to run on .NET Core 2.2.

v2.3 - 2018.09.13

v2.2 - 2018.01.01

  • Support .NET Standard 2.0 (PR #9 by @Amartel1986).
  • Switch to SDK-style project format and dotnet core build tooling.