|
7 | 7 | ModuleToProcess='HelpOut.psm1' |
8 | 8 | FormatsToProcess='HelpOut.format.ps1xml' |
9 | 9 | TypesToProcess='HelpOut.types.ps1xml' |
10 | | - ModuleVersion='0.4.8' |
| 10 | + ModuleVersion='0.4.9' |
11 | 11 | PrivateData = @{ |
12 | 12 | PSData = @{ |
13 | 13 | ProjectURI = 'https://github.com/StartAutomating/HelpOut' |
14 | 14 | LicenseURI = 'https://github.com/StartAutomating/HelpOut/blob/master/LICENSE' |
15 | 15 |
|
16 | 16 | Tags = 'Markdown', 'Help','PowerShell' |
17 | 17 | ReleaseNotes = @' |
18 | | -### HelpOut 0.4.8: |
| 18 | +### HelpOut 0.4.9: |
19 | 19 |
|
20 | | -* Markdown Help Improvements: |
21 | | - * Fixing Long Examples (Fixes #141) |
22 | | - * Allowing first comment lines in an example to be markdown (#143) |
23 | | - * Also, switching numbered example headings to blockquotes |
24 | | -* Save-MarkdownHelp updates: |
25 | | - * Fixing Piping Behavior (#140) |
26 | | - * Not Saving to illegal windows paths (#132) |
27 | | -* Improving Extended Types Doc Generation |
28 | | - * Now puts extended type documentation into subfolders (#135) |
29 | | - * Also, generates a summary file for each type (#133) |
30 | | -* Updating links to Microsoft modules (#142) |
31 | | -* Integrating PSA into HelpOut (#144) |
| 20 | +* Supporting custom attribute formatting with -FormatAttribute (#147) |
| 21 | + * Markdown Formatter - Honoring .FormatAttribute (#148) |
| 22 | + * Get-MarkdownHelp -FormatAttribute (#149) |
| 23 | + * Save-MarkdownHelp -FormatAttribute (#150) |
| 24 | +* Extended Type Formatting - Improving handling of empty directories (#146) |
| 25 | +* Updating HelpOut PSA (#152) |
32 | 26 |
|
33 | 27 | --- |
34 | 28 |
|
|
0 commit comments