Releases: marxjmoura/cronquery
Releases · marxjmoura/cronquery
v3.0.0
v2.0.0
Features:
- .NET Core 3.1 support
- Correctly way to register the jobs using only the
Startup.ConfigureServices()
method - Job runner is now a hosted service and automatically starts with the application
Breaking changes:
- .NET Core 2.2 is no longer supported
IHostApplicationLifetime.UseCronQuery()
extension has been deprecated (there is no more need to use it)
v1.1.0
Features:
- Add support for
netcoreapp3.0.100-preview3-010431
- Support for UTC offset to configure the time zone
v1.0.1
Bug fixes:
- Ensure that second is reset when hour not match
v1.0.0
Features:
- Recurring jobs using cron expressions