Skip to content

Commit

Permalink
Merge pull request #171 from PowerShell/dev
Browse files Browse the repository at this point in the history
Correcting version to 3.12.0.0
  • Loading branch information
kwirkykat authored Jun 30, 2016
2 parents b02750b + 850a65d commit 6f78dfd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion xPSDesiredStateConfiguration.psd1
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 6f78dfd

Please sign in to comment.