We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10d6d8d commit dde4c34Copy full SHA for dde4c34
module/ClassExplorer.psd1
@@ -12,7 +12,7 @@
12
RootModule = 'ClassExplorer.psm1'
13
14
# Version number of this module.
15
-ModuleVersion = '2.3.1'
+ModuleVersion = '2.3.2'
16
17
# Supported PSEditions
18
CompatiblePSEditions = 'Desktop', 'Core'
@@ -78,6 +78,12 @@ PrivateData = @{
78
79
# ReleaseNotes of this module
80
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
87
## 2.3.1
88
89
* Fix `number` signature keyword not resolving
0 commit comments