Skip to content

Commit ae79c89

Browse files
Releasing version 3.8.0.0
1 parent a859f10 commit ae79c89

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
@@ -164,6 +164,8 @@ Note: _the xWindowsOptionalFeature is only supported on Windows client or Window
164164

165165
### Unreleased
166166

167+
### 3.8.0.0
168+
167169
* Added Pester tests to validate pullserver deployement.
168170
* Removed Compliance Server deployment from xWebservice resource. Fixed database provider selection issue depending on OS flavor
169171
* Added Publish-DSCModuleAndMof cmdlet to package DSC modules and mof and publish them on DSC enterprise pull server

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: 3.7.{build}.0
4+
version: 3.8.{build}.0
55
install:
66
- cinst -y pester
77
- git clone https://github.com/PowerShell/DscResource.Tests
@@ -41,7 +41,7 @@ deploy_script:
4141
# Creating project artifact
4242
$stagingDirectory = (Resolve-Path ..).Path
4343
$manifest = Join-Path $pwd "xPSDesiredStateConfiguration.psd1"
44-
(Get-Content $manifest -Raw).Replace("3.7.0.0", $env:APPVEYOR_BUILD_VERSION) | Out-File $manifest
44+
(Get-Content $manifest -Raw).Replace("3.8.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)

xPSDesiredStateConfiguration.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 = '3.7.0.0'
3+
ModuleVersion = '3.8.0.0'
44

55
# ID used to uniquely identify this module
66
GUID = 'cc8dc021-fa5f-4f96-8ecf-dfd68a6d9d48'

0 commit comments

Comments
 (0)