Quartz 2.3.2
dotnet add package Quartz --version 2.3.2
NuGet\Install-Package Quartz -Version 2.3.2
<PackageReference Include="Quartz" Version="2.3.2" />
<PackageVersion Include="Quartz" Version="2.3.2" />
<PackageReference Include="Quartz" />
paket add Quartz --version 2.3.2
#r "nuget: Quartz, 2.3.2"
#addin nuget:?package=Quartz&version=2.3.2
#tool nuget:?package=Quartz&version=2.3.2
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 (>= 3.0.0)
GitHub repositories (92)
Showing the top 20 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
|
|
anjoy8/Blog.Core
💖 ASP.NET Core 8.0 全家桶教程,前后端分离后端接口,vue教程姊妹篇,官方文档:
|
|
dotnetcore/Util
Util是一个.Net平台下的应用框架,旨在提升中小团队的开发能力,由工具类、分层架构基类、Ui组件,配套代码生成模板,权限等组成。
|
|
dotnetcore/WTM
Use WTM to write .netcore app fast !!!
|
|
cq-panda/Vue.NetCore
(已支持sqlsugar).NetCore、.Net6、Vue2、Vue3、Vite、TypeScript、Element plus+uniapp前后端分离,全自动生成代码;支持移动端(ios/android/h5/微信小程序。http://www.volcore.xyz/
|
|
Ombi-app/Ombi
Want a Movie or TV Show on Plex/Emby/Jellyfin? Use Ombi!
|
|
oskardudycz/EventSourcing.NetCore
Examples and Tutorials of Event Sourcing in .NET
|
|
kgrzybek/sample-dotnet-core-cqrs-api
Sample .NET Core REST API CQRS implementation with raw SQL and DDD using Clean Architecture.
|
|
liukuo362573/YiShaAdmin
基于 .NET Core MVC 的权限管理系统,代码易读易懂、界面简洁美观
|
|
BookerLiu/GeekDesk
🔥小巧、美观的桌面快速启动工具 Small, beautiful desktop quickstart management tool with integrated Everything search
|
|
phongnguyend/Practical.CleanArchitecture
Full-stack .Net 9 Clean Architecture (Microservices, Modular Monolith, Monolith), Blazor, Angular 19, React 19, Vue 3.5, BFF with YARP, NextJs 15, Domain-Driven Design, CQRS, SOLID, Asp.Net Core Identity Custom Storage, OpenID Connect, EF Core, OpenTelemetry, SignalR, Background Services, Health Checks, Rate Limiting, Clouds (Azure, AWS, GCP), ..
|
|
BrighterCommand/Brighter
A framework for building messaging apps with .NET and C#.
|
|
zhaopeiym/quartzui
基于Quartz.NET3.0的定时任务Web可视化管理。docker打包开箱即用、内置SQLite持久化、语言无关、业务代码零污染、支持 RESTful风格接口、傻瓜式配置
|
|
iamoldli/NetModular
NetModular 是基于.Net Core 和 Vue.js 的业务模块化以及前后端分离的快速开发框架
|
|
dotnetcore/HttpReports
HttpReports is an APM (application performance monitor) system for .Net Core.
|
|
Coldairarrow/Colder.Admin.AntdVue
Admin Fx Based On .NET 5 + Ant Design Vue
|
Version | Downloads | Last updated |
---|---|---|
2.3.2 | 42,745 | 3/30/2015 |
2.3.1 | 41,977 | 1/15/2015 |
2.3.0 | 29,998 | 11/8/2014 |
2.2.4 | 42,811 | 7/27/2014 |
2.2.3 | 41,263 | 3/30/2014 |
2.2.2 | 11,570 | 2/9/2014 |
2.2.1 | 12,009 | 11/24/2013 |
2.2.0 | 9,787 | 9/9/2013 |
2.1.2 | 28,105 | 1/13/2013 |
2.1.1 | 300 | 1/4/2013 |
2.1.0 | 198 | 12/31/2012 |
2.0.1 | 7,227 | 4/22/2012 |
2.0.0 | 308 | 4/9/2012 |
1.0.3 | 10,364 | 8/3/2011 |
This is a minor release containing mostly bug fixes.
NEW FEATURE
* Add mysql 6.9.5 provider support
FIXES
* Avoid unnecessary object allocations in CronExpression
* CalendarIntervalTrigger and DailyTimeIntervalTrigger produce incorrect schedule builders
* Incorrect multiplication factor in DailyTimeIntervalScheduleBuilder.EndingDailyAfterCount()
* AnnualCalendar SetDayExcluded does not update internal data structures if base calendar excludes date
* Ensure IDriverDelegate members in StdAdoDelegate are virtual
* Several XML documentation spelling error fixes