Skip to content

Commit a3f1a2d

Browse files
Update Microsoft.PowerShell.ConsoleGuiTools.psd1 (#126)
1 parent b3abee1 commit a3f1a2d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Microsoft.PowerShell.ConsoleGuiTools/Microsoft.PowerShell.ConsoleGuiTools.psd1

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
RootModule = 'Microsoft.PowerShell.ConsoleGuiTools.dll'
1010

1111
# Version number of this module.
12-
ModuleVersion = '0.6.1'
12+
ModuleVersion = '0.6.2'
1313

1414
# Supported PSEditions
1515
CompatiblePSEditions = @( 'Core' )
@@ -106,6 +106,10 @@ PrivateData = @{
106106
# ReleaseNotes of this module
107107
ReleaseNotes = '# Release Notes
108108
109+
## v0.6.2
110+
111+
Gracefully fail when running in remote sessions.
112+
109113
## v0.6.1
110114
111115
Fix off-by-one error with ellipsis so columns should be better aligned.

0 commit comments

Comments
 (0)