From e54cc32113e1b041862a6ecdace5529c4b796984 Mon Sep 17 00:00:00 2001 From: Tyler James Leonhardt Date: Tue, 27 Oct 2020 18:58:49 -0700 Subject: [PATCH] Update Microsoft.PowerShell.ConsoleGuiTools.psd1 --- .../Microsoft.PowerShell.ConsoleGuiTools.psd1 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Microsoft.PowerShell.ConsoleGuiTools/Microsoft.PowerShell.ConsoleGuiTools.psd1 b/src/Microsoft.PowerShell.ConsoleGuiTools/Microsoft.PowerShell.ConsoleGuiTools.psd1 index 5f88a5b..f73a41a 100644 --- a/src/Microsoft.PowerShell.ConsoleGuiTools/Microsoft.PowerShell.ConsoleGuiTools.psd1 +++ b/src/Microsoft.PowerShell.ConsoleGuiTools/Microsoft.PowerShell.ConsoleGuiTools.psd1 @@ -9,7 +9,7 @@ RootModule = 'Microsoft.PowerShell.ConsoleGuiTools.dll' # Version number of this module. -ModuleVersion = '0.6.1' +ModuleVersion = '0.6.2' # Supported PSEditions CompatiblePSEditions = @( 'Core' ) @@ -106,6 +106,10 @@ PrivateData = @{ # ReleaseNotes of this module ReleaseNotes = '# Release Notes +## v0.6.2 + +Gracefully fail when running in remote sessions. + ## v0.6.1 Fix off-by-one error with ellipsis so columns should be better aligned.