diff --git a/README.md b/README.md index 4f50e688..191b3dae 100644 --- a/README.md +++ b/README.md @@ -90,8 +90,9 @@ Versions This module was previously named **xDisk**, the version is regressing to a ".1" release with the addition of xMountImage. -### Unreleased -* Updated documentation (changed parameter name Count to RetryCount in xWaitForDisk resource) +### 2.2.0.0 + +* Updated documentation: changed parameter name Count to RetryCount in xWaitForDisk resource ### 2.1.0.0 @@ -189,3 +190,4 @@ Start-DscConfiguration -Path C:\DataDisk -Wait -Force -Verbose ## Contributing Please check out common DSC Resources [contributing guidelines](https://github.com/PowerShell/DscResource.Kit/blob/master/CONTRIBUTING.md). + diff --git a/appveyor.yml b/appveyor.yml index 0180e954..51eb6ade 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ #---------------------------------# # environment configuration # #---------------------------------# -version: 2.1.{build}.0 +version: 2.2.{build}.0 install: - cinst -y pester - git clone https://github.com/PowerShell/DscResource.Tests @@ -39,7 +39,7 @@ before_deploy: # Creating project artifact $stagingDirectory = (Resolve-Path ..).Path $manifest = Join-Path $pwd "xStorage.psd1" - (Get-Content $manifest -Raw).Replace("2.1.0.0", $env:APPVEYOR_BUILD_VERSION) | Out-File $manifest + (Get-Content $manifest -Raw).Replace("2.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) diff --git a/xStorage.psd1 b/xStorage.psd1 index 0377444f..cf80704d 100644 --- a/xStorage.psd1 +++ b/xStorage.psd1 @@ -10,7 +10,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '2.1.0.0' +ModuleVersion = '2.2.0.0' # ID used to uniquely identify this module GUID = '00d73ca1-58b5-46b7-ac1a-5bfcf5814faf'