Skip to content

Commit 7adf6e2

Browse files
committed
Releasing version 1.9.0.0
1 parent d1edb9b commit 7adf6e2

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ xPowerPlan resource has following properties:
8080
## Versions
8181

8282
### Unreleased
83+
84+
### 1.9.0.0
8385
* Added resources
8486
- xPowerPlan
8587

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.8.{build}.0
4+
version: 1.9.{build}.0
55
install:
66
- git clone https://github.com/PowerShell/DscResource.Tests
77
- ps: |
@@ -40,7 +40,7 @@ deploy_script:
4040
# Creating project artifact
4141
$stagingDirectory = (Resolve-Path ..).Path
4242
$manifest = Join-Path $pwd "xComputerManagement.psd1"
43-
(Get-Content $manifest -Raw).Replace("1.8.0.0", $env:APPVEYOR_BUILD_VERSION) | Out-File $manifest
43+
(Get-Content $manifest -Raw).Replace("1.9.0.0", $env:APPVEYOR_BUILD_VERSION) | Out-File $manifest
4444
$zipFilePath = Join-Path $stagingDirectory "$(Split-Path $pwd -Leaf).zip"
4545
Add-Type -assemblyname System.IO.Compression.FileSystem
4646
[System.IO.Compression.ZipFile]::CreateFromDirectory($pwd, $zipFilePath)

xComputerManagement.psd1

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
# Version number of this module.
3-
ModuleVersion = '1.8.0.0'
3+
ModuleVersion = '1.9.0.0'
44

55
# ID used to uniquely identify this module
66
GUID = 'B5004952-489E-43EA-999C-F16A25355B89'
@@ -49,9 +49,9 @@ PrivateData = @{
4949
# IconUri = ''
5050

5151
# ReleaseNotes of this module
52-
ReleaseNotes = '* Converted AppVeyor.yml to pull Pester from PSGallery instead of Chocolatey.
53-
* Changed AppVeyor.yml to use default image
54-
* xScheduledTask: Fixed bug with different OS versions returning repeat interval differently
52+
ReleaseNotes = '* Added resources
53+
- xPowerPlan
54+
5555
'
5656

5757
} # End of PSData hashtable
@@ -60,3 +60,4 @@ PrivateData = @{
6060
}
6161

6262

63+

0 commit comments

Comments
 (0)