Hangfire.FluentNHibernateStorage
1.1.2105
A Hangfire storage provider for SQL Server, MySQL, Oracle, DB/2, PostgreSQL, and Firebird
Install-Package Hangfire.FluentNHibernateStorage -Version 1.1.2105
dotnet add package Hangfire.FluentNHibernateStorage --version 1.1.2105
paket add Hangfire.FluentNHibernateStorage --version 1.1.2105
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
In the FluentNHibernateStorageOptions class, obsolete the PrepareSchemaIfNecessary property in favor of the UpdateSchema property. Both will still work.
Dependencies
-
- FluentNHibernate (>= 2.0.3)
- Hangfire.Core (>= 1.5.3)
- Iesi.Collections (>= 4.0.0.4000)
- Newtonsoft.Json (>= 5.0.1)
- NHibernate (>= 4.0.0.4000)
- Owin (>= 1.0.0)
- Snork.FluentNHibernateTools (>= 1.1.6600)