|
1 | 1 | @{ |
2 | 2 | # Version number of this module. |
3 | | -moduleVersion = '4.1.0.0' |
| 3 | +moduleVersion = '5.0.0.0' |
4 | 4 |
|
5 | 5 | # ID used to uniquely identify this module |
6 | 6 | GUID = 'B5004952-489E-43EA-999C-F16A25355B89' |
@@ -49,19 +49,22 @@ PrivateData = @{ |
49 | 49 | # IconUri = '' |
50 | 50 |
|
51 | 51 | # 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. |
61 | 63 |
|
62 | 64 | ' |
63 | 65 |
|
64 | 66 | } # End of PSData hashtable |
65 | 67 |
|
66 | 68 | } # End of PrivateData hashtable |
67 | 69 | } |
| 70 | + |
0 commit comments