Quartz 2.6.1
.NET Framework 3.5
Install-Package Quartz -Version 2.6.1
dotnet add package Quartz --version 2.6.1
<PackageReference Include="Quartz" Version="2.6.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Quartz --version 2.6.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Quartz, 2.6.1"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Quartz as a Cake Addin
#addin nuget:?package=Quartz&version=2.6.1
// Install Quartz as a Cake Tool
#tool nuget:?package=Quartz&version=2.6.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Quartz.NET Scheduling Framework for .NET Platform
| Product | Versions |
|---|---|
| .NET Framework | net35 net35-client net40 net40-client net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
- Common.Logging (>= 3.3.1)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Quartz:
| Package | Downloads |
|---|---|
|
ViCtor3.AddInView
Basis Interface für die AddIn Entwicklung |
|
|
Visitmedia.ViCtor3.AddInView
Basis Interface für die AddIn Entwicklung |
|
|
ViCtor3.HostView
ViCtor Hostview for Quartz and Workflow |
|
|
Visitmedia.ViCtor.Module.InterCompanyExchange
ViCtor Mandanten Abgleich, Inter Company Exchange, einfacher Sync von Mehreren Mandanten |
This is a maintenance release fixing an issue where misfire handling is being too slow at times. This regression has been present since version 2.4.
NEW FEATURE
* Allow performing misfire handling more frequently than misfireThreshold (#532)
FIXES
* Incomplete recovery of misfired jobs when using database-specific delegate types (#531)