File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -136,6 +136,7 @@ Domain members may be specified using domain\name or Universal Principal Name (U
136136
137137### Unreleased
138138
139+ ### 3.6.0.0
139140* Added CreateCheckRegValue parameter to xPackage resource
140141* Added MatchSource parameter to xRemoteFile resource
141142
Original file line number Diff line number Diff line change 11# ---------------------------------#
22# environment configuration #
33# ---------------------------------#
4- version : 3.5 .{build}.0
4+ version : 3.6 .{build}.0
55install :
66 - cinst -y pester
77 - git clone https://github.com/PowerShell/DscResource.Tests
@@ -41,7 +41,7 @@ before_deploy:
4141 # Creating project artifact
4242 $stagingDirectory = (Resolve-Path ..).Path
4343 $manifest = Join-Path $pwd "xPSDesiredStateConfiguration.psd1"
44- (Get-Content $manifest -Raw).Replace("3.5 .0.0", $env:APPVEYOR_BUILD_VERSION) | Out-File $manifest
44+ (Get-Content $manifest -Raw).Replace("3.6 .0.0", $env:APPVEYOR_BUILD_VERSION) | Out-File $manifest
4545 $zipFilePath = Join-Path $stagingDirectory "$(Split-Path $pwd -Leaf).zip"
4646 Add-Type -assemblyname System.IO.Compression.FileSystem
4747 [System.IO.Compression.ZipFile]::CreateFromDirectory($pwd, $zipFilePath)
Original file line number Diff line number Diff line change 11@ {
22# Version number of this module.
3- ModuleVersion = ' 3.5 .0.0'
3+ ModuleVersion = ' 3.6 .0.0'
44
55# ID used to uniquely identify this module
66GUID = ' cc8dc021-fa5f-4f96-8ecf-dfd68a6d9d48'
You can’t perform that action at this time.
0 commit comments