11@ {
22# Version number of this module.
3- moduleVersion = ' 5.1 .0.0'
3+ moduleVersion = ' 5.2 .0.0'
44
55# ID used to uniquely identify this module
66GUID = ' B5004952-489E-43EA-999C-F16A25355B89'
@@ -49,13 +49,16 @@ PrivateData = @{
4949 # IconUri = ''
5050
5151 # ReleaseNotes of this module
52- ReleaseNotes = ' - TimeZone:
53- - Migrated xTimeZone resource from [xTimeZone](https://github.com/PowerShell/xTimeZone)
54- and renamed to TimeZone - fixes [Issue 157](https://github.com/PowerShell/ComputerManagementDsc/issues/157).
55- - Moved Test-Command from ComputerManagementDsc.ResourceHelper to
56- ComputerManagementDsc.Common module to match what TimeZone requires.
57- It was not exported in ComputerManagementDsc.ResourceHelper and not
58- used.
52+ ReleaseNotes = ' - PowershellExecutionPolicy:
53+ - Updated to meet HQRM guidelines.
54+ - Migrated the xPowershellExecutionPolicy from [xPowershellExecutionPolicy](https://github.com/PowerShell/xPowerShellExecutionPolicy)
55+ and renamed to PowershellExecutionPolicy.
56+ - Moved strings to localization file.
57+ - Changed the scope from Global to Script in MSFT_ScheduledTask.Integration.Tests.ps1
58+ - Changed the scope from Global to Script ComputerManagementDsc.Common.Tests.ps1
59+ - ScheduledTask:
60+ - Added support for event based triggers, implemented using the ScheduleType OnEvent
61+ fixes [Issue 167](https://github.com/PowerShell/ComputerManagementDsc/issues/167)
5962
6063'
6164
@@ -65,3 +68,4 @@ PrivateData = @{
6568}
6669
6770
71+
0 commit comments