Whats new in v2.13.0:
- { get; internal set; } for stored generated fields has been changed to { get; set; }. In some situations you may want to assign it manually, and another when serializing across a WCF service. The ID is lost when serializing because it was marked internal. Thanks to fjrodriguez.
- Bug fix: Exception was thrown when culture specific decimal separator was not '.'. Thanks to Andrew A. Evdokimov.
- Added the ability to specify base interfaces for the database context interface. See DbContextInterfaceBaseClasses. Thanks to DannyGB.