Quartz 2.2.4

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

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

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 (702)

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 877,302 2/17/2024
3.8.0 1,944,421 11/18/2023
3.7.0 2,416,907 8/4/2023
3.6.3 1,028,742 6/25/2023
3.6.2 3,880,497 2/25/2023
3.6.1 5,454 2/25/2023
3.6.0 1,087,070 1/29/2023
3.5.0 4,677,293 9/18/2022
3.4.0 6,923,045 3/27/2022
3.3.3 8,936,643 8/1/2021
3.3.2 3,551,587 4/9/2021
3.3.1 69,850 4/8/2021
3.3.0 31,608 4/7/2021
3.2.4 3,240,571 1/19/2021
3.2.3 2,223,072 10/31/2020
3.2.2 489,338 10/19/2020
3.2.1 19,628 10/18/2020
3.2.0 263,455 10/2/2020
3.1.0 1,490,121 7/24/2020
3.0.7 12,841,936 10/7/2018
3.0.6 1,765,024 7/6/2018
3.0.5 436,783 5/27/2018
3.0.4 879,999 3/4/2018
3.0.3 65,932 2/24/2018
3.0.2 411,911 1/25/2018
3.0.1 48,680 1/21/2018
3.0.0 362,467 12/30/2017
2.6.2 1,239,112 5/27/2018
2.6.1 1,422,959 10/9/2017
2.6.0 648,469 7/30/2017
2.5.0 1,347,606 2/18/2017
2.4.1 1,256,995 8/24/2016
2.4.0 81,411 8/18/2016
2.3.3 2,111,964 7/9/2015
2.3.2 697,149 3/30/2015
2.3.1 444,969 1/15/2015
2.3.0 459,153 11/8/2014
2.2.4 638,450 7/27/2014
2.2.3 291,453 3/30/2014
2.2.2 148,235 2/9/2014
2.2.1 128,199 11/24/2013
2.2.0 166,165 9/9/2013
2.1.2 671,519 1/13/2013
2.1.1 8,782 1/4/2013
2.1.0 5,840 12/31/2012
2.0.1 203,320 4/22/2012
2.0.0 30,628 4/9/2012
1.0.3 375,070 8/3/2011

This is a bug fix release addressing some minor issues.

FIXES

* Cannot register trigger persistence delegates with assembly qualified names
* Set example server's current directory to the one where server.exe is
* Fix TimeZoneInfo.GetUtcOffset(DateTimeOffset dateTimeOffset) not implemented in Mono
* Gracefully handle mixed useProperties usage when reading from DB when useproperties value has changed
* FindSystemTimeZoneById should work with both 'Coordinated Universal Time' and 'UTC'
* Latest release (2.3) didn't include Dbprovider constant string in StdSchedulerFactory - running examples fails