NHibernate.Extensions.Sqlite
9.0.1
See the version list below for details.
dotnet add package NHibernate.Extensions.Sqlite --version 9.0.1
NuGet\Install-Package NHibernate.Extensions.Sqlite -Version 9.0.1
<PackageReference Include="NHibernate.Extensions.Sqlite" Version="9.0.1" />
<PackageVersion Include="NHibernate.Extensions.Sqlite" Version="9.0.1" />
<PackageReference Include="NHibernate.Extensions.Sqlite" />
paket add NHibernate.Extensions.Sqlite --version 9.0.1
#r "nuget: NHibernate.Extensions.Sqlite, 9.0.1"
#addin nuget:?package=NHibernate.Extensions.Sqlite&version=9.0.1
#tool nuget:?package=NHibernate.Extensions.Sqlite&version=9.0.1
NHibernate Sqlite Driver with Microsoft.Data.Sqlite.Core. In order to use this driver, you must have the nuget package [Microsoft.Data.Sqlite.Core](Microsoft.Data.Sqlite.Core) and [SQLitePCLRaw.bundle_e_sqlite3](SQLitePCLRaw.bundle_e_sqlite3) installed for NHibernate to load. It's a .NET Standard 2.0 Driver, Can run on any platform that dotnet core support.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net9.0
- NHibernate (>= 5.5.2)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on NHibernate.Extensions.Sqlite:
Package | Downloads |
---|---|
Baked.Recipe.Service.Application
Baked (Objects) is an opinionated framework for .NET. This is a recipe package that brings together all the feature implementations one needs for a service application. |
|
MyHome.Common.DataBase
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
9.0.2 | 1,557 | a month ago |
9.0.1 | 2,772 | 2 months ago |
9.0.0 | 3,269 | 5 months ago |
8.0.14 | 10,437 | 6 months ago |
8.0.13 | 1,126 | 7 months ago |
8.0.12 | 655 | 7 months ago |
8.0.11 | 195 | 7 months ago |
8.0.10 | 141 | 7 months ago |
8.0.9 | 187 | 7 months ago |
8.0.8 | 6,243 | 9 months ago |
8.0.7 | 1,784 | 5/11/2024 |
8.0.6 | 3,838 | 3/29/2024 |
8.0.5 | 178 | 3/18/2024 |
8.0.4 | 1,518 | 2/17/2024 |
8.0.3 | 163 | 2/4/2024 |
8.0.2 | 160 | 1/21/2024 |
8.0.1 | 2,715 | 12/26/2023 |
8.0.0 | 1,401 | 11/19/2023 |
7.0.9 | 363 | 9/28/2023 |
7.0.8 | 2,542 | 9/2/2023 |
7.0.7 | 180 | 8/19/2023 |
7.0.6 | 211 | 8/3/2023 |
7.0.5 | 228 | 7/8/2023 |
7.0.4 | 253 | 6/14/2023 |
7.0.3 | 311 | 4/9/2023 |
7.0.2 | 528 | 2/14/2023 |
7.0.1 | 424 | 12/20/2022 |
7.0.0 | 445 | 11/24/2022 |
6.0.13 | 18,710 | 10/25/2022 |
6.0.12 | 552 | 10/3/2022 |
6.0.11 | 813 | 8/11/2022 |
6.0.10 | 512 | 8/8/2022 |
6.0.9 | 1,433 | 6/24/2022 |
6.0.8 | 795 | 5/10/2022 |
6.0.7 | 640 | 4/18/2022 |
6.0.6 | 635 | 4/18/2022 |
6.0.5 | 699 | 2/25/2022 |
6.0.4 | 640 | 2/21/2022 |
6.0.3 | 663 | 2/16/2022 |
6.0.2 | 549 | 1/11/2022 |
6.0.1 | 416 | 12/16/2021 |
6.0.0 | 808 | 11/20/2021 |
5.0.11 | 766 | 9/28/2021 |
5.0.10 | 505 | 9/23/2021 |
5.0.9 | 789 | 7/28/2021 |
5.0.8 | 497 | 7/6/2021 |
5.0.7 | 519 | 5/21/2021 |
5.0.6 | 512 | 4/13/2021 |
5.0.5 | 646 | 3/22/2021 |
5.0.4 | 857 | 2/24/2021 |
5.0.3 | 490 | 1/30/2021 |
5.0.2 | 583 | 12/15/2020 |
5.0.1 | 524 | 11/18/2020 |
5.0.0 | 583 | 11/11/2020 |
5.0.0-rc.2 | 303 | 11/2/2020 |
5.0.0-rc.1 | 309 | 9/15/2020 |
2.0.5 | 43,787 | 8/18/2020 |
2.0.4 | 572 | 7/28/2020 |
2.0.3 | 593 | 7/20/2020 |
2.0.2 | 622 | 7/20/2020 |
2.0.1 | 2,136 | 2/27/2020 |
2.0.0 | 693 | 2/27/2020 |
- Update to .NET 9.0.2; - Update packages;