File tree 1 file changed +14
-1
lines changed 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 12
12
RootModule = ' ClassExplorer.psm1'
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 2.0.1 '
15
+ ModuleVersion = ' 2.1.0 '
16
16
17
17
# Supported PSEditions
18
18
CompatiblePSEditions = ' Desktop' , ' Core'
@@ -78,6 +78,19 @@ PrivateData = @{
78
78
79
79
# ReleaseNotes of this module
80
80
ReleaseNotes = @'
81
+ ## 2.1.0
82
+
83
+ - Add signature keywords `abstract` and `concrete`
84
+ - Find-Type no longer includes non-public classes when `-Not` is specified
85
+ - Members from `System.Object` are now properly excluded from structs and enums when `-IncludeObject` is not specified
86
+ - `params` now shows in member format
87
+ - Member formatting is now grouped by full type name of reflected type.
88
+ - New slot virtual members now display properly when they are also sealed
89
+
90
+ ## 2.0.1
91
+ - Fix error messages and help
92
+
93
+ ## 2.0.0
81
94
- Added type signatures, a custom query language built into type expressions. See https://seemingly.dev/about-type-signatures
82
95
- A lot of fixes and tweaks
83
96
- Removed Find-Namespace command
You can’t perform that action at this time.
0 commit comments