Hangfire.Tags
1.5.0
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.5.0
NuGet\Install-Package Hangfire.Tags -Version 1.5.0
<PackageReference Include="Hangfire.Tags" Version="1.5.0" />
paket add Hangfire.Tags --version 1.5.0
#r "nuget: Hangfire.Tags, 1.5.0"
// Install Hangfire.Tags as a Cake Addin #addin nuget:?package=Hangfire.Tags&version=1.5.0 // Install Hangfire.Tags as a Cake Tool #tool nuget:?package=Hangfire.Tags&version=1.5.0
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. |
.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 | 8,329 | 7/11/2023 | |
1.9.0-beta.2 | 113 | 6/1/2023 | |
1.9.0-beta.1 | 1,941 | 5/30/2023 | |
1.8.5 | 29,313 | 7/10/2023 | |
1.8.4 | 32,768 | 5/30/2023 | |
1.8.4-beta.1 | 12,397 | 12/16/2022 | |
1.8.3 | 57,001 | 10/20/2022 | |
1.8.2 | 64,186 | 6/15/2022 | |
1.8.1 | 98,005 | 9/29/2021 | |
1.8.0 | 79,732 | 7/20/2021 | |
1.7.3 | 126,999 | 3/26/2021 | |
1.7.2 | 149,584 | 11/23/2020 | |
1.7.1 | 14,135 | 10/3/2020 | |
1.7.0 | 10,830 | 9/28/2020 | |
1.6.5 | 498 | 9/28/2020 | |
1.6.4 | 7,566 | 7/27/2020 | |
1.6.3 | 6,507 | 5/27/2020 | |
1.6.2 | 7,978 | 5/6/2020 | |
1.6.1 | 999 | 4/29/2020 | |
1.6.0 | 1,014 | 4/28/2020 | |
1.5.1 | 9,559 | 4/22/2020 | |
1.5.0 | 13,558 | 4/3/2020 | |
1.0.0 | 12,256 | 1/22/2020 | |
0.8.0 | 32,283 | 5/6/2019 | |
0.7.0 | 1,799 | 4/11/2019 | |
0.6.0 | 3,163 | 10/31/2018 | |
0.5.0 | 1,070 | 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.