Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

32 lines (24 loc) · 1.13 KB

Changelog

v3.3.7 - 2020.05.23

  • Support Localloc operation

v3.3.1 - 2020.04.01

  • Sign GrEmit assembly with strong name

v3.2.2 - 2019.11.21

  • Use SourceLink to help ReSharper decompiler show actual code.

v3.2.1 - 2019.09.16

  • Support for Mono 6.0

v3.1.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.9 - 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.1 - 2018.09.13

v2.2.0 - 2018.01.01

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