Hangfire.Tags
1.6.1
Due to the prefix reservation of Hangfire on Nuget, we had to rename Hangfire.Tags to include an {Author} prefix.
See the version list below for details.
dotnet add package Hangfire.Tags --version 1.6.1
NuGet\Install-Package Hangfire.Tags -Version 1.6.1
<PackageReference Include="Hangfire.Tags" Version="1.6.1" />
paket add Hangfire.Tags --version 1.6.1
#r "nuget: Hangfire.Tags, 1.6.1"
// Install Hangfire.Tags as a Cake Addin #addin nuget:?package=Hangfire.Tags&version=1.6.1 // Install Hangfire.Tags as a Cake Tool #tool nuget:?package=Hangfire.Tags&version=1.6.1
Add tags to Hangfire backgroundjobs
Product | Versions 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.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 | 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. |
-
.NETStandard 2.0
- Hangfire.Core (>= 1.7.8)
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.PostgreSql
Support for PostgreSql for Hangfire.Tags. This separate 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.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 | 9,275 | 7/11/2023 | |
1.9.0-beta.2 | 121 | 6/1/2023 | |
1.9.0-beta.1 | 1,979 | 5/30/2023 | |
1.8.5 | 34,006 | 7/10/2023 | |
1.8.4 | 41,032 | 5/30/2023 | |
1.8.4-beta.1 | 12,403 | 12/16/2022 | |
1.8.3 | 61,501 | 10/20/2022 | |
1.8.2 | 66,773 | 6/15/2022 | |
1.8.1 | 101,195 | 9/29/2021 | |
1.8.0 | 82,980 | 7/20/2021 | |
1.7.3 | 129,920 | 3/26/2021 | |
1.7.2 | 150,428 | 11/23/2020 | |
1.7.1 | 14,591 | 10/3/2020 | |
1.7.0 | 11,151 | 9/28/2020 | |
1.6.5 | 507 | 9/28/2020 | |
1.6.4 | 7,601 | 7/27/2020 | |
1.6.3 | 6,561 | 5/27/2020 | |
1.6.2 | 8,055 | 5/6/2020 | |
1.6.1 | 1,008 | 4/29/2020 | |
1.6.0 | 1,024 | 4/28/2020 | |
1.5.1 | 9,570 | 4/22/2020 | |
1.5.0 | 14,202 | 4/3/2020 | |
1.0.0 | 12,405 | 1/22/2020 | |
0.8.0 | 32,369 | 5/6/2019 | |
0.7.0 | 1,825 | 4/11/2019 | |
0.6.0 | 3,176 | 10/31/2018 | |
0.5.0 | 1,086 | 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.