Skip to content

Commit 70676b2

Browse files
committed
Releasing version 6.1.0.0
1 parent ddc8f44 commit 70676b2

2 files changed

Lines changed: 7 additions & 11 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+
## 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

Modules/ComputerManagementDsc/ComputerManagementDsc.psd1

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
66
GUID = '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+

0 commit comments

Comments
 (0)