File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ function Start-AppveyorAfterTestTask
88
88
89
89
# Add the appropriate build number to the manifest and zip/publish everything to appveyor
90
90
$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
92
92
$zipFileName = " SharePointDsc_$ ( $env: APPVEYOR_BUILD_VERSION ) .zip"
93
93
[System.IO.Compression.ZipFile ]::CreateFromDirectory($mainModulePath , " $env: APPVEYOR_BUILD_FOLDER \$zipFileName " )
94
94
New-DscChecksum - Path $env: APPVEYOR_BUILD_FOLDER - Outpath $env: APPVEYOR_BUILD_FOLDER
Original file line number Diff line number Diff line change 1
1
# Change log for SharePointDsc
2
2
3
- ## Unreleased
3
+ ## 1.5
4
4
5
5
* Fixed issue with SPManagedMetaDataServiceApp if ContentTypeHubUrl parameter is
6
6
null
Original file line number Diff line number Diff line change 12
12
# RootModule = ''
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 1.4 .0.0'
15
+ ModuleVersion = ' 1.5 .0.0'
16
16
17
17
# ID used to uniquely identify this module
18
18
GUID = ' 6c1176a0-4fac-4134-8ca2-3fa8a21a7b90'
You can’t perform that action at this time.
0 commit comments