Skip to content

Commit

Permalink
Merge pull request #18 from KarolKaczmarek/0815Release
Browse files Browse the repository at this point in the history
Update readme and module manifest for version 3.1.0.0
  • Loading branch information
KarolKaczmarek committed Aug 11, 2015
2 parents 09de175 + fc4309d commit c0224e8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion xHyper-V.psd1
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit c0224e8

Please sign in to comment.