Beginor.AppFx.Repository.Hibernate 1.2.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Beginor.AppFx.Repository.Hibernate --version 1.2.1
NuGet\Install-Package Beginor.AppFx.Repository.Hibernate -Version 1.2.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="Beginor.AppFx.Repository.Hibernate" Version="1.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Beginor.AppFx.Repository.Hibernate --version 1.2.1
#r "nuget: Beginor.AppFx.Repository.Hibernate, 1.2.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 Beginor.AppFx.Repository.Hibernate as a Cake Addin
#addin nuget:?package=Beginor.AppFx.Repository.Hibernate&version=1.2.1

// Install Beginor.AppFx.Repository.Hibernate as a Cake Tool
#tool nuget:?package=Beginor.AppFx.Repository.Hibernate&version=1.2.1

Beginor.AppFx.Repository.Hibernate

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.0.6 89 4/2/2024
8.0.5 96 3/11/2024
8.0.4 91 2/19/2024
8.0.3 81 2/17/2024
8.0.2 165 12/27/2023
8.0.1 110 12/27/2023
8.0.0 184 11/19/2023
7.0.11 171 9/2/2023
7.0.10 137 8/19/2023
7.0.9 147 8/4/2023
7.0.8 139 7/8/2023
7.0.7 134 7/8/2023
7.0.6 146 6/14/2023
7.0.5 172 4/21/2023
7.0.4 186 4/4/2023
7.0.3 318 12/21/2022
7.0.2 293 12/20/2022
7.0.1 278 12/11/2022
7.0.0 286 12/11/2022
6.0.10 365 10/25/2022
6.0.9 459 8/8/2022
6.0.8 492 6/24/2022
6.0.7 510 5/21/2022
6.0.6 527 5/10/2022
6.0.5 572 4/18/2022
6.0.4 611 3/9/2022
6.0.3 599 2/25/2022
6.0.2 619 2/21/2022
6.0.1 371 12/16/2021
6.0.0 399 11/22/2021
5.0.11 462 9/28/2021
5.0.10 490 9/8/2021
5.0.9 421 9/8/2021
5.0.8 406 9/8/2021
5.0.7 518 7/28/2021
5.0.6 424 7/6/2021
5.0.5 461 4/13/2021
5.0.3 544 12/18/2020
5.0.2 529 11/18/2020
5.0.1 463 11/13/2020
5.0.0 466 11/11/2020
5.0.0-rc.2 250 11/2/2020
5.0.0-rc.1 331 9/16/2020
3.1.2 596 5/25/2020
3.1.1 730 10/13/2019
3.1.0 720 10/12/2019
3.0.0 663 10/12/2019
2.5.0 782 7/13/2019
2.4.0 828 4/25/2019
2.3.0 770 4/24/2019
2.2.0 969 10/6/2018
2.1.0 970 8/19/2018
2.0.0 1,165 7/4/2018
1.2.3 1,435 12/26/2017
1.2.2 998 12/26/2017
1.2.1 956 11/25/2017
1.2.0 947 10/26/2017
1.0.1 1,055 7/3/2017
1.0.0 976 5/8/2017

1.2.1: Update NHibernate to 5.0.1
   1.2.0: ReImpl with NHibernate 5.0.0, Target .Net 4.6.1
   1.0.1: ensure call session flush, clear on update, save and delete;
   1.0.0: initial release, Hibernate impl of IRepository;