Skip to content

Commit

Permalink
Releasing version 2.7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kwirkykat committed Jul 12, 2017
1 parent 91b3927 commit 2e3e68e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ Please check out common DSC Resources

### Unreleased

### 2.7.0.0

* xWindowsUpdateAgent: Fix Get-TargetResource returning incorrect key

### 2.6.0.0
Expand Down
10 changes: 3 additions & 7 deletions xWindowsUpdate.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
# Version number of this module.
ModuleVersion = '2.6.0.0'
ModuleVersion = '2.7.0.0'

# ID used to uniquely identify this module
GUID = 'a9cba250-ea73-4d82-b31b-7e58cc50ffd1'
Expand Down Expand Up @@ -47,12 +47,7 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Converted appveyor.yml to install Pester from PSGallery instead of from
Chocolatey.
* Fixed PSScriptAnalyzer issues.
* Fixed common test breaks (markdown style, and example style).
* Added CodeCov.io reporting
* Deprecated xMicrosoftUpdate as it"s functionality is replaced by xWindowsUpdateAgent
ReleaseNotes = '* xWindowsUpdateAgent: Fix Get-TargetResource returning incorrect key
'

Expand All @@ -62,3 +57,4 @@ PrivateData = @{
}



0 comments on commit 2e3e68e

Please sign in to comment.