11@ {
22# Version number of this module.
3- ModuleVersion = ' 4.0 .0.0'
3+ moduleVersion = ' 4.1 .0.0'
44
55# ID used to uniquely identify this module
66GUID = ' B5004952-489E-43EA-999C-F16A25355B89'
@@ -49,22 +49,15 @@ PrivateData = @{
4949 # IconUri = ''
5050
5151 # ReleaseNotes of this module
52- ReleaseNotes = ' - BREAKING CHANGE: xScheduledTask:
53- - Breaking change because `Get-TargetResource` no longer outputs
54- `ActionExecutable` and `ScheduleType` properties when the scheduled
55- task does not exist. It will also include `TaskPath` in output when
56- scheduled task does not exist.
57- - xScheduledTask:
58- - Add support to disable built-in scheduled tasks - See [Issue 74](https://github.com/PowerShell/xComputerManagement/issues/74).
59- - Fix unit test mocked schedule task object structure.
60- - Fix error message when trigger type is unknown - See [Issue 121](https://github.com/PowerShell/xComputerManagement/issues/121).
61- - Moved strings into separate strings file.
62- - Updated to meet HQRM guidelines.
63- - xComputer:
64- - Resolved bug in Get-ComputerDomain where LocalSystem doesn"t have
65- rights to the domain.
66- - Updated tests to meet Pester V4 guidelines - See [Issue 106](https://github.com/PowerShell/xComputerManagement/issues/106).
67- - Converted module to use auto documentation format.
52+ ReleaseNotes = ' - xScheduledTask:
53+ - Update existing Scheduled Task using SetScheduleTask
54+ instead of UnRegister/Register - See [Issue 134](https://github.com/PowerShell/xComputerManagement/issues/134).
55+ - Fix master branch AppVeyor badge link URL in README.MD - See [Issue 140](https://github.com/PowerShell/xComputerManagement/issues/140).
56+ - Fix deletion of scheduled task with unknown or empty task trigger.
57+ Get-TargetResource returns an empty ScheduleType string if the task
58+ trigger is empty or unknown - See [Issue
59+ 137](https://github.com/PowerShell/xComputerManagement/issues/137).
60+ - Added dependency information for xScheduledTask to README.MD.
6861
6962'
7063
@@ -82,3 +75,4 @@ PrivateData = @{
8275
8376
8477
78+
0 commit comments