Skip to content

Commit 64aa977

Browse files
Merge pull request #43 from KarolKaczmarek/Release1109
Update readme and module manifest for version 3.5.0.0
2 parents f5e5603 + 2736040 commit 64aa977

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,13 @@ Domain members may be specified using domain\name or Universal Principal Name (U
132132

133133
## Versions
134134

135-
### Unreleased
135+
### 3.5.0.0
136136

137-
* xService idempotence - no longer throws an error when Ensure = 'Present' and service already exists
138-
* Added StartupTimeout to xService resource (default 30000 ms)
137+
* MSFT_xPackageResource: Added ValidateSet to Get/Set/Test-TargetResource to match MSFT_xPackageResource.schema.mof
138+
* Fixed bug causing xService to throw error when service already exists
139+
* Added StartupTimeout to xService resource
140+
* Removed UTF8 BOM
141+
* Added code for pull server removal
139142

140143
### 3.4.0.0
141144

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.4.{build}.0
4+
version: 3.5.{build}.0
55
install:
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.4.0.0", $env:APPVEYOR_BUILD_VERSION) | Out-File $manifest
44+
(Get-Content $manifest -Raw).Replace("3.5.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.4.0.0'
3+
ModuleVersion = '3.5.0.0'
44

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

0 commit comments

Comments
 (0)