NHibernate.Extensions.Sqlite 10.0.1

dotnet add package NHibernate.Extensions.Sqlite --version 10.0.1
                    
NuGet\Install-Package NHibernate.Extensions.Sqlite -Version 10.0.1
                    
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="10.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NHibernate.Extensions.Sqlite" Version="10.0.1" />
                    
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 10.0.1
                    
#r "nuget: NHibernate.Extensions.Sqlite, 10.0.1"
                    
#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@10.0.1
                    
#: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=10.0.1
                    
Install as a Cake Addin
#tool nuget:?package=NHibernate.Extensions.Sqlite&version=10.0.1
                    
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 net10.0 is compatible.  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 (3)

Showing the top 3 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.

Baked

Baked is an opinionated framework for .NET and Vue. This is Baked's core package that provides a feature and layer system along with common features and layers.

MyHome.Common.DataBase

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.0.1 137 3/23/2026
10.0.0 4,465 12/27/2025
9.0.11 13,886 11/25/2025
9.0.10 963 11/3/2025
9.0.9 818 10/20/2025
9.0.8 4,466 8/25/2025
9.0.7 389 8/18/2025
9.0.6 157 8/16/2025
9.0.5 2,105 7/19/2025
9.0.4 137 7/19/2025
9.0.3 1,597 5/26/2025
9.0.2 4,467 3/18/2025
9.0.1 11,333 2/19/2025
9.0.0 4,416 11/30/2024
8.0.14 25,974 10/9/2024
8.0.13 1,334 9/21/2024
8.0.12 788 9/13/2024
8.0.11 316 9/12/2024
8.0.10 255 9/11/2024
8.0.9 289 9/10/2024
Loading failed

Update nuget packages;