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 (1)

Showing the top 1 popular GitHub repositories that depend on NHibernate.Extensions.Sqlite:

Repository Stars
marius00/iagd
Version Downloads Last Updated
10.0.1 783 3/23/2026
10.0.0 6,020 12/27/2025
9.0.11 17,521 11/25/2025
9.0.10 1,055 11/3/2025
9.0.9 821 10/20/2025
9.0.8 4,482 8/25/2025
9.0.7 392 8/18/2025
9.0.6 161 8/16/2025
9.0.5 2,112 7/19/2025
9.0.4 140 7/19/2025
9.0.3 1,600 5/26/2025
9.0.2 4,475 3/18/2025
9.0.1 11,337 2/19/2025
9.0.0 4,420 11/30/2024
8.0.14 31,116 10/9/2024
8.0.13 1,336 9/21/2024
8.0.12 794 9/13/2024
8.0.11 322 9/12/2024
8.0.10 259 9/11/2024
8.0.9 294 9/10/2024
Loading failed

Update nuget packages;