Skip to content

Commit 26e00a3

Browse files
committed
Update version information.
1 parent ded9597 commit 26e00a3

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

Src/ObjectHelp.psd1

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@{
22
## 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.'
55
GUID = '64a3d770-e369-4060-baac-6873bf74d1d7'
66
# HelpInfoURI = ''
77

@@ -32,7 +32,7 @@
3232
CLRVersion = '2.0'
3333

3434
## Author
35-
Author = 'Oisin Grehan'
35+
Author = 'Oisin Grehan, Jason Archer'
3636
CompanyName = ''
3737
Copyright = ''
3838

@@ -53,6 +53,12 @@
5353

5454
# ReleaseNotes of this module
5555
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
5662
"@
5763
} # End of PSData hashtable
5864
} # End of PrivateData hashtable

0 commit comments

Comments
 (0)