v1.2 - 2018.09.15
- Use Nerdbank.GitVersioning to automate generation of assembly nd nuget package versions.
- Update Gremit dependency to v2.3.
- Fix bugs in
CallExpressionEmitter
(PR #5). - Support
enum
,decimal
, andNullable<TConstant>
as types of constants in expressions passed toLambdaCompiler.CompileToMethod()
(PR #6).