Quartz 2.3.3

.NET Framework 3.5
There is a newer version of this package available.
See the version list below for details.
Install-Package Quartz -Version 2.3.3
dotnet add package Quartz --version 2.3.3
<PackageReference Include="Quartz" Version="2.3.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Quartz --version 2.3.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Quartz, 2.3.3"
#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.3.3

// Install Quartz as a Cake Tool
#tool nuget:?package=Quartz&version=2.3.3
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.

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

Version Downloads Last updated
2.6.1 0 06.02.2022
2.3.3 0 06.02.2022

This is a minor release containing mostly bug fixes.

NEW FEATURE

* Support generic job types with AdoJobStore

FIXES

* AdoJobStore doesn't notify about removing orphaned job
* Store null JobData in JobDetails if it's empty
* Documentation error in SimpleTriggerImpl UpdateAfterMisfire
* Ensure IDriverDelegate members in StdAdoDelegate are virtual