diff --git a/CHANGELOG.md b/CHANGELOG.md index 81d50cb..fa98854 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 3.16.0.0 + * MSFT_xVMHyperV: * Moved localization string data to own file. * Fixed code styling issues. diff --git a/xHyper-V.psd1 b/xHyper-V.psd1 index 26cf7f9..e323b5d 100644 --- a/xHyper-V.psd1 +++ b/xHyper-V.psd1 @@ -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' @@ -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. ' @@ -69,3 +76,4 @@ PrivateData = @{ +