Skip to content

Commit d8153dc

Browse files
Releasing version 1.4.0.0
1 parent a7b8c0a commit d8153dc

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#---------------------------------#
22
# environment configuration #
33
#---------------------------------#
4-
version: 1.3.{build}.0
4+
version: 1.4.{build}.0
55
install:
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)

xComputerManagement.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
66
GUID = 'B5004952-489E-43EA-999C-F16A25355B89'

0 commit comments

Comments
 (0)