Releases: dahall/TaskScheduler
Releases · dahall/TaskScheduler
Release Notes - 2.11.0
- Moved TaskService.FindTaskInFolder to TaskFolder and refactored code in both files around that better functioning method (#941). Also cleaned and optimized code.
- Changed version to 2.11.0 and removed support for non-supported .NET versions (2, 3.5, 4, 4.5.2, NetCore, and net5.0) and added support for .NET 7.0 and 8.0.
- Fixed problem with VB project
- Added requested examples
- Fixed XML for TaskCompatibility
- Fixed Help file build
- Add Japanese, Swedish, and Turkish localizations (#960)
- Adds optional securestring password constructor (#969)
- Adds handler for password provided as SecureString
- Make password fields exclusive
- Update TaskSchedulerWizard.fr.resx (#988)
Release Notes - 2.10.1
Added localization for Traditional Chinese.
Release Notes - 2.10.0
Added support for .NET 6.0 (windows platform) and updated associated NuGet packages.
TaskScheduler.zip
TaskSchedulerEditor.zip
TaskSchedulerHelp.zip
Release Notes - 2.9.3
- Fixed build bug with Sandcastle help
- Added readme files to NuGet packages
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.
Release Notes - 2.9.1
- Moved EventLog reference for .NET Standard 2.0 build to use System.Diagnostics.EventLog
- Added .NET 5.0 support to editor package
Release Notes - 2.9.0
Additions
- Added .NET 5 support to TaskScheduler and updated NuGet dependencies
- Added INotifyPropertyChanged to all trigger classes, task related classes,
- Added INotifyCollectionChanged, INotifyPropertyChanged support to TaskFolderCollection, ActionCollection and TriggerCollection
- Changed all project files to new SDK format (finally), removed linked and unnecessary files from projects and prepped some files for .NET 5
- Pulled shared project info into Directory.Build.props and targets
- Added solution folder to hold all root files
- Added shared public key file
Release Notes - 2.8.21
Fixed mismatch in NuGet dependency versions for editor.
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.