Releases: yurkinh/SQLiteNetExtensions.Modern
Releases · yurkinh/SQLiteNetExtensions.Modern
1.0.0
What's Changed
- Migrated to .NET 8
- Updated to the latest version of the sqlite-net library
- Aligned parity between synchronous and asynchronous extensions (Sync Read/Write operations have Async counterparts)
- Utilising SQLiteAsyncConnection from the sqlite-net (SQLiteAsync.cs.) instead of third-party nuget plugin
- Replaced Newtonsoft serializer with built-in .NET System.Text.Json
- Migrated unit tests
- Migrated Integration tests. Added integration tests for the async extensions
- Added minimal Todo .NET MAUI Sample app (ios, android, mac, windows)