Releases: skbkontur/gremit
Releases · skbkontur/gremit
v3.5-release
- 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
Allow using Ldfld on value-types
v3.4.1 - 2021.03.10
- Add net5.0 support
- Drop netcoreapp2.x support
v3.3.20 - 2021.02.25
- Adding MIT license file to nuget package
v3.3.18 - 2020.12.25
- Fix bug with not passing type parameter for
Ldelem_Ref
instruction
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 - 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.