Releases: dahall/TaskScheduler
Releases · dahall/TaskScheduler
Release 2.8.20
Release 2.8.19
Enhancements
- Added support for .NET Standard 2.0, .NET Core 2.0, 2.1, 3.0 and 3.1 to
Microsoft.Windows.TaskScheduler
package and project. - Minor performance and memory usage improvements
Fixes
- Fixed localized resources for wizard related forms
- Added some documentation notes to help developers avoid problems.
Release 2.8.18
- Extended
Initialize
function ofTaskSchedulerWizard
to match that ofTaskEditDialog
with optionaltaskName
andtaskFolder
parameters. - Used
TaskService.Instance
as default inTaskSchedulerWizard.Finished
action rather than creating new instance. - Fixed bug in
TaskSchedulerMockup
that fails to recognize a subfolder when creating a new task via dialog. (#842)
Release 2.8.17
- Added some disposal safe contexts to
DisabledItemComboBox
to prevent errors. (#795) - Removed some avoidable exceptions through OS version checking (#839) in Task.cs
- For
TaskEditDialog
, added call to Close on Cancel button click in case this form is not hosted from another window (e.g. Application.Start).
Release 2.8.16
Fixes
- Modified TaskPrincipal to handle odd condition (#835) where UserId is stored as DOMAIN\User rather than the SID. The Account property will now always display the name.
Cleanup
- Multiple code optimizations as PR'd by @DamirAinullin
TaskScheduler.zip
TaskSchedulerEditor.zip
TaskSchedulerHelp.zip
Release 2.8.15
- Fixed bug in TaskDefinition.Validate showing error for triggers with start and end dates.
- Fixed sample code for RunEx.
- Validated functionality with Windows Server 2019
Release 2.8.14
Release 2.8.13
Updated fluent syntax to allow for task settings and extended registration. (#814)
Release 2.8.12
- Added validation that a trigger's StartBoundary is always before the EndBoundary
- Added ServiceConnected and ServiceDisconnected events to TaskService
- Ensured that TaskService.Instance reconnects after accidental disposal
Release 2.8.11
Fixed problem with UI throwing exception when enumerating triggers and actions.
TaskScheduler.zip
TaskSchedulerEditor.zip
TaskSchedulerHelp.zip