Quartz 2.2.1
See the version list below for details.
dotnet add package Quartz --version 2.2.1
NuGet\Install-Package Quartz -Version 2.2.1
<PackageReference Include="Quartz" Version="2.2.1" />
paket add Quartz --version 2.2.1
#r "nuget: Quartz, 2.2.1"
// Install Quartz as a Cake Addin #addin nuget:?package=Quartz&version=2.2.1 // Install Quartz as a Cake Tool #tool nuget:?package=Quartz&version=2.2.1
Quartz.NET Scheduling Framework for .NET Platform
Product | Versions 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. |
-
- Common.Logging (>= 2.1.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Quartz:
Package | Downloads |
---|---|
Ninject.Extensions.Quartz
Ninject.Extensions.Quartz provides a Quartz JobFactory to create your Quartz jobs from your Ninject IoC container |
GitHub repositories (88)
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 |
---|---|---|
2.3.3 | 63,547 | 7/9/2015 |
2.3.2 | 57,002 | 3/30/2015 |
2.3.1 | 49,765 | 1/15/2015 |
2.3.0 | 59,344 | 11/8/2014 |
2.2.4 | 48,234 | 7/27/2014 |
2.2.3 | 64,765 | 3/30/2014 |
2.2.2 | 29,726 | 2/9/2014 |
2.2.1 | 38,869 | 11/24/2013 |
2.2.0 | 46,992 | 9/9/2013 |
2.1.2 | 93,879 | 1/13/2013 |
2.1.1 | 1,484 | 1/4/2013 |
2.1.0 | 1,099 | 12/31/2012 |
2.0.1 | 54,845 | 4/22/2012 |
2.0.0 | 1,331 | 4/9/2012 |
1.0.3 | 54,543 | 8/3/2011 |
This is a minor release containing mostly bug fixes.
NEW FEATURES
* GroupMatcher<T>.AnyGroup() support
* Add network credential and SMTP port definition support to SendMailJob
FIXES
* SchedulerException constructor unnecessarily uses Exception.ToString as message
* Thread name prefix for thread pool is not set
* Triggers should not be excluded based on the fire time of the first selected trigger
* Quarts server does not properly log possible exception when starting the service
* DailyTimeIntervalTrigger GetFireTimeAfter produces incorrect result when date is in the past
* batchTriggerAcquisitionMaxCount acquires one trigger unless batchTriggerAcquisitionFireAheadTimeWindow is also set
* Oracle ODP Managed provider should set BindByName to true for OracleCommands