File tree Expand file tree Collapse file tree
Modules/ComputerManagementDsc Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## 6.1.0.0
6+
57- Updated LICENSE file to match the Microsoft Open Source Team standard.
68 Fixes [ Issue #197 ] ( https://github.com/PowerShell/ComputerManagementDsc/issues/197 ) .
79- Explicitly removed extra hidden files from release package
Original file line number Diff line number Diff line change 11@ {
22# Version number of this module.
3- moduleVersion = ' 6.0 .0.0'
3+ moduleVersion = ' 6.1 .0.0'
44
55# ID used to uniquely identify this module
66GUID = ' B5004952-489E-43EA-999C-F16A25355B89'
@@ -49,16 +49,9 @@ PrivateData = @{
4949 # IconUri = ''
5050
5151 # ReleaseNotes of this module
52- ReleaseNotes = ' - ScheduledTask:
53- - Added support for Group Managed Service Accounts, implemented using the ExecuteAsGMSA
54- parameter. Fixes [Issue 111](https://github.com/PowerShell/ComputerManagementDsc/issues/111)
55- - Added support to set the Synchronize Across Time Zone option. Fixes [Issue 109](https://github.com/PowerShell/ComputerManagementDsc/issues/109)
56- - Added .VSCode settings for applying DSC PSSA rules - fixes [Issue 189](https://github.com/PowerShell/ComputerManagementDsc/issues/189).
57- - BREAKING CHANGE: PowerPlan:
58- - Added IsActive Read-Only Property - Fixes [Issue 171](https://github.com/PowerShell/ComputerManagementDsc/issues/171).
59- - InActive power plans are no longer returned with their Name set to null.
60- Now, the name is always returned and the Read-Only property of IsActive
61- is set accordingly.
52+ ReleaseNotes = ' - Updated LICENSE file to match the Microsoft Open Source Team standard.
53+ Fixes [Issue 197](https://github.com/PowerShell/ComputerManagementDsc/issues/197).
54+ - Explicitly removed extra hidden files from release package
6255
6356'
6457
@@ -70,3 +63,4 @@ PrivateData = @{
7063
7164
7265
66+
You can’t perform that action at this time.
0 commit comments