Skip to content

Releases: skbkontur/gremit

v3.5-release

12 Aug 08:11
Compare
Choose a tag to compare
  • Added .NET 8 support.
  • Source Link was removed because, starting with .NET 8, Source Link is included in the .NET SDK and enabled by default.
  • Minor bug fixes.

v3.4-release.2

22 Nov 12:38
Compare
Choose a tag to compare
Allow using Ldfld on value-types

v3.4.1 - 2021.03.10

10 Mar 07:00
Compare
Choose a tag to compare
  • Add net5.0 support
  • Drop netcoreapp2.x support

v3.3.20 - 2021.02.25

25 Feb 10:20
Compare
Choose a tag to compare
  • Adding MIT license file to nuget package

v3.3.18 - 2020.12.25

25 Dec 13:22
Compare
Choose a tag to compare
  • Fix bug with not passing type parameter for Ldelem_Ref instruction

v3.3.7 - 2020.05.23

23 May 06:53
Compare
Choose a tag to compare
  • Support Localloc operation

v3.3.1 - 2020.04.01

01 Apr 11:09
Compare
Choose a tag to compare
  • Sign GrEmit assembly with strong name

v3.2.2 - 2019.11.21

21 Nov 13:17
Compare
Choose a tag to compare
  • Use SourceLink to help ReSharper decompiler show actual code.

v3.2.1 - 2019.09.16

16 Sep 10:48
Compare
Choose a tag to compare
  • Support for Mono 6.0

v3.1 - 2019.02.26

26 Feb 07:43
Compare
Choose a tag to compare
  • 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.