From d5143a5c5fffd61651d6046380ed061ce118df1c Mon Sep 17 00:00:00 2001 From: Sebastiaan Dammann Date: Wed, 25 May 2022 21:18:05 +0200 Subject: [PATCH] Bump version to v0.1.8 !deploy --- PSMenu/PSMenu.psd1 | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/PSMenu/PSMenu.psd1 b/PSMenu/PSMenu.psd1 index f5fe7f2..58b0fcf 100644 --- a/PSMenu/PSMenu.psd1 +++ b/PSMenu/PSMenu.psd1 @@ -1,10 +1,6 @@ # # Module manifest for module 'PS-Menu' # -# Generated by: @chrisseroka -# -# Generated on: 7/06/2016 -# @{ @@ -12,7 +8,7 @@ RootModule = 'PSMenu.psm1' # Version number of this module. - ModuleVersion = '0.1.7' + ModuleVersion = '0.1.8' # ID used to uniquely identify this module GUID = '652b2326-2d29-4e86-8149-03828d75503e' @@ -114,9 +110,7 @@ # ReleaseNotes of this module ReleaseNotes = ' -Increase input performance on long menus -Fix crash on menu longer than screen when console is resized -Optimize rendering: re-render menu in loop only when callback is given +Improve Linux/MacOS compatibility: support navigation up/down ' } # End of PSData hashtable