Hangfire.Tags 1.7.2

Suggested Alternatives

FaceIT.Hangfire.Tags

Additional Details

Due to the prefix reservation of Hangfire on Nuget, we had to rename Hangfire.Tags to include an {Author} prefix.

There is a newer version of this package available.
See the version list below for details.
dotnet add package Hangfire.Tags --version 1.7.2
NuGet\Install-Package Hangfire.Tags -Version 1.7.2
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.Tags" Version="1.7.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Hangfire.Tags --version 1.7.2
#r "nuget: Hangfire.Tags, 1.7.2"
#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.Tags as a Cake Addin
#addin nuget:?package=Hangfire.Tags&version=1.7.2

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

Add tags to Hangfire backgroundjobs

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.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. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (10)

Showing the top 5 NuGet packages that depend on Hangfire.Tags:

Package Downloads
Hangfire.Tags.SqlServer

Support for SQL Server for Hangfire.Tags. This seperate library is required in order to search for tags, and proper cleanup.

Hangfire.Tags.Pro.Redis

Support for Redis for Hangfire.Tags. This separate library is required in order to search for tags, and proper cleanup.

Hangfire.Tags.PostgreSql

Support for PostgreSql for Hangfire.Tags. This separate library is required in order to search for tags, and proper cleanup.

Hangfire.Tags.Redis.StackExchange

Support for Redis for Hangfire.Tags. This separate library is required in order to search for tags, and proper cleanup.

Hangfire.Tags.Redis

基于Hangfire.Tags和StackExchange.Redis,提供的Redis版Tags持久化。

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.9.0-beta.3 4,790 7/11/2023
1.9.0-beta.2 95 6/1/2023
1.9.0-beta.1 1,886 5/30/2023
1.8.5 18,403 7/10/2023
1.8.4 19,983 5/30/2023
1.8.4-beta.1 12,368 12/16/2022
1.8.3 45,412 10/20/2022
1.8.2 56,732 6/15/2022
1.8.1 85,336 9/29/2021
1.8.0 70,762 7/20/2021
1.7.3 105,154 3/26/2021
1.7.2 140,782 11/23/2020
1.7.1 12,573 10/3/2020
1.7.0 10,203 9/28/2020
1.6.5 459 9/28/2020
1.6.4 7,318 7/27/2020
1.6.3 6,130 5/27/2020
1.6.2 7,639 5/6/2020
1.6.1 946 4/29/2020
1.6.0 969 4/28/2020
1.5.1 9,494 4/22/2020
1.5.0 11,303 4/3/2020
1.0.0 11,590 1/22/2020
0.8.0 30,884 5/6/2019
0.7.0 1,758 4/11/2019
0.6.0 3,122 10/31/2018
0.5.0 1,027 10/13/2018

Initial release with support for adding tags to background jobs. The tags are visible on the job details page. It's possible to select a tag, and get a list of all jobs containing the selected tag.