HangFire.Mongo.net45 0.3.0

dotnet add package HangFire.Mongo.net45 --version 0.3.0
NuGet\Install-Package HangFire.Mongo.net45 -Version 0.3.0
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.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HangFire.Mongo.net45 --version 0.3.0
#r "nuget: HangFire.Mongo.net45, 0.3.0"
#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.3.0

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

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 Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
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 14,109 2/16/2016
0.2.7 1,032 2/15/2016
0.2.6 996 2/11/2016
0.2.5 1,110 2/11/2016
0.2.4 1,019 2/10/2016

https://github.com/gottscj/Hangfire.Mongo/releases/
0.2.7
* Remove AsyncHelper and use sync API. This will Increase performance and fix potential

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