HangFire.Mongo 0.2.1

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

// Install HangFire.Mongo as a Cake Tool
#tool nuget:?package=HangFire.Mongo&version=0.2.1

MongoDB storage implementation for Hangfire (background job system for ASP.NET applications).

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on HangFire.Mongo:

Repository Stars
gnsilence/HangfireHttpJob
hangfire的拓展程序,在原作者基础上增加了一些功能,调用api的方式来执行定时任务
Version Downloads Last updated
0.2.1 518 12/13/2014
0.2.0 68 12/7/2014

https://github.com/sergun/Hangfire.Mongo/releases/
0.2.1
* Support for Hangfire 1.3.0 added

0.2.0
* Initial public release