From 564bfba5bb0114623a334e1c7a8842b4996e05a6 Mon Sep 17 00:00:00 2001 From: Katie Keim Date: Thu, 30 Jun 2016 15:32:38 -0700 Subject: [PATCH 1/3] Correcting version to 3.12.0.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d689f6ee..58032226c 100644 --- a/README.md +++ b/README.md @@ -335,7 +335,7 @@ These parameters will be the same for each Windows optional feature in the set. ### Unreleased -### 1.13.0.0 +### 3.12.0.0 * Removed localization for now so that resources can run on non-English systems. From 5fd99a461474af3771e9b164c28ed69292b2b663 Mon Sep 17 00:00:00 2001 From: Katie Keim Date: Thu, 30 Jun 2016 15:33:25 -0700 Subject: [PATCH 2/3] Correcting version to 3.12.0.0 --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index bb62a1956..f6ce89caf 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,7 +2,7 @@ # environment configuration # #---------------------------------# os: WMF 5 -version: 1.13.{build}.0 +version: 3.12.{build}.0 install: - git clone https://github.com/PowerShell/DscResource.Tests - ps: Push-Location @@ -55,7 +55,7 @@ deploy_script: # Creating project artifact $stagingDirectory = (Resolve-Path ..).Path $manifest = Join-Path $pwd "xPSDesiredStateConfiguration.psd1" - (Get-Content $manifest -Raw).Replace("1.13.0.0", $env:APPVEYOR_BUILD_VERSION) | Out-File $manifest + (Get-Content $manifest -Raw).Replace("3.12.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) From 850a65d893417afb4b7f8f3f99732c29541e591b Mon Sep 17 00:00:00 2001 From: Katie Keim Date: Thu, 30 Jun 2016 15:33:47 -0700 Subject: [PATCH 3/3] Correcting version to 3.12.0.0 --- xPSDesiredStateConfiguration.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xPSDesiredStateConfiguration.psd1 b/xPSDesiredStateConfiguration.psd1 index e50ff1a5c..752dc0b83 100644 --- a/xPSDesiredStateConfiguration.psd1 +++ b/xPSDesiredStateConfiguration.psd1 @@ -1,6 +1,6 @@ @{ # Version number of this module. -ModuleVersion = '1.13.0.0' +ModuleVersion = '3.12.0.0' # ID used to uniquely identify this module GUID = 'cc8dc021-fa5f-4f96-8ecf-dfd68a6d9d48'