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.
<PackageVersion Include="HangFire.Mongo" Version="0.2.1" />
                    
Directory.Packages.props
<PackageReference Include="HangFire.Mongo" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#:package HangFire.Mongo@0.2.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=HangFire.Mongo&version=0.2.1
                    
Install as a Cake Addin
#tool nuget:?package=HangFire.Mongo&version=0.2.1
                    
Install as a Cake Tool

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 (3)

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

Repository Stars
gnsilence/HangfireHttpJob
hangfire的拓展程序,在原作者基础上增加了一些功能,调用api的方式来执行定时任务
face-it/Hangfire.Tags
Add tags to Hangfire backgroundjobs
kamilbaczek/Modular-monolith-by-example
Modular monolith architecture example in .NET. Estimation Tool is tool to optimize estimation process in IT company.
Version Downloads Last Updated
0.2.1 518 12/13/2014
0.2.0 69 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