Quartz 2.6.0

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

// Install Quartz as a Cake Tool
#tool nuget:?package=Quartz&version=2.6.0                

Quartz.NET Scheduling Framework for .NET Platform

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net35-client is compatible.  net40 is compatible.  net40-client is compatible.  net403 was computed.  net45 was computed.  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 (726)

Showing the top 5 NuGet packages that depend on Quartz:

Package Downloads
Quartz.Extensions.DependencyInjection

Quartz.NET Microsoft.Extensions.DependencyInjection integration; Quartz Scheduling Framework for .NET

Quartz.Serialization.Json

Quartz.NET JSON Serialization Support; Quartz Scheduling Framework for .NET

Quartz.Jobs

Quartz.NET Jobs; Quartz Scheduling Framework for .NET

MassTransit.Quartz

MassTransit Quartz.NET scheduler support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.

Quartz.Plugins.TimeZoneConverter

Quartz.NET TimeZoneConverter integration https://github.com/mj1856/TimeZoneConverter; Quartz Scheduling Framework for .NET

GitHub repositories (89)

Showing the top 5 popular GitHub repositories that depend on Quartz:

Repository Stars
bitwarden/server
Bitwarden infrastructure/backend (API, database, Docker, etc).
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
kgrzybek/modular-monolith-with-ddd
Full Modular Monolith application with Domain-Driven Design approach.
MassTransit/MassTransit
Distributed Application Framework for .NET
Version Downloads Last updated
3.13.0 589,690 8/10/2024
3.12.0 144,424 8/3/2024
3.11.0 768,454 7/7/2024
3.10.0 243,203 6/26/2024
3.9.0 1,296,685 5/9/2024
3.8.1 2,491,420 2/17/2024
3.8.0 3,231,678 11/18/2023
3.7.0 3,150,780 8/4/2023
3.6.3 1,257,873 6/25/2023
3.6.2 4,722,131 2/25/2023
3.6.1 5,664 2/25/2023 3.6.1 is deprecated because it has critical bugs.
3.6.0 1,257,393 1/29/2023
3.5.0 5,521,763 9/18/2022
3.4.0 7,925,466 3/27/2022
3.3.3 9,738,024 8/1/2021
3.3.2 3,827,099 4/9/2021
3.3.1 77,041 4/8/2021
3.3.0 34,233 4/7/2021
3.2.4 3,475,496 1/19/2021
3.2.3 2,363,148 10/31/2020
3.2.2 518,093 10/19/2020
3.2.1 20,833 10/18/2020
3.2.0 279,141 10/2/2020
3.1.0 1,544,336 7/24/2020
3.0.7 13,557,643 10/7/2018
3.0.6 1,846,468 7/6/2018
3.0.5 467,292 5/27/2018
3.0.4 914,225 3/4/2018
3.0.3 67,888 2/24/2018
3.0.2 446,411 1/25/2018
3.0.1 49,845 1/21/2018
3.0.0 440,299 12/30/2017
2.6.2 1,353,256 5/27/2018
2.6.1 1,501,413 10/9/2017
2.6.0 677,285 7/30/2017
2.5.0 1,412,062 2/18/2017
2.4.1 1,339,103 8/24/2016
2.4.0 88,971 8/18/2016
2.3.3 2,224,448 7/9/2015
2.3.2 727,587 3/30/2015
2.3.1 463,570 1/15/2015
2.3.0 485,374 11/8/2014
2.2.4 670,107 7/27/2014
2.2.3 308,130 3/30/2014
2.2.2 150,966 2/9/2014
2.2.1 137,490 11/24/2013
2.2.0 173,331 9/9/2013
2.1.2 720,019 1/13/2013
2.1.1 9,072 1/4/2013
2.1.0 6,084 12/31/2012
2.0.1 209,007 4/22/2012
2.0.0 31,328 4/9/2012
1.0.3 404,621 8/3/2011

*Addition of column required to database*

* This release fixes a long standing issue, DailyTimeIntervalTrigger's time zone is now finally persisted to database
* This requires running schema_25_to_26_upgrade.sql to add new column to QRTZ_SIMPROP_TRIGGERS table
* https://github.com/quartznet/quartznet/blob/2.x/database/schema_25_to_26_upgrade.sql

A slight performance boost can also be unlocked when using PostgreSQL by switching PostgreSqlDelegate.

NEW FEATURE

* Add support for eager validation of job scheduling XML file on plugin start (#492)
* Add support for extra custom time zone resolver function in TimeZoneUtil (#290)

FIXES

* CalendarIntervalTrigger's first fire time doesn't consider time zone (#505)
* QRTZ_FIRED_TRIGGERS.ENTRY_ID column length too small (#474)
* Decrease log level for message when host name is too long (#471)
* Quartz should not log transient faults related to azure db connection as errors (#470)
* RemotingSchedulerExporter can't create remoting channel on Mono (#464)
* Regression in 2.5, TriggerBuilder.UsingJobData(JobDataMap newJobDataMap) should ovewrite existing (#460)
* QuartzScheduler.Clear does not clear QRTZ_FIRED_TRIGGERS table (#437)
* No wait time between db connection failures with AcquireNextTriggers (#428)
* DailyTimeIntervalTriggerImpl prevents altering EndTimeOfDay to a later time of day (#382)
* Quartz.CronExpression.IsSatisfiedBy claims to ignore milliseconds but doesn't (#349)
* Add back PostgreSqlDelegate to support database LIMIT in trigger acquiring (#318)
* Bug in XSD schema: cannot set <misfire-instruction>IgnoreMisfirePolicy</misfire-instruction> (#280)
* Quartz.Xml.XMLSchedulingDataProcessor uses GetType() instead of typeof(Quartz.Xml.XMLSchedulingDataProcessor) (#277)
* With SQLite default isolation level should be set to serializable (#242)
* DailyTimeIntervalTrigger's time zone is not persisted into database (#136)
* XMLSchedulingDataProcessorPlugin incompatible with StdAdoDelegate when useProperties=true (#44)
* Trigger loop encountered using DailyTimeIntervalTrigger across DST start boundary (#332)