NHibernate.Extensions.Sqlite 7.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package NHibernate.Extensions.Sqlite --version 7.0.0
                    
NuGet\Install-Package NHibernate.Extensions.Sqlite -Version 7.0.0
                    
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="7.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NHibernate.Extensions.Sqlite" Version="7.0.0" />
                    
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 7.0.0
                    
#r "nuget: NHibernate.Extensions.Sqlite, 7.0.0"
                    
#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.
#addin nuget:?package=NHibernate.Extensions.Sqlite&version=7.0.0
                    
Install NHibernate.Extensions.Sqlite as a Cake Addin
#tool nuget:?package=NHibernate.Extensions.Sqlite&version=7.0.0
                    
Install NHibernate.Extensions.Sqlite 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 net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  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. 
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 (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 2,419 2 months ago
9.0.1 3,380 3 months ago
9.0.0 3,575 5 months ago
8.0.14 10,718 7 months ago
8.0.13 1,136 8 months ago
8.0.12 655 8 months ago
8.0.11 195 8 months ago
8.0.10 141 8 months ago
8.0.9 187 8 months ago
8.0.8 6,258 7/8/2024
8.0.7 1,785 5/11/2024
8.0.6 3,838 3/29/2024
8.0.5 178 3/18/2024
8.0.4 1,521 2/17/2024
8.0.3 163 2/4/2024
8.0.2 161 1/21/2024
8.0.1 2,716 12/26/2023
8.0.0 1,401 11/19/2023
7.0.9 366 9/28/2023
7.0.8 2,623 9/2/2023
7.0.7 181 8/19/2023
7.0.6 212 8/3/2023
7.0.5 230 7/8/2023
7.0.4 256 6/14/2023
7.0.3 314 4/9/2023
7.0.2 531 2/14/2023
7.0.1 426 12/20/2022
7.0.0 447 11/24/2022
6.0.13 18,716 10/25/2022
6.0.12 554 10/3/2022
6.0.11 815 8/11/2022
6.0.10 514 8/8/2022
6.0.9 1,436 6/24/2022
6.0.8 798 5/10/2022
6.0.7 644 4/18/2022
6.0.6 639 4/18/2022
6.0.5 703 2/25/2022
6.0.4 644 2/21/2022
6.0.3 669 2/16/2022
6.0.2 554 1/11/2022
6.0.1 421 12/16/2021
6.0.0 815 11/20/2021
5.0.11 771 9/28/2021
5.0.10 511 9/23/2021
5.0.9 794 7/28/2021
5.0.8 502 7/6/2021
5.0.7 524 5/21/2021
5.0.6 517 4/13/2021
5.0.5 651 3/22/2021
5.0.4 862 2/24/2021
5.0.3 496 1/30/2021
5.0.2 588 12/15/2020
5.0.1 529 11/18/2020
5.0.0 588 11/11/2020
5.0.0-rc.2 308 11/2/2020
5.0.0-rc.1 315 9/15/2020
2.0.5 44,168 8/18/2020
2.0.4 577 7/28/2020
2.0.3 598 7/20/2020
2.0.2 627 7/20/2020
2.0.1 2,141 2/27/2020
2.0.0 702 2/27/2020

update to use .net 7.0.0;update nhibernate to 5.4.0