diff --git a/PSMenu/PSMenu.psd1 b/PSMenu/PSMenu.psd1 index 6041739..d6d4910 100644 --- a/PSMenu/PSMenu.psd1 +++ b/PSMenu/PSMenu.psd1 @@ -8,7 +8,7 @@ RootModule = 'PSMenu.psm1' # Version number of this module. - ModuleVersion = '0.1.9' + ModuleVersion = '0.2.0' # ID used to uniquely identify this module GUID = '652b2326-2d29-4e86-8149-03828d75503e' @@ -110,7 +110,7 @@ # ReleaseNotes of this module ReleaseNotes = ' -Improve handling of array-like parameters +VSCode console support ' } # End of PSData hashtable