You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# SQLiteNetExtensions.Modern
2
2
3
-
This is a .NET 8 migration of the [TwinCoders]([https://bitbucket.org/twincoders])[SQLiteNetExtensions](https://bitbucket.org/twincoders/sqlite-net-extensions/src/master/)
3
+
This is a .NET 9 migration of the [TwinCoders]([https://bitbucket.org/twincoders])[SQLiteNetExtensions](https://bitbucket.org/twincoders/sqlite-net-extensions/src/master/)
4
4
5
5
Available on NuGet: https://www.nuget.org/packages/SQLiteNetExtensions.Modern[](https://www.nuget.org/packages/SQLiteNetExtensions.Modern/)
6
6
@@ -9,6 +9,11 @@ This is a .NET 8 migration of the [TwinCoders]([https://bitbucket.org/twincoders
9
9
sqlite-net is an open source, minimal library to allow .NET and Mono applications to store data in [SQLite 3 databases](http://www.sqlite.org). SQLite-Net Extensions extends its functionality to help the user handle relationships between sqlite-net entities.
10
10
11
11
### What's new
12
+
## .NET 9
13
+
* Migrated extensions to .NET 9
14
+
* Migrated samples to .NET 9
15
+
* Migrated Integration tests and unit tests to .NET 9
16
+
## .NET 8
12
17
* Migrated to .NET 8
13
18
* Updated to the latest version of the [sqlite-net library](https://github.com/praeclarum/sqlite-net)
14
19
* Aligned parity between synchronous and asynchronous extensions (Sync Read/Write operations have Async counterparts)
0 commit comments