Quartz 2.5.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.5.0
NuGet\Install-Package Quartz -Version 2.5.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.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Quartz --version 2.5.0
#r "nuget: Quartz, 2.5.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.5.0

// Install Quartz as a Cake Tool
#tool nuget:?package=Quartz&version=2.5.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 786,080 2/17/2024
3.8.0 1,892,943 11/18/2023
3.7.0 2,387,934 8/4/2023
3.6.3 1,018,365 6/25/2023
3.6.2 3,852,758 2/25/2023
3.6.1 5,428 2/25/2023
3.6.0 1,079,876 1/29/2023
3.5.0 4,649,040 9/18/2022
3.4.0 6,888,903 3/27/2022
3.3.3 8,907,179 8/1/2021
3.3.2 3,541,362 4/9/2021
3.3.1 69,507 4/8/2021
3.3.0 31,575 4/7/2021
3.2.4 3,233,543 1/19/2021
3.2.3 2,218,308 10/31/2020
3.2.2 488,427 10/19/2020
3.2.1 19,609 10/18/2020
3.2.0 262,939 10/2/2020
3.1.0 1,488,179 7/24/2020
3.0.7 12,819,643 10/7/2018
3.0.6 1,762,811 7/6/2018
3.0.5 435,084 5/27/2018
3.0.4 878,485 3/4/2018
3.0.3 65,841 2/24/2018
3.0.2 410,600 1/25/2018
3.0.1 48,641 1/21/2018
3.0.0 359,571 12/30/2017
2.6.2 1,235,599 5/27/2018
2.6.1 1,419,518 10/9/2017
2.6.0 647,330 7/30/2017
2.5.0 1,345,453 2/18/2017
2.4.1 1,253,926 8/24/2016
2.4.0 81,114 8/18/2016
2.3.3 2,108,697 7/9/2015
2.3.2 695,829 3/30/2015
2.3.1 444,333 1/15/2015
2.3.0 458,038 11/8/2014
2.2.4 637,593 7/27/2014
2.2.3 290,893 3/30/2014
2.2.2 148,171 2/9/2014
2.2.1 127,980 11/24/2013
2.2.0 165,828 9/9/2013
2.1.2 669,914 1/13/2013
2.1.1 8,779 1/4/2013
2.1.0 5,837 12/31/2012
2.0.1 202,881 4/22/2012
2.0.0 30,601 4/9/2012
1.0.3 374,363 8/3/2011


This release contains mainly bug fixes but because there's a behavioral change in
DST handling (for the better) that warrants for a minor version number increment.

See https://github.com/quartznet/quartznet/pull/317 for details.

FIXES

* Jobs get stuck in the Blocked state after the DB connection is lost in NotifyJobListenersComplete (#282)
* Oracle rownum based queries can work wrong after Oracle SQL tuning task has ran (#413)
* Handle DST better (#317)
* RAMJobStore fails to resume when paused without triggers (#433)
* CronExpression doesn't properly check the range when an "/interval" is specified (#432)
* Fix JobDataMap dirty flag when constructing from existing map (#431)
* Store triggers by job in RAMJobStore for better performance (#430)
* Create WorkerThread in virtual method (#426)
* SqlSelectJobForTrigger is not using primary key join and causes index scan (#407)