Skip to content

Commit 1bc98d2

Browse files
Merge pull request #469 from BrianFarnhill/feature-release1.5
Prep for v1.5 release
2 parents f517f07 + 85ff924 commit 1bc98d2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.appveyor/appveyor.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function Start-AppveyorAfterTestTask
8888

8989
# Add the appropriate build number to the manifest and zip/publish everything to appveyor
9090
$manifest = Join-Path -Path $env:APPVEYOR_BUILD_FOLDER -ChildPath "modules\SharePointDsc\SharePointDsc.psd1"
91-
(Get-Content $manifest -Raw).Replace("1.4.0.0", $env:APPVEYOR_BUILD_VERSION) | Out-File $manifest
91+
(Get-Content $manifest -Raw).Replace("1.5.0.0", $env:APPVEYOR_BUILD_VERSION) | Out-File $manifest
9292
$zipFileName = "SharePointDsc_$($env:APPVEYOR_BUILD_VERSION).zip"
9393
[System.IO.Compression.ZipFile]::CreateFromDirectory($mainModulePath, "$env:APPVEYOR_BUILD_FOLDER\$zipFileName")
9494
New-DscChecksum -Path $env:APPVEYOR_BUILD_FOLDER -Outpath $env:APPVEYOR_BUILD_FOLDER

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change log for SharePointDsc
22

3-
## Unreleased
3+
## 1.5
44

55
* Fixed issue with SPManagedMetaDataServiceApp if ContentTypeHubUrl parameter is
66
null

Modules/SharePointDsc/SharePointDsc.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.4.0.0'
15+
ModuleVersion = '1.5.0.0'
1616

1717
# ID used to uniquely identify this module
1818
GUID = '6c1176a0-4fac-4134-8ca2-3fa8a21a7b90'

0 commit comments

Comments
 (0)