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
66GUID = ' 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