From a9e3947af47225f65c6b757efd8d529517233643 Mon Sep 17 00:00:00 2001 From: Katie Keim Date: Wed, 30 Mar 2016 14:31:27 -0700 Subject: [PATCH] Releasing version 2.4.0.0 --- README.md | 2 ++ appveyor.yml | 4 ++-- xWindowsUpdate.psd1 | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fe92c96..edcac2d 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ If no log is used, a temporary log name is created by the resource. ### Unreleased +### 2.4.0.0 + * Fixed PSScriptAnalyzer error in examples ### 2.3.0.0 diff --git a/appveyor.yml b/appveyor.yml index 25995aa..84809b2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ #---------------------------------# # environment configuration # #---------------------------------# -version: 2.3.{build}.0 +version: 2.4.{build}.0 install: - cinst -y pester - git clone https://github.com/PowerShell/DscResource.Tests @@ -39,7 +39,7 @@ deploy_script: # Creating project artifact $stagingDirectory = (Resolve-Path ..).Path $manifest = Join-Path $pwd "xWindowsUpdate.psd1" - (Get-Content $manifest -Raw).Replace("2.3.0.0", $env:APPVEYOR_BUILD_VERSION) | Out-File $manifest + (Get-Content $manifest -Raw).Replace("2.4.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/xWindowsUpdate.psd1 b/xWindowsUpdate.psd1 index fb79d3b..b14f302 100644 --- a/xWindowsUpdate.psd1 +++ b/xWindowsUpdate.psd1 @@ -1,6 +1,6 @@ @{ # Version number of this module. -ModuleVersion = '2.3.0.0' +ModuleVersion = '2.4.0.0' # ID used to uniquely identify this module GUID = 'a9cba250-ea73-4d82-b31b-7e58cc50ffd1'