Skip to content

Release Notes - 2.9.2

Compare
Choose a tag to compare
@dahall dahall released this 30 Sep 23:09
· 31 commits to master since this release
  • Fixed #871 by adding execption to Task.Folder property when folder is no longer found.
  • Fixed IdleSettings.WaitTimeout so that it will accept TimeSpan.Zero as the representation of "Do not wait". (#905) This could be a breaking change if previous code used TimeSpan.Zero to reset to the default of 1 hour.
  • Overload TaskDefinition + operator for a shorthand to add triggers and actions.