Skip to content

Commit 5375ea8

Browse files
committed
Releasing version 5.2.0.0
1 parent 98463a5 commit 5375ea8

2 files changed

Lines changed: 14 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 5.2.0.0
6+
57
- PowershellExecutionPolicy:
68
- Updated to meet HQRM guidelines.
79
- Migrated the xPowershellExecutionPolicy from [xPowershellExecutionPolicy](https://github.com/PowerShell/xPowerShellExecutionPolicy)

Modules/ComputerManagementDsc/ComputerManagementDsc.psd1

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
66
GUID = '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

Comments
 (0)