HangFire.Mongo.net45 0.2.7

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

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

This is a fork of the original Hangfire.MongoDB targeting .NET 4.5 and updating to latest MongoDB.
MongoDB storage implementation for Hangfire (background job system for ASP.NET applications).

Product Versions
.NET Framework 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.

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.3.0 13,623 2/16/2016
0.2.7 885 2/15/2016
0.2.6 860 2/11/2016
0.2.5 960 2/11/2016
0.2.4 890 2/10/2016

https://github.com/gottscj/Hangfire.Mongo/releases/
0.2.7
* Replace Task.WaitAll with AsyncHelper.RunSync. (Task.WaitAll can/will deadlock)

0.2.6
* Optimize query for localTime (not throwing exceptions)

0.2.5
* Change description and author to better reflect this is a fork of original repo.

0.2.4
* Change target framework to net45
* update to MongoDB.Driver 2.2.3

0.2.3
* Hangfire version updated to 1.5.3
* MongoDB.Driver version updated to 2.1.1
* CPU utilization issue fixed
* Paging logic updated for dashboard

0.2.2
* Hangfire version updated to 1.4.3
* Obsolete mongocsharpdriver replaced with MongoDB.Driver

0.2.1
* Support for Hangfire 1.3.0 added

0.2.0
* Initial public release