NHibernate.Extensions.Npgsql 9.0.0

dotnet add package NHibernate.Extensions.Npgsql --version 9.0.0                
NuGet\Install-Package NHibernate.Extensions.Npgsql -Version 9.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.Npgsql" Version="9.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NHibernate.Extensions.Npgsql --version 9.0.0                
#r "nuget: NHibernate.Extensions.Npgsql, 9.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.
// Install NHibernate.Extensions.Npgsql as a Cake Addin
#addin nuget:?package=NHibernate.Extensions.Npgsql&version=9.0.0

// Install NHibernate.Extensions.Npgsql as a Cake Tool
#tool nuget:?package=NHibernate.Extensions.Npgsql&version=9.0.0                

Extended PostgreSQL driver for NHibernate, with support of json and array types.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible. 
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.Npgsql:

Package Downloads
Shesha.NHibernate

Package Description

MyHome.Common

Package Description

MyHome.Common.DataBase

Package Description

GitHub repositories (1)

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

Repository Stars
shesha-io/shesha-framework
An open-source Low-Code development framework for .NET developers. Create .NET based business applications with 80% less code.
Version Downloads Last updated
9.0.0 69 11/30/2024
8.0.14 2,205 10/9/2024
8.0.13 420 9/21/2024
8.0.12 249 9/13/2024
8.0.11 143 9/12/2024
8.0.10 136 9/11/2024
8.0.9 460 9/10/2024
8.0.8 5,506 7/8/2024
8.0.7 5,597 5/11/2024
8.0.6 832 3/29/2024
8.0.5 280 3/18/2024
8.0.4 2,376 2/17/2024
8.0.3 3,561 2/4/2024
8.0.2 1,189 1/21/2024
8.0.1 815 12/26/2023
8.0.0 10,442 11/19/2023
7.0.9 5,525 9/28/2023
7.0.8 1,689 9/2/2023
7.0.7 752 8/19/2023
7.0.6 831 8/3/2023
7.0.5 784 7/8/2023
7.0.4 677 6/14/2023
7.0.3 20,430 4/9/2023
7.0.2 2,379 2/14/2023
7.0.1 1,728 12/20/2022
7.0.0 834 11/24/2022
6.0.13 55,885 10/25/2022
6.0.12 977 10/3/2022
6.0.11 5,046 8/11/2022
6.0.10 3,021 8/8/2022
6.0.9 3,739 6/24/2022
6.0.8 2,585 5/10/2022
6.0.7 14,155 4/18/2022
6.0.6 3,826 4/18/2022
6.0.5 1,247 2/25/2022
6.0.4 1,077 2/21/2022
6.0.3 1,126 2/16/2022
6.0.2 1,026 1/11/2022
6.0.1 1,347 12/16/2021
6.0.0 1,536 11/20/2021
5.0.11 11,413 9/28/2021
5.0.10 933 9/23/2021
5.0.9 7,732 7/28/2021
5.0.8 4,017 7/6/2021
5.0.7 973 5/21/2021
5.0.6 2,916 4/13/2021
5.0.5 970 3/22/2021
5.0.4 1,228 2/24/2021
5.0.3 1,557 1/30/2021
5.0.2 1,131 12/15/2020
5.0.1 1,210 11/18/2020
5.0.0 1,059 11/11/2020
5.0.0-rc.2 278 11/2/2020
5.0.0-rc.1 290 9/15/2020
3.1.8 15,193 8/18/2020
3.1.7 2,563 7/28/2020
3.1.6 1,185 7/20/2020
3.1.5 1,112 7/20/2020
3.1.4 5,151 4/20/2020
3.1.3 1,890 2/9/2020
3.1.2 1,579 12/5/2019
3.1.1 2,003 12/5/2019
3.0.0 1,541 10/10/2019
1.1.2 2,843 5/4/2019
1.1.1 1,604 12/28/2018
1.1.0 1,874 8/6/2018
1.0.0 1,858 6/17/2018

- Update to .NET 9.0.0; - Update packages; - Remove obsoleted types; - Move custom types to namespace `NHibernate.Extensions.Npgsql.UserTypes`;