- .NET 9 version
- Only supports .NET 8 - This makes it easier to update for future NET releases
Update to NET 8 - this version supports .NET 6, 7 and 8
- First build using NET 8-rc1 - supports .NET 6, 7 and 8
- Supports .Net 6 and .Net 7
- Changed target framework to netstandard2.1 to work with any version of .NET
- Bug fix: Fixes Owned Entities causing a failure - see issue #7
- Bug fix: Cascade delete would fail to soft delete a relationship in certain circumstances - see issue #11
- Updated to work with both EF Core 5 and EF Core 6
- Updated to work with Net6-rc.2 preview
- Bug Fix - Handling one-to-one with foreign key in primary entity - see issue #1
- Bug Fix - better handling of exceptions in sync methods (added better stacktrace)
- Bug Fix - better handling of exceptions in sync methods
- New feature: Can now use shadow properties to hold the soft delete value
- Added test to throw exception if no soft delete configuration not found.
- First version of the library