We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45a33c9 commit be7a430Copy full SHA for be7a430
InteractiveMenu/InteractiveMenu.psd1
@@ -11,7 +11,7 @@
11
RootModule = '.\InteractiveMenu.psm1'
12
13
# Version number of this module.
14
- ModuleVersion = '0.4'
+ ModuleVersion = '0.5'
15
16
# Supported PSEditions
17
# CompatiblePSEditions = @()
@@ -105,7 +105,7 @@
105
IconUri = 'https://raw.githubusercontent.com/bibistroc/powershell-interactive-menu/master/logo.png'
106
107
# ReleaseNotes of this module
108
- ReleaseNotes = 'Added choose menu'
+ ReleaseNotes = 'Fix color -1 does not exist when background color is not set in IDE. Using VSCode on a Mac, with PowerShell Core.'
109
110
} # End of PSData hashtable
111
0 commit comments