Skip to content

Commit 4b2f827

Browse files
committed
Releasing version 5.1.0.0
1 parent a028421 commit 4b2f827

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

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.1.0.0
6+
57
- TimeZone:
68
- Migrated xTimeZone resource from [xTimeZone](https://github.com/PowerShell/xTimeZone)
79
and renamed to TimeZone - fixes [Issue #157](https://github.com/PowerShell/ComputerManagementDsc/issues/157).

Modules/ComputerManagementDsc/ComputerManagementDsc.psd1

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
# Version number of this module.
3-
moduleVersion = '5.0.0.0'
3+
moduleVersion = '5.1.0.0'
44

55
# ID used to uniquely identify this module
66
GUID = 'B5004952-489E-43EA-999C-F16A25355B89'
@@ -49,17 +49,13 @@ PrivateData = @{
4949
# IconUri = ''
5050

5151
# ReleaseNotes of this module
52-
ReleaseNotes = '- BREAKING CHANGE:
53-
- Renamed ComputerManagement to ComputerManagementDsc - fixes [Issue 119](https://github.com/PowerShell/ComputerManagementDsc/issues/119).
54-
- Changed all MSFT\_xResourceName to MSFT\_ResourceName.
55-
- Updated DSCResources, Examples, Modules and Tests with new naming.
56-
- Updated Year to 2018 in License and Manifest.
57-
- Updated README.md from xComputerManagement to ComputerManagementDsc.
58-
- OfflineDomainJoin:
59-
- Cleaned up spacing in strings file to make consistent with other
60-
resources.
61-
- VirtualMemory:
62-
- Converted strings to single quotes in integration test.
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.
6359
6460
'
6561

@@ -68,3 +64,4 @@ PrivateData = @{
6864
} # End of PrivateData hashtable
6965
}
7066

67+

0 commit comments

Comments
 (0)