From 175ee98a92dbdc67f58decded65b57870cc1b1f0 Mon Sep 17 00:00:00 2001 From: Karol Kaczmarek Date: Fri, 24 Jul 2015 10:06:21 -0700 Subject: [PATCH] Update readme and module manifest for version 3.0.0.0 --- README.md | 6 ++++-- xHyper-V.psd1 | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bf0cfa3..05bd064 100644 --- a/README.md +++ b/README.md @@ -69,10 +69,12 @@ Please see the Examples section for more details. ## Versions ### Unreleased + +### 3.0.0.0 * Decoupled VM generation from underlying VHD format in xVMHyperV resource. + * __Breaking change:__ xVMHyperV resource: Generation property type changed from a String to an Integer. * The initial generation property was tied to the virtual disk format which was incorrect and has been rectified. - * __This is a breaking change__ due to the xVMHyperV.Generation property has changing from a String to an Integer. - * However, this change will only impact configurations that have previously explicitly specified the VM generation is either "vhd" or "vhdx". + * This change will only impact configurations that have previously explicitly specified the VM generation is either "vhd" or "vhdx". ### 2.4.0.0 * Fixed VM power state issue in xVMHyperV resource diff --git a/xHyper-V.psd1 b/xHyper-V.psd1 index 1036401..903b293 100644 --- a/xHyper-V.psd1 +++ b/xHyper-V.psd1 @@ -1,6 +1,6 @@ @{ # Version number of this module. -ModuleVersion = '2.4.0.0' +ModuleVersion = '3.0.0.0' # ID used to uniquely identify this module GUID = 'f5a5f169-7026-4053-932a-19a7c37b1ca5'