File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,6 +48,8 @@ xComputer resource has following properties:
4848## Versions
4949
5050### Unreleased
51+
52+ ### 1.4.0.0
5153* Adding Name parameter validation
5254
5355### 1.3.0
Original file line number Diff line number Diff line change 11# ---------------------------------#
22# environment configuration #
33# ---------------------------------#
4- version : 1.3 .{build}.0
4+ version : 1.4 .{build}.0
55install :
66 - cinst -y pester
77 - git clone https://github.com/PowerShell/DscResource.Tests
@@ -39,7 +39,7 @@ deploy_script:
3939 # Creating project artifact
4040 $stagingDirectory = (Resolve-Path ..).Path
4141 $manifest = Join-Path $pwd "xComputerManagement.psd1"
42- (Get-Content $manifest -Raw).Replace("1.3 .0", $env:APPVEYOR_BUILD_VERSION) | Out-File $manifest
42+ (Get-Content $manifest -Raw).Replace("1.4.0 .0", $env:APPVEYOR_BUILD_VERSION) | Out-File $manifest
4343 $zipFilePath = Join-Path $stagingDirectory "$(Split-Path $pwd -Leaf).zip"
4444 Add-Type -assemblyname System.IO.Compression.FileSystem
4545 [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 = ' 1.3 .0'
3+ ModuleVersion = ' 1.4.0 .0'
44
55# ID used to uniquely identify this module
66GUID = ' B5004952-489E-43EA-999C-F16A25355B89'
You can’t perform that action at this time.
0 commit comments