NHibernate.NetCore 9.0.1

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

// Install NHibernate.NetCore as a Cake Tool
#tool nuget:?package=NHibernate.NetCore&version=9.0.1                

Extensions for NHibernate when used in dotnet core. For examples, visit https://github.com/beginor/nhibernate-extensions/blob/master/test/NHibernate.Extensions.UnitTest/BaseTest.cs

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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on NHibernate.NetCore:

Package Downloads
TrinityText.Domain.NH

Trinity Text domain layer implementation with NHibernate

SYLibrary.WSS

net5框架,ORM替换成Nhibernate,添加consul服务发现。

NhStandardLibraryCore

Nh版本

Net5LeoLibrary

net5框架,ORM替换成Nhibernate,添加consul服务发现。

MyHome.Common.DataBase

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
9.0.1 182 10 days ago
9.0.0 791 3 months ago
8.0.14 9,944 5 months ago
8.0.13 505 5 months ago
8.0.12 461 6 months ago
8.0.11 149 6 months ago
8.0.10 717 6 months ago
8.0.9 125 6 months ago
8.0.8 3,697 8 months ago
8.0.7 5,520 10 months ago
8.0.6 1,419 3/29/2024
8.0.5 1,454 3/18/2024
8.0.4 4,843 2/17/2024
8.0.3 407 2/4/2024
8.0.2 669 1/21/2024
8.0.1 998 12/26/2023
8.0.0 1,388 11/19/2023
7.0.9 1,457 9/28/2023
7.0.8 901 9/2/2023
7.0.7 792 8/19/2023
7.0.6 331 8/3/2023
7.0.5 653 7/8/2023
7.0.4 311 6/14/2023
7.0.3 1,598 4/9/2023
7.0.2 21,944 2/14/2023
7.0.1 1,507 12/20/2022
7.0.0 656 11/24/2022
6.0.13 99,317 10/25/2022
6.0.12 2,442 10/3/2022
6.0.11 11,748 8/11/2022
6.0.10 653 8/8/2022
6.0.9 5,237 6/24/2022
6.0.8 7,491 5/10/2022
6.0.7 9,880 4/18/2022
6.0.6 608 4/18/2022
6.0.5 4,495 2/25/2022
6.0.4 737 2/21/2022
6.0.3 760 2/16/2022
6.0.2 1,653 1/11/2022
6.0.1 1,061 12/16/2021
6.0.0 1,806 11/20/2021
5.0.11 43,471 9/28/2021
5.0.10 579 9/23/2021
5.0.9 6,307 7/28/2021
5.0.8 2,918 7/6/2021
5.0.7 14,843 5/21/2021
5.0.6 4,669 4/13/2021
5.0.5 1,550 3/22/2021
5.0.4 6,297 2/24/2021
5.0.3 701 1/30/2021
5.0.2 1,316 12/15/2020
5.0.1 854 11/18/2020
5.0.0 665 11/11/2020
5.0.0-rc.2 315 11/2/2020
5.0.0-rc.1 305 9/15/2020
3.1.7 84,759 8/19/2020
3.1.6 722 8/18/2020
3.1.5 1,947 7/28/2020
3.1.4 1,067 7/20/2020
3.1.3 17,086 4/20/2020
3.1.2 4,169 2/9/2020
3.1.1 2,469 12/5/2019
3.1.0 796 11/30/2019
3.0.0 1,245 10/10/2019
1.1.3 2,767 5/4/2019
1.1.2 1,426 12/28/2018
1.1.1 3,450 11/10/2018
1.1.0 3,987 11/10/2018
1.0.1 3,796 7/20/2018

- Update to .NET 9.0.2; - Update packages;