Skip to content

Releases: yurkinh/SQLiteNetExtensions.Modern

1.0.0

16 Jan 19:46
d48fedc
Compare
Choose a tag to compare

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)