Hangfire.AspNet 0.2.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Hangfire.AspNet --version 0.2.0
NuGet\Install-Package Hangfire.AspNet -Version 0.2.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.AspNet" Version="0.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Hangfire.AspNet --version 0.2.0
#r "nuget: Hangfire.AspNet, 0.2.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.AspNet as a Cake Addin
#addin nuget:?package=Hangfire.AspNet&version=0.2.0

// Install Hangfire.AspNet as a Cake Tool
#tool nuget:?package=Hangfire.AspNet&version=0.2.0

ASP.NET integration for Hangfire.

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 (3)

Showing the top 3 NuGet packages that depend on Hangfire.AspNet:

Package Downloads
UmbracoHangfire

Hangfire scheduled tasks for Umbraco 8

Allen.Storage.Bootstrapper

Using Hangfire to Implement a Seamless Storage Plan. Separating specific storage infrastructures through abstract interfaces and using unified interfaces to implement different storage infrastructures(sftp,ftps,ftp,smb).

PrecisionScheduler

Replacement for the out-of-the-box scheduler included with Sitecore.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Hangfire.AspNet:

Repository Stars
fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat
可能是全网最完整的 C# 版微信 SDK,封装全部已知的微信 API,包含微信公众平台(订阅号+服务号+小程序+小游戏+小商店+视频号)、微信开放平台、微信商户平台(微信支付+微企付)、企业微信、微信广告平台、微信智能对话开放平台等模块,可跨平台。持续随官方更新,欢迎 Star/Fork/PR。QQ 交流群 875580418【满】、930461548。
Version Downloads Last updated
0.3.0 1,227 3/22/2024
0.2.0 1,748,017 8/16/2016
0.1.0 5,157 7/28/2016

http://hangfire.io/blog/
   
0.2.0
• Added – `AuthorizationFilter` and `ClaimsAuthorizationFilter` classes.
   
0.1.0 – Initial Release