Skip to content

Commit

Permalink
Releasing version 6.2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kwirkykat committed Feb 20, 2019
1 parent 7339f9e commit c7ef00d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 6.2.0.0

- WindowsEventLog:
- Migrated the xWinEventLog from [xWinEventLog](https://github.com/PowerShell/xWinEventLog)
and renamed to WindowsEventLog.
Expand Down
12 changes: 8 additions & 4 deletions Modules/ComputerManagementDsc/ComputerManagementDsc.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
# Version number of this module.
moduleVersion = '6.1.0.0'
moduleVersion = '6.2.0.0'

# ID used to uniquely identify this module
GUID = 'B5004952-489E-43EA-999C-F16A25355B89'
Expand Down Expand Up @@ -49,9 +49,12 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '- Updated LICENSE file to match the Microsoft Open Source Team standard.
Fixes [Issue 197](https://github.com/PowerShell/ComputerManagementDsc/issues/197).
- Explicitly removed extra hidden files from release package
ReleaseNotes = '- WindowsEventLog:
- Migrated the xWinEventLog from [xWinEventLog](https://github.com/PowerShell/xWinEventLog)
and renamed to WindowsEventLog.
- Moved strings in localization file.
- LogMode is now set with Limit-EventLog,
- Fixes [Issue 18](https://github.com/PowerShell/ComputerManagementDsc/issues/18).
'

Expand All @@ -64,3 +67,4 @@ PrivateData = @{




0 comments on commit c7ef00d

Please sign in to comment.