Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Quartz.NET-3.14.0.zip | 2025-03-08 | 37.6 MB | |
Quartz.NET 3.14.0 source code.tar.gz | 2025-03-08 | 5.8 MB | |
Quartz.NET 3.14.0 source code.zip | 2025-03-08 | 6.4 MB | |
README.md | 2025-03-08 | 844 Bytes | |
Totals: 4 Items | 49.8 MB | 0 |
What's Changed
- Change
DirtyFlagMap.Add
to useAllowNullAttribute
instead ofMaybeNullAttribute
by @fbenoit-coexya in https://github.com/quartznet/quartznet/pull/2660 - Don't transition triggers to error state on scheduler shutdown/disposal by @lahma in https://github.com/quartznet/quartznet/pull/2704
- Handle hosted service stopping during startup gracefully by @lahma in https://github.com/quartznet/quartznet/pull/2705
- Upgrade packages by @lahma in https://github.com/quartznet/quartznet/pull/2706
- Add NET 8 and NET 9 targets, remove NET 6 target by @lahma in https://github.com/quartznet/quartznet/pull/2707
New Contributors
- @fbenoit-coexya made their first contribution in https://github.com/quartznet/quartznet/pull/2660
Full Changelog: https://github.com/quartznet/quartznet/compare/v3.13.1...v3.14.0