Skip to content

Commit b380e12

Browse files
authored
Update README.md
1 parent 3f9e168 commit b380e12

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SQLiteNetExtensions.Modern
22

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/)
44

55
Available on NuGet: https://www.nuget.org/packages/SQLiteNetExtensions.Modern [![NuGet](https://img.shields.io/nuget/v/SQLiteNetExtensions.Modern.svg?label=NuGet)](https://www.nuget.org/packages/SQLiteNetExtensions.Modern/)
66

@@ -9,6 +9,11 @@ This is a .NET 8 migration of the [TwinCoders]([https://bitbucket.org/twincoders
99
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.
1010

1111
### 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
1217
* Migrated to .NET 8
1318
* Updated to the latest version of the [sqlite-net library](https://github.com/praeclarum/sqlite-net)
1419
* Aligned parity between synchronous and asynchronous extensions (Sync Read/Write operations have Async counterparts)

0 commit comments

Comments
 (0)