File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
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.6.1] 2021-03-14
9
+
10
+ ### Fixed
11
+
12
+ - Fixed bug in IB task ` GenerateMarkdown ` when dot sourcing precondition
13
+
8
14
## [ 0.6.0] 2021-03-14
9
15
10
16
### Changed
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ $genMarkdownPreReqs = {
115
115
}
116
116
117
117
# Synopsis: Generates PlatyPS markdown files from module help
118
- task GenerateMarkdown - if ($genMarkdownPreReqs ) StageFiles, {
118
+ task GenerateMarkdown - if (. $genMarkdownPreReqs ) StageFiles, {
119
119
$buildMDParams = @ {
120
120
ModulePath = $PSBPreference.Build.ModuleOutDir
121
121
ModuleName = $PSBPreference.General.ModuleName
You can’t perform that action at this time.
0 commit comments