File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ### HelpOut 0.5.3:
2+
3+ * Save-MarkdownHelp:
4+ * Fix saving markdown with Windows paths ( #175 )
5+
6+ Thanks @ShaunLawrie !
7+
8+ ---
9+
110### HelpOut 0.5.2:
211
312* Save-MarkdownHelp:
Original file line number Diff line number Diff line change 77 ModuleToProcess = ' HelpOut.psm1'
88 FormatsToProcess = ' HelpOut.format.ps1xml'
99 TypesToProcess = ' HelpOut.types.ps1xml'
10- ModuleVersion = ' 0.5.2 '
10+ ModuleVersion = ' 0.5.3 '
1111 PrivateData = @ {
1212 PSData = @ {
1313 ProjectURI = ' https://github.com/StartAutomating/HelpOut'
1414 LicenseURI = ' https://github.com/StartAutomating/HelpOut/blob/master/LICENSE'
1515
1616 Tags = ' Markdown' , ' Help' , ' PowerShell'
1717 ReleaseNotes = @'
18- ### HelpOut 0.5.2 :
18+ ### HelpOut 0.5.3 :
1919
2020* Save-MarkdownHelp:
21- * IncludeSubModule/-ExcludeSubModule ( #155 )
22- * -IncludePath ( #169 )
23- * -ExcludeFile aliases ( #168 )
24- * -ExcludeExtension ( #167 )
25- * Not Saving Files with colons ( #163 )
21+ * Fix saving markdown with Windows paths ( #175 )
2622
27- Thanks @PrzemyslawKlys !
23+ Thanks @ShaunLawrie !
2824
2925---
3026
You can’t perform that action at this time.
0 commit comments