HangFire.Core
1.3.4
See the version list below for details.
dotnet add package HangFire.Core --version 1.3.4
NuGet\Install-Package HangFire.Core -Version 1.3.4
<PackageReference Include="HangFire.Core" Version="1.3.4" />
paket add HangFire.Core --version 1.3.4
#r "nuget: HangFire.Core, 1.3.4"
// Install HangFire.Core as a Cake Addin #addin nuget:?package=HangFire.Core&version=1.3.4 // Install HangFire.Core as a Cake Tool #tool nuget:?package=HangFire.Core&version=1.3.4
Core components 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. |
-
- Newtonsoft.Json (>= 5.0.0)
- Owin (>= 1.0.0)
GitHub repositories (45)
Showing the top 5 popular GitHub repositories that depend on HangFire.Core:
Repository | Stars |
---|---|
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
|
|
MassTransit/MassTransit
Distributed Application Framework for .NET
|
|
Xabaril/AspNetCore.Diagnostics.HealthChecks
Enterprise HealthChecks for ASP.NET Core Diagnostics Package
|
|
fullstackhero/blazor-starter-kit
Clean Architecture Template for Blazor WebAssembly Built with MudBlazor Components.
|
|
eventflow/EventFlow
Async/await first CQRS+ES and DDD framework for .NET
|
Version | Downloads | Last updated |
---|---|---|
1.4.2 | 4,887 | 5/6/2015 |
1.4.1 | 6,841 | 4/14/2015 |
1.4.0 | 863 | 4/13/2015 |
1.4.0-rc2 | 66 | 4/11/2015 |
1.4.0-rc1 | 77 | 4/9/2015 |
1.4.0-beta1 | 252 | 3/19/2015 |
1.3.4 | 12,771 | 2/4/2015 |
1.3.3 | 1,550 | 1/28/2015 |
1.3.2 | 589 | 1/27/2015 |
1.3.1 | 2,586 | 1/13/2015 |
1.3.0 | 3,263 | 12/10/2014 |
1.2.2 | 2,070 | 11/24/2014 |
1.2.1 | 246 | 11/22/2014 |
1.2.0 | 1,043 | 11/17/2014 |
1.1.1 | 10,764 | 9/5/2014 |
1.1.0 | 919 | 9/3/2014 |
1.0.2 | 3,572 | 7/1/2014 |
1.0.1 | 388 | 6/30/2014 |
1.0.0 | 98 | 6/30/2014 |
0.9.1 | 543 | 6/12/2014 |
0.9.0 | 108 | 6/7/2014 |
0.8.3 | 81 | 5/23/2014 |
0.8.2 | 67 | 5/21/2014 |
0.8.1 | 95 | 5/17/2014 |
0.8.0 | 152 | 5/2/2014 |
0.7.5 | 96 | 4/10/2014 |
0.7.4 | 61 | 4/7/2014 |
0.7.3 | 59 | 4/4/2014 |
0.7.1 | 62 | 4/1/2014 |
0.7.0 | 74 | 3/22/2014 |
0.6.2 | 61 | 1/28/2014 |
0.6.1 | 61 | 1/27/2014 |
0.5.2 | 68 | 11/19/2013 |
0.5.1 | 60 | 11/12/2013 |
0.5.0 | 74 | 11/10/2013 |
https://github.com/HangfireIO/Hangfire/releases
1.3.3
* Fixed – Enqueued job is not being processed with MSMQ or RabbitMQ.
1.3.2
* Fixed – Fatal error occurred during execution of 'Server Core' component.
* Fixed – Hangfire version freezes at 1.1.3.4 on Dashboard.
* Fixed – Recurring job does not trigger.
1.3.1
* Fixed – Worker stops processing on storage exceptions.
1.3.0
* Added – Generation of NuGet symbol packages with `*.pdb` and source files.
* Added – Allow to customize serialization settings of Json.NET (by @fpellet).
* Added – Ability to configure `ServerTimeout` option.
* Breaking – Use `LibLog` package instead of `Common.Logging` for logging.
* Changed – Use ILMerge instead of ILRepack (found there is a NuGet package for it).
* Fixed – Dashboard not crash if a scheduling task is cancelled (@fpellet).