Skip to content

Commit

Permalink
Merge pull request #29 from KarolKaczmarek/Release1109
Browse files Browse the repository at this point in the history
Update readme and module manifest for version 3.2.0.0
  • Loading branch information
KarolKaczmarek committed Sep 11, 2015
2 parents 254fa7b + 24cedc2 commit c55655f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,10 @@ Please see the Examples section for more details.

## Versions

### Unreleased
### 3.2.0.0

* Added data type System.String to CheckSum parameter of Get/Set/Test-TargetResource functions and aligned indentation.
* Minor fixes

### 3.1.0.0
* xVMHyperV: Fixed bug in mof schema (Generation property had two types)
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#---------------------------------#
# environment configuration #
#---------------------------------#
version: 3.1.{build}.0
version: 3.2.{build}.0
install:
- cinst -y pester
- git clone https://github.com/PowerShell/DscResource.Tests
Expand Down Expand Up @@ -39,7 +39,7 @@ before_deploy:
# Creating project artifact
$stagingDirectory = (Resolve-Path ..).Path
$manifest = Join-Path $pwd "xHyper-V.psd1"
(Get-Content $manifest -Raw).Replace("3.1.0.0", $env:APPVEYOR_BUILD_VERSION) | Out-File $manifest
(Get-Content $manifest -Raw).Replace("3.2.0.0", $env:APPVEYOR_BUILD_VERSION) | Out-File $manifest
$zipFilePath = Join-Path $stagingDirectory "$(Split-Path $pwd -Leaf).zip"
Add-Type -assemblyname System.IO.Compression.FileSystem
[System.IO.Compression.ZipFile]::CreateFromDirectory($pwd, $zipFilePath)
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.1.0.0'
ModuleVersion = '3.2.0.0'

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

0 comments on commit c55655f

Please sign in to comment.