- guid: add support for generating a sequential Guid (66c3e13)
- net: support for netstandard2.0 (3e52c62)
- transactions: remove new() constraint from TransactionManager (c60080a)
- expression: resolve issue with certain expression values not getting resolved (203ae0c)
- ientity: entity manager should check for all IEntity types (f9c0af0)
- id: allow Entity to use any Identity type, including strings (f9bda6e)
- extensions: add inheritance check and Reflection extensions (bb188e5)
- extensions: add
ForEach
andIfExists
extention methods (112c186)