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 8631dba commit 2845fddCopy full SHA for 2845fdd
module/ClassExplorer.psd1
@@ -12,7 +12,7 @@
12
RootModule = 'ClassExplorer.psm1'
13
14
# Version number of this module.
15
-ModuleVersion = '2.2.0'
+ModuleVersion = '2.3.0'
16
17
# Supported PSEditions
18
CompatiblePSEditions = 'Desktop', 'Core'
@@ -78,6 +78,12 @@ PrivateData = @{
78
79
# ReleaseNotes of this module
80
ReleaseNotes = @'
81
+## 2.3.0
82
+
83
+* Add `-Extension` parameter to `Find-Member`. This will find only extension methods
84
+* Add `index` signature keyword for restricting matches to a specific method parameter
85
+ index. (e.g. `[allof[index0, string]]` will match if the first parameter is a `string`.
86
87
## 2.2.0
88
89
### Add `-RecurseNestedType` parameter
0 commit comments