- LinqKit is now reverted to use dependency on EntityFramework 6.x
- LinqKit.Core is a new package which does not have any dependency on EntityFramework or EntityFrameworkCore
- LinqKit.EntityFramework has been updated to a newer version, but no structural changes
- LinqKitEntityFrameworkCore has been updated to a newer version, but no structural changes
- Added ExpressionStarter logic
- Added strong name signing for LinqKit.dll
- Removed portable target to fix issues with .Net Core 1.0 RTM when using this project
- .Net Core 1.0 RTM
- Changed dependency from JetBrains.Annotations to fix issues with System.Runtime
- Update to dotnet rc2removed dependency on EntityFramework