File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
@ {
2
2
# # Module Info
3
- ModuleVersion = ' 0.3 .0'
4
- Description = ' Extends Get-Help to display usage and summary help for COM, CIM (WMI) and .NET types.'
3
+ ModuleVersion = ' 0.4 .0'
4
+ Description = ' Provides help in the console for COM, CIM (WMI) and .NET types.'
5
5
GUID = ' 64a3d770-e369-4060-baac-6873bf74d1d7'
6
6
# HelpInfoURI = ''
7
7
32
32
CLRVersion = ' 2.0'
33
33
34
34
# # Author
35
- Author = ' Oisin Grehan'
35
+ Author = ' Oisin Grehan, Jason Archer '
36
36
CompanyName = ' '
37
37
Copyright = ' '
38
38
53
53
54
54
# ReleaseNotes of this module
55
55
ReleaseNotes = @"
56
+ ## 2018-12-01 - Version 0.4.0
57
+
58
+ Features:
59
+
60
+ - Console formatted help for .NET and CIM objects
61
+ - Links to online help for Microsoft .NET and CIM objects
56
62
"@
57
63
} # End of PSData hashtable
58
64
} # End of PrivateData hashtable
You can’t perform that action at this time.
0 commit comments