Skip to content

1.1.4

Choose a tag to compare

@icsharp icsharp released this 03 Jan 09:49
· 12 commits to master since this release
  • Persists job data to PerformContext using the new extension method PerformContext.SetJobData.
  • Fix issue #1 , add supports 'RecurringJobAttribute' to change constructor parameter "TimeZone" type TimeZoneInfo to string .
  • Default timezone is TimeZoneInfo.Utc instead of TimeZoneInfo.Local when using RecurringJobAttribute or json configuration.