diff --git a/README.md b/README.md index 98d5e9c..920ae7a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build status](https://ci.appveyor.com/api/projects/status/tsdbv0hgrxvmbo5y/branch/master?svg=true)](https://ci.appveyor.com/project/PowerShell/xhyper-v/branch/master) +[![Build status](https://ci.appveyor.com/api/projects/status/tsdbv0hgrxvmbo5y/branch/master?svg=true)](https://ci.appveyor.com/project/PowerShell/xhyper-v/branch/master) # xHyper-V @@ -61,6 +61,9 @@ Please see the Examples section for more details. ## Versions +### 2.4.0.0 +* Fixed VM power state issue in xVMHyperV resource + ### 2.3.0 * Fixed check for presence of param AllowManagementOS. diff --git a/xHyper-V.psd1 b/xHyper-V.psd1 index 21833f6..1036401 100644 --- a/xHyper-V.psd1 +++ b/xHyper-V.psd1 @@ -1,6 +1,6 @@ @{ # Version number of this module. -ModuleVersion = '2.3.0' +ModuleVersion = '2.4.0.0' # ID used to uniquely identify this module GUID = 'f5a5f169-7026-4053-932a-19a7c37b1ca5'