File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8+ ## [ 0.3.1] - 2019-06-09
9+
10+ ### Fixed
11+
12+ - Don't create module page MD file.
13+
814## [ 0.3.0] - 2019-04-23
915
1016### Fixed
Original file line number Diff line number Diff line change 11@ {
22 RootModule = ' PowerShellBuild.psm1'
3- ModuleVersion = ' 0.3.0 '
3+ ModuleVersion = ' 0.3.1 '
44 GUID = ' 15431eb8-be2d-4154-b8ad-4cb68a488e3d'
55 Author = ' Brandon Olin'
66 CompanyName = ' Community'
Original file line number Diff line number Diff line change @@ -55,7 +55,6 @@ function Build-PSBuildMarkdown {
5555 Module = $ModuleName
5656 Locale = $Locale
5757 OutputFolder = (Join-Path $DocsPath $Locale )
58- WithModulePage = $true
5958 ErrorAction = ' SilentlyContinue'
6059 Verbose = $VerbosePreference
6160 }
You can’t perform that action at this time.
0 commit comments