New
Release of Microsoft.PowerShell.PlatyPS v1.0.0-preview5
What's Changed
- Remove param value from md by @adityapatwardhan in https://github.com/PowerShell/platyPS/pull/729
- Allow front matter metadata to have list of Aliases by @adityapatwardhan in https://github.com/PowerShell/platyPS/pull/730
- Remove unnecessary
HelpUriparameter fromNew-MarkdownModuleFileandUpdate-MarkdownModuleFilecmdlets by @adityapatwardhan in https://github.com/PowerShell/platyPS/pull/740 - Fix example parsing when there no parameters on the command by @adityapatwardhan in https://github.com/PowerShell/platyPS/pull/741
- MAML conversion uses the function name as Verb and empty string as noun by @adityapatwardhan in https://github.com/PowerShell/platyPS/pull/742
- Restore brackets to type for collection by @adityapatwardhan in https://github.com/PowerShell/platyPS/pull/739
- Update the version of PlatyPS to preview 4 by @adityapatwardhan in https://github.com/PowerShell/platyPS/pull/746
- Use double quotes in YAML if text contains single quote by @adityapatwardhan in https://github.com/PowerShell/platyPS/pull/749
- Get the description from comment-based help for input and output by @adityapatwardhan in https://github.com/PowerShell/platyPS/pull/750