Quartz 2.6.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. 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 (699)

Showing the top 5 NuGet packages that depend on Quartz:

Package Downloads
Quartz.Extensions.DependencyInjection The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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

Quartz.Serialization.Json The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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

Quartz.Jobs The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Quartz.NET Jobs; Quartz Scheduling Framework for .NET

MassTransit.Quartz The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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

Autofac.Extras.Quartz

Autofac integration for Quartz.Net.

GitHub repositories (85)

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

Repository Stars
bitwarden/server
The core 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 and the ASP.NET Core platforms. Provides the fundamental infrastructure, production-ready startup templates, application modules, UI themes, tooling, guides 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.8.1 702,519 2/17/2024
3.8.0 1,840,741 11/18/2023
3.7.0 2,360,021 8/4/2023
3.6.3 1,009,659 6/25/2023
3.6.2 3,822,550 2/25/2023
3.6.1 5,389 2/25/2023
3.6.0 1,073,104 1/29/2023
3.5.0 4,622,298 9/18/2022
3.4.0 6,856,842 3/27/2022
3.3.3 8,877,600 8/1/2021
3.3.2 3,531,089 4/9/2021
3.3.1 69,350 4/8/2021
3.3.0 31,466 4/7/2021
3.2.4 3,225,691 1/19/2021
3.2.3 2,212,889 10/31/2020
3.2.2 487,576 10/19/2020
3.2.1 19,519 10/18/2020
3.2.0 262,343 10/2/2020
3.1.0 1,486,166 7/24/2020
3.0.7 12,793,745 10/7/2018
3.0.6 1,760,366 7/6/2018
3.0.5 433,060 5/27/2018
3.0.4 876,591 3/4/2018
3.0.3 65,648 2/24/2018
3.0.2 409,532 1/25/2018
3.0.1 48,457 1/21/2018
3.0.0 356,608 12/30/2017
2.6.2 1,232,304 5/27/2018
2.6.1 1,416,770 10/9/2017
2.6.0 646,448 7/30/2017
2.5.0 1,343,221 2/18/2017
2.4.1 1,250,869 8/24/2016
2.4.0 80,798 8/18/2016
2.3.3 2,105,517 7/9/2015
2.3.2 694,868 3/30/2015
2.3.1 443,834 1/15/2015
2.3.0 456,836 11/8/2014
2.2.4 636,653 7/27/2014
2.2.3 290,408 3/30/2014
2.2.2 148,090 2/9/2014
2.2.1 127,838 11/24/2013
2.2.0 165,567 9/9/2013
2.1.2 667,958 1/13/2013
2.1.1 8,735 1/4/2013
2.1.0 5,801 12/31/2012
2.0.1 202,438 4/22/2012
2.0.0 30,485 4/9/2012
1.0.3 373,620 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)