Skip to content

Commit

Permalink
Releasing version 3.16.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kwirkykat committed Feb 20, 2019
1 parent a793fce commit e68e338
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 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

## 3.16.0.0

* MSFT_xVMHyperV:
* Moved localization string data to own file.
* Fixed code styling issues.
Expand Down
12 changes: 10 additions & 2 deletions xHyper-V.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
# Version number of this module.
moduleVersion = '3.15.0.0'
moduleVersion = '3.16.0.0'

# ID used to uniquely identify this module
GUID = 'f5a5f169-7026-4053-932a-19a7c37b1ca5'
Expand Down Expand Up @@ -47,7 +47,14 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Explicitly removed extra hidden files from release package
ReleaseNotes = '* MSFT_xVMHyperV:
* Moved localization string data to own file.
* Fixed code styling issues.
* Fixed bug where StartupMemory was not evaluated in Test-TargetResource.
* Redo of abandoned PRs:
* [PR 148](https://github.com/PowerShell/xHyper-V/pull/148), Fixes [Issue 149](https://github.com/PowerShell/xHyper-V/issues/149).
* [PR 67](https://github.com/PowerShell/xHyper-V/pull/67), Fixes [Issue 145](https://github.com/PowerShell/xHyper-V/issues/145).
* Fixed Get throws error when NetworkAdapters are not attached or missing properties.
'

Expand All @@ -69,3 +76,4 @@ PrivateData = @{




0 comments on commit e68e338

Please sign in to comment.