Release Notes - 2.9.2
- 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.