We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 415503b commit 59c3a90Copy full SHA for 59c3a90
1 file changed
PSMenu/PSMenu.psd1
@@ -8,7 +8,7 @@
8
RootModule = 'PSMenu.psm1'
9
10
# Version number of this module.
11
- ModuleVersion = '0.1.9'
+ ModuleVersion = '0.2.0'
12
13
# ID used to uniquely identify this module
14
GUID = '652b2326-2d29-4e86-8149-03828d75503e'
@@ -110,7 +110,7 @@
110
111
# ReleaseNotes of this module
112
ReleaseNotes = '
113
-Improve handling of array-like parameters
+VSCode console support
114
'
115
116
} # End of PSData hashtable
0 commit comments