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
<PackageReference Include="Hangfire.SqlServer.RabbitMQ" Version="1.6.0" />
paket add Hangfire.SqlServer.RabbitMQ --version 1.6.0
#r "nuget: Hangfire.SqlServer.RabbitMQ, 1.6.0"
// Install Hangfire.SqlServer.RabbitMQ as a Cake Addin #addin nuget:?package=Hangfire.SqlServer.RabbitMQ&version=1.6.0 // Install Hangfire.SqlServer.RabbitMQ as a Cake Tool #tool nuget:?package=Hangfire.SqlServer.RabbitMQ&version=1.6.0
RabbitMQ queues support for SQL Server job storage implementation for Hangfire (background job system for ASP.NET applications).
Product | Versions 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. |
-
- Hangfire.Core (>= 1.5.0)
- Hangfire.SqlServer (>= 1.5.0)
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,237 | 8/19/2016 |
1.5.9 | 1,320 | 7/11/2016 |
1.5.8 | 1,418 | 6/17/2016 |
1.5.7 | 1,025 | 5/30/2016 |
1.5.6 | 1,196 | 4/22/2016 |
1.5.5 | 1,049 | 4/14/2016 |
1.5.4 | 1,341 | 3/22/2016 |
1.5.3 | 1,520 | 11/6/2015 |
1.5.2 | 1,059 | 10/15/2015 |
1.5.1 | 1,044 | 10/14/2015 |
1.5.0 | 1,261 | 10/1/2015 |
1.4.7 | 1,125 | 10/1/2015 |
1.4.6 | 1,116 | 8/29/2015 |
1.4.5 | 1,307 | 7/24/2015 |
1.4.4 | 1,364 | 7/23/2015 |
1.4.3 | 1,243 | 5/27/2015 |
1.4.2 | 1,238 | 5/6/2015 |
1.4.1 | 1,165 | 4/14/2015 |
1.3.4 | 1,193 | 2/4/2015 |
1.3.3 | 1,223 | 1/28/2015 |
1.3.2 | 1,073 | 1/27/2015 |
1.3.1 | 1,168 | 1/13/2015 |
1.3.0 | 1,597 | 12/10/2014 |
1.2.2 | 1,300 | 11/24/2014 |
1.2.1 | 1,267 | 11/22/2014 |
1.2.0 | 1,510 | 11/17/2014 |
1.1.1 | 1,165 | 9/5/2014 |
1.0.2 | 1,179 | 7/1/2014 |
1.0.1 | 1,133 | 6/30/2014 |
1.0.0 | 1,139 | 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).