Skip to content

Commit dde4c34

Browse files
Update manifest for v2.3.2 (#42)
1 parent 10d6d8d commit dde4c34

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

module/ClassExplorer.psd1

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'ClassExplorer.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '2.3.1'
15+
ModuleVersion = '2.3.2'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Desktop', 'Core'
@@ -78,6 +78,12 @@ PrivateData = @{
7878

7979
# ReleaseNotes of this module
8080
ReleaseNotes = @'
81+
## 2.3.2
82+
83+
* Add property attributes in `Format-MemberSignature`
84+
* Add argument completion for `-Decoration`
85+
* Fix type for `ResolutionMap` in help
86+
8187
## 2.3.1
8288
8389
* Fix `number` signature keyword not resolving

0 commit comments

Comments
 (0)