Breaking Changes:
- Removed
quartz.config
support, listeners can be attached through the C# API. Quartz configuration properties can be attached in theapp.config
. - The
IJobScheduler
interface and itsQuartzNetSimpleScheduler
implementation was removed. TheScheduler
class replaces theQuartzNetScheduler
class and also implements the QuartzIScheduler
interface
Enhancements:
- Added C# API
- Upgraded to Quartz.NET 3.0.4
Breaking Changes:
- Changed namespace to
Castle.Facilities.Quartz
Enhancements:
- Added .NET Standard 2.0 support
- Upgraded to Quartz.NET 3.0.2