From fc4309d2d03ac21b3862ff6c6cd1d9f602d3d548 Mon Sep 17 00:00:00 2001 From: Karol Kaczmarek Date: Tue, 11 Aug 2015 13:58:51 -0700 Subject: [PATCH] Update readme and module manifest for version 3.1.0.0 --- README.md | 8 ++++++++ xHyper-V.psd1 | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 761fb9b..40bbe9e 100644 --- a/README.md +++ b/README.md @@ -70,13 +70,20 @@ Please see the Examples section for more details. ### Unreleased +### 3.1.0.0 +* xVMHyperV: Fixed bug in mof schema (Generation property had two types) +* xVhdFileDirectory: Fixed typo in type comparison +* Readme updates + ### 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 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 ### 2.3.0 @@ -91,6 +98,7 @@ Please see the Examples section for more details. * Fixed the issue that a manually stopped VM cannot be brought back to running state with DSC ### 2.0 + * Added xVhdFileDirectory Resource * Allowed name to be specified with the extension in xVhd (e.g. the Vhd name could either be "sample" or "sample.vhd") * When a VHD cannot be removed because it is already being used by another process, an error will be thrown. diff --git a/xHyper-V.psd1 b/xHyper-V.psd1 index 903b293..8da9d8b 100644 --- a/xHyper-V.psd1 +++ b/xHyper-V.psd1 @@ -1,6 +1,6 @@ @{ # Version number of this module. -ModuleVersion = '3.0.0.0' +ModuleVersion = '3.1.0.0' # ID used to uniquely identify this module GUID = 'f5a5f169-7026-4053-932a-19a7c37b1ca5'