File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ 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.7.2] unreleased
9
+
10
+ ### Added
11
+
12
+ - The ` $PSBPreference ` variable now supports the following PlatyPS ` New-MarkdownHelp ` and ` Update-MarkdownHelp ` boolean
13
+ options:
14
+ - ` $PSBPreference.Docs.AlphabeticParamsOrder `
15
+ - ` $PSBPreference.Docs.ExcludeDontShow `
16
+ - ` $PSBPreference.Docs.UseFullTypeName `
17
+
8
18
## [ 0.7.1] 2025-04-01
9
19
10
20
### Fixes
Original file line number Diff line number Diff line change 1
1
@ {
2
2
RootModule = ' PowerShellBuild.psm1'
3
- ModuleVersion = ' 0.7.1 '
3
+ ModuleVersion = ' 0.7.2 '
4
4
GUID = ' 15431eb8-be2d-4154-b8ad-4cb68a488e3d'
5
5
Author = ' Brandon Olin'
6
6
CompanyName = ' Community'
You can’t perform that action at this time.
0 commit comments