Skip to content

Commit

Permalink
Releasing version 2.8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kwirkykat committed Apr 3, 2019
1 parent db45ece commit 23384b9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ Please check out common DSC Resources

### Unreleased

### 2.8.0.0

* xWindowsUpdateAgent: Fixed verbose statement returning incorrect variable
* Tests no longer fail on `Assert-VerifiableMocks`, these are now renamed
to `Assert-VerifiableMock` (breaking change in Pester v4).
Expand Down
13 changes: 11 additions & 2 deletions xWindowsUpdate.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
# Version number of this module.
ModuleVersion = '2.7.0.0'
moduleVersion = '2.8.0.0'

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

# ReleaseNotes of this module
ReleaseNotes = '* xWindowsUpdateAgent: Fix Get-TargetResource returning incorrect key
ReleaseNotes = '* xWindowsUpdateAgent: Fixed verbose statement returning incorrect variable
* Tests no longer fail on `Assert-VerifiableMocks`, these are now renamed
to `Assert-VerifiableMock` (breaking change in Pester v4).
* README.md has been updated with correct description of the resources
([issue 58](https://github.com/PowerShell/xWindowsUpdate/issues/58)).
* Updated appveyor.yml to use the correct parameters to call the test framework.
* Update appveyor.yml to use the default template.
* Added default template files .gitattributes, and .gitignore, and
.vscode folder.
'

Expand All @@ -58,3 +66,4 @@ PrivateData = @{




0 comments on commit 23384b9

Please sign in to comment.