Skip to content

Commit

Permalink
Merge pull request #12 from KarolKaczmarek/0715release
Browse files Browse the repository at this point in the history
Update readme and module manifest for version 3.0.0.0
  • Loading branch information
KarolKaczmarek committed Jul 24, 2015
2 parents 36e0ec1 + 175ee98 commit 47725eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 = '2.4.0.0'
ModuleVersion = '3.0.0.0'

# ID used to uniquely identify this module
GUID = 'f5a5f169-7026-4053-932a-19a7c37b1ca5'
Expand Down

0 comments on commit 47725eb

Please sign in to comment.