Sourced from Cronos's releases.
0.8.0
Release Notes
- Added – Make common cron expressions like
CronExpression.Hourly
publicly accessible.- Added – Add the
CronExpression.TryParse
method to allow checking cron expressions.- Changed –
MaxYear
constant is now bumped to2499
, so we have more years now.- Changed – Throw an exception when date exceeds the
MaxYear
value.- Fixed – Consider
TimeZoneInfo.BaseUtcOffset
is a subject to change between years.- Fixed – Don't include seconds in the
ToString
method's result when they weren't passed.- Project – Modernize everything, include testing against the
net6.0
target.- Project – Project files have been updated to enable SourceLink with embedded symbols.
- Project – Enable static analysis via the Microsoft.CodeAnalysis.NetAnalyzers package.
2cbca33
Bump version to 0.8.098a7350
Don't include seconds in ToString result when they aren't passed23c2943
Turn on the All
option for the
AnalysisMode
eb6fa12
Validate zone
argument in GetNextOccurrenced2978f4
Add recommended constructors for the CronFormatException0b07499
Make common cron expressions publicly accessible31508fd
Update CronParser.csfe55554
Add CronExpression.TryParse methodc24d286
Add serialization constructor for the CronFormatException class1e49578
Update Program.cs