Skip to content

Commit

Permalink
Merge pull request dsccommunity#4 from KarolKaczmarek/Release1109
Browse files Browse the repository at this point in the history
Update readme and module manifest for version 1.1.0.0
  • Loading branch information
KarolKaczmarek committed Sep 11, 2015
2 parents 1db9fcc + b0f88f7 commit c96e520
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build status](https://ci.appveyor.com/api/projects/status/u3h1665qqneo98bh/branch/master?svg=true)](https://ci.appveyor.com/project/PowerShell/xsystemsecurity/branch/master)
[![Build status](https://ci.appveyor.com/api/projects/status/u3h1665qqneo98bh/branch/master?svg=true)](https://ci.appveyor.com/project/PowerShell/xsystemsecurity/branch/master)

# xSystemSecurity

Expand Down Expand Up @@ -62,6 +62,10 @@ Please refer to [this article](http://technet.microsoft.com/en-us/library/dd8832

## Versions

### 1.1.0.0

* Fixed encoding

### 1.0.0.0

* Initial release with the following resources
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: 1.0.{build}.0
version: 1.1.{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 "xSystemSecurity.psd1"
(Get-Content $manifest -Raw).Replace("1.0.1", $env:APPVEYOR_BUILD_VERSION) | Out-File $manifest
(Get-Content $manifest -Raw).Replace("1.1.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 xSystemSecurity.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@{

# Version number of this module.
ModuleVersion = '1.0.1'
ModuleVersion = '1.1.0.0'

# ID used to uniquely identify this module
GUID = 'e30107af-a22a-48fb-b7bc-7d2b98489ac5'
Expand Down

0 comments on commit c96e520

Please sign in to comment.