Skip to content

Commit 134208a

Browse files
committed
Releasing version 5.0.0.0
1 parent 66914be commit 134208a

2 files changed

Lines changed: 15 additions & 10 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.0.0.0
6+
57
- BREAKING CHANGE:
68
- Renamed ComputerManagement to ComputerManagementDsc - fixes [Issue #119](https://github.com/PowerShell/ComputerManagementDsc/issues/119).
79
- Changed all MSFT\_xResourceName to MSFT\_ResourceName.

Modules/ComputerManagementDsc/ComputerManagementDsc.psd1

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

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

5151
# ReleaseNotes of this module
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.
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.
6163
6264
'
6365

6466
} # End of PSData hashtable
6567

6668
} # End of PrivateData hashtable
6769
}
70+

0 commit comments

Comments
 (0)