NHRecipies 0.1.5
.NET Framework 4.0
dotnet add package NHRecipies --version 0.1.5
NuGet\Install-Package NHRecipies -Version 0.1.5
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="NHRecipies" Version="0.1.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NHRecipies --version 0.1.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: NHRecipies, 0.1.5"
#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 NHRecipies as a Cake Addin
#addin nuget:?package=NHRecipies&version=0.1.5
// Install NHRecipies as a Cake Tool
#tool nuget:?package=NHRecipies&version=0.1.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
NHRecipies contains a set of powerfull recipies for data manipulation, session management, auditing, and base classes that will help you build kickass NHibernate based applications.
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.0
- FluentNHibernate (>= 1.3.0.733)
-
.NETFramework 4.5
- FluentNHibernate (>= 1.3.0.733)
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 |
---|---|---|
0.1.5 | 1,664 | 12/4/2012 |
0.1.4 | 1,456 | 12/4/2012 |
0.1.3 | 1,178 | 12/3/2012 |
0.1.2 | 1,380 | 12/3/2012 |
0.1.1 | 1,494 | 12/3/2012 |
0.1.0 | 1,379 | 12/3/2012 |
0.0.9 | 1,255 | 12/3/2012 |
0.0.7 | 1,186 | 11/30/2012 |
0.0.6 | 1,356 | 11/30/2012 |
0.0.5 | 1,388 | 11/30/2012 |
0.0.3 | 1,297 | 11/25/2012 |
0.0.2 | 1,189 | 11/23/2012 |
0.0.1 | 1,292 | 11/23/2012 |
added net40 assemblies. See my blog www.decodefabriek.nl for a sample application based on NHRecipies.