0.3.0
This release contains lots of breaking changes!
Release Notes
- Added - Added support for .NET Framework 4.0.
- Added - Added groups of methods
GetOccurrenceAfter
andGetOccurrenceFrom
. - Removed - Removed
GetOccurrence
methods. - Removed - Removed
endTime
parameter fromGetOccurrence*
methods. - Changed - Pass
DateTime
withDateTimeKind.Local
toGetOccurrence*
methods to calculate occurrence in Local time zone. - Changed -
CronExpression.Parse
throwsCronFormatExcpetion
if given string has invalid cron format.