NHibernate.Extensions.Sqlite 9.0.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package NHibernate.Extensions.Sqlite --version 9.0.4
                    
NuGet\Install-Package NHibernate.Extensions.Sqlite -Version 9.0.4
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NHibernate.Extensions.Sqlite" Version="9.0.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NHibernate.Extensions.Sqlite" Version="9.0.4" />
                    
Directory.Packages.props
<PackageReference Include="NHibernate.Extensions.Sqlite" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NHibernate.Extensions.Sqlite --version 9.0.4
                    
#r "nuget: NHibernate.Extensions.Sqlite, 9.0.4"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package NHibernate.Extensions.Sqlite@9.0.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=NHibernate.Extensions.Sqlite&version=9.0.4
                    
Install as a Cake Addin
#tool nuget:?package=NHibernate.Extensions.Sqlite&version=9.0.4
                    
Install as a Cake Tool

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 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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on NHibernate.Extensions.Sqlite:

Package Downloads
Baked.Recipe.Service.Application

Baked 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.8 425 8/25/2025
9.0.7 298 8/18/2025
9.0.6 65 8/16/2025
9.0.5 1,315 7/19/2025
9.0.4 48 7/19/2025
9.0.3 1,283 5/26/2025
9.0.2 4,169 3/18/2025
9.0.1 6,494 2/19/2025
9.0.0 4,279 11/30/2024
8.0.14 13,313 10/9/2024
8.0.13 1,171 9/21/2024
8.0.12 681 9/13/2024
8.0.11 224 9/12/2024
8.0.10 171 9/11/2024
8.0.9 209 9/10/2024
8.0.8 6,333 7/8/2024
8.0.7 1,841 5/11/2024
8.0.6 3,861 3/29/2024
8.0.5 208 3/18/2024
8.0.4 1,552 2/17/2024
8.0.3 186 2/4/2024
8.0.2 190 1/21/2024
8.0.1 2,743 12/26/2023
8.0.0 1,498 11/19/2023
7.0.9 402 9/28/2023
7.0.8 2,846 9/2/2023
7.0.7 226 8/19/2023
7.0.6 256 8/3/2023
7.0.5 275 7/8/2023
7.0.4 392 6/14/2023
7.0.3 357 4/9/2023
7.0.2 580 2/14/2023
7.0.1 475 12/20/2022
7.0.0 495 11/24/2022
6.0.13 18,781 10/25/2022
6.0.12 598 10/3/2022
6.0.11 866 8/11/2022
6.0.10 561 8/8/2022
6.0.9 1,487 6/24/2022
6.0.8 849 5/10/2022
6.0.7 708 4/18/2022
6.0.6 695 4/18/2022
6.0.5 760 2/25/2022
6.0.4 699 2/21/2022
6.0.3 723 2/16/2022
6.0.2 609 1/11/2022
6.0.1 481 12/16/2021
6.0.0 889 11/20/2021
5.0.11 830 9/28/2021
5.0.10 566 9/23/2021
5.0.9 856 7/28/2021
5.0.8 563 7/6/2021
5.0.7 584 5/21/2021
5.0.6 589 4/13/2021
5.0.5 708 3/22/2021
5.0.4 924 2/24/2021
5.0.3 561 1/30/2021
5.0.2 662 12/15/2020
5.0.1 594 11/18/2020
5.0.0 655 11/11/2020
5.0.0-rc.2 380 11/2/2020
5.0.0-rc.1 383 9/15/2020
2.0.5 46,097 8/18/2020
2.0.4 640 7/28/2020
2.0.3 670 7/20/2020
2.0.2 694 7/20/2020
2.0.1 2,213 2/27/2020
2.0.0 773 2/27/2020

Update to .NET 9.0.7; Upgrade packages;