v2.7.0
- add unary, binary and conditional operations support for dynamic types #154 (thanks to @israellot)
- Added new constructor in Parameter that accept directly a ParameterExpression #150 (thanks to @nemo048)
- Refactored method GenerateStringConcat to use String overload instead of Object #152 (thanks to @nemo048)
- Using GitHub actions for PR validation and publishing #147