Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit be7a430

Browse files
committedMay 22, 2024·
bumped version and pushed new release to PowerShell Gallery
1 parent 45a33c9 commit be7a430

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎InteractiveMenu/InteractiveMenu.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
RootModule = '.\InteractiveMenu.psm1'
1212

1313
# Version number of this module.
14-
ModuleVersion = '0.4'
14+
ModuleVersion = '0.5'
1515

1616
# Supported PSEditions
1717
# CompatiblePSEditions = @()
@@ -105,7 +105,7 @@
105105
IconUri = 'https://raw.githubusercontent.com/bibistroc/powershell-interactive-menu/master/logo.png'
106106

107107
# ReleaseNotes of this module
108-
ReleaseNotes = 'Added choose menu'
108+
ReleaseNotes = 'Fix color -1 does not exist when background color is not set in IDE. Using VSCode on a Mac, with PowerShell Core.'
109109

110110
} # End of PSData hashtable
111111

0 commit comments

Comments
 (0)
Please sign in to comment.