Hangfire.SqlServer.RabbitMQ 1.6.0

Prefix Reserved
dotnet add package Hangfire.SqlServer.RabbitMQ --version 1.6.0
                    
NuGet\Install-Package Hangfire.SqlServer.RabbitMQ -Version 1.6.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.SqlServer.RabbitMQ" Version="1.6.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Hangfire.SqlServer.RabbitMQ" Version="1.6.0" />
                    
Directory.Packages.props
<PackageReference Include="Hangfire.SqlServer.RabbitMQ" />
                    
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.SqlServer.RabbitMQ --version 1.6.0
                    
#r "nuget: Hangfire.SqlServer.RabbitMQ, 1.6.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.
#addin nuget:?package=Hangfire.SqlServer.RabbitMQ&version=1.6.0
                    
Install Hangfire.SqlServer.RabbitMQ as a Cake Addin
#tool nuget:?package=Hangfire.SqlServer.RabbitMQ&version=1.6.0
                    
Install Hangfire.SqlServer.RabbitMQ as a Cake Tool

RabbitMQ queues support for SQL Server job 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
1.6.0 20,912 8/19/2016
1.5.9 1,406 7/11/2016
1.5.8 1,508 6/17/2016
1.5.7 1,112 5/30/2016
1.5.6 1,286 4/22/2016
1.5.5 1,137 4/14/2016
1.5.4 1,428 3/22/2016
1.5.3 1,703 11/6/2015
1.5.2 1,159 10/15/2015
1.5.1 1,134 10/14/2015
1.5.0 1,352 10/1/2015
1.4.7 1,214 10/1/2015
1.4.6 1,206 8/29/2015
1.4.5 1,397 7/24/2015
1.4.4 1,501 7/23/2015
1.4.3 1,336 5/27/2015
1.4.2 1,330 5/6/2015
1.4.1 1,258 4/14/2015
1.3.4 1,286 2/4/2015
1.3.3 1,315 1/28/2015
1.3.2 1,164 1/27/2015
1.3.1 1,258 1/13/2015
1.3.0 1,690 12/10/2014
1.2.2 1,392 11/24/2014
1.2.1 1,361 11/22/2014
1.2.0 1,604 11/17/2014
1.1.1 1,259 9/5/2014
1.0.2 1,271 7/1/2014
1.0.1 1,225 6/30/2014
1.0.0 1,230 6/30/2014

https://github.com/HangfireIO/Hangfire.SqlServer.RabbitMq/releases
   
1.6.0
* Changed – `Hangfire` dependencies are not strict now.
* Changed – `RabbitMq.Client` package updated to 3.6.5.
* Changed – `RabbitMq.Client.dll` assembly merged with `Hangfire.SqlServer.RabbitMq.dll`.
   
1.4.2
* Fixed – Incompatibility issue with RabbitMQ.Client >= 3.4.0 (by @justmara).
   
1.4.0
* Added – Allow a URI to be used for `RabbitMQConnectionConfiguration` (by @dennyferra).