Skip to content

1.0.0

Latest
Compare
Choose a tag to compare
@yurkinh yurkinh released this 16 Jan 19:46
· 1 commit to main since this release
d48fedc

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)