Skip to content

0.3.0

Compare
Choose a tag to compare
@aidmsu aidmsu released this 21 Mar 06:51

This release contains lots of breaking changes!

Release Notes

  • Added - Added support for .NET Framework 4.0.
  • Added - Added groups of methods GetOccurrenceAfter and GetOccurrenceFrom.
  • Removed - Removed GetOccurrence methods.
  • Removed - Removed endTime parameter from GetOccurrence* methods.
  • Changed - Pass DateTime with DateTimeKind.Local to GetOccurrence* methods to calculate occurrence in Local time zone.
  • Changed - CronExpression.Parse throws CronFormatExcpetion if given string has invalid cron format.