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.4.7:
2+
3+ * Get-MarkdownHelp: Automatically renaming help about aliases (Fixes #130 )
4+ * Save-MarkdownHelp: Improving resiliency (avoiding null burps) (Fixes #128 )
5+
6+ ---
7+
18### HelpOut 0.4.6:
29
310* Save-MarkdownHelp: Improving resiliency (Fixes #128 )
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.4.6 '
10+ ModuleVersion = ' 0.4.7 '
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.4.6 :
18+ ### HelpOut 0.4.7 :
1919
20- * Save-MarkdownHelp: Improving resiliency (Fixes #128)
20+ * Get-MarkdownHelp: Automatically renaming help about aliases (Fixes #130)
21+ * Save-MarkdownHelp: Improving resiliency (avoiding null burps) (Fixes #128)
2122
2223---
24+
2325Additional Changes in [Changelog](/CHANGELOG.md)
2426'@
2527 }
You can’t perform that action at this time.
0 commit comments