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.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
+ ## [ 0.3.1] - 2019-06-09
9
+
10
+ ### Fixed
11
+
12
+ - Don't create module page MD file.
13
+
8
14
## [ 0.3.0] - 2019-04-23
9
15
10
16
### Fixed
Original file line number Diff line number Diff line change 1
1
@ {
2
2
RootModule = ' PowerShellBuild.psm1'
3
- ModuleVersion = ' 0.3.0 '
3
+ ModuleVersion = ' 0.3.1 '
4
4
GUID = ' 15431eb8-be2d-4154-b8ad-4cb68a488e3d'
5
5
Author = ' Brandon Olin'
6
6
CompanyName = ' Community'
Original file line number Diff line number Diff line change @@ -55,7 +55,6 @@ function Build-PSBuildMarkdown {
55
55
Module = $ModuleName
56
56
Locale = $Locale
57
57
OutputFolder = (Join-Path $DocsPath $Locale )
58
- WithModulePage = $true
59
58
ErrorAction = ' SilentlyContinue'
60
59
Verbose = $VerbosePreference
61
60
}
You can’t perform that action at this time.
0 commit comments