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.
2 parents 85d8578 + a3f1a2d commit a03fc9bCopy full SHA for a03fc9b
src/Microsoft.PowerShell.ConsoleGuiTools/Microsoft.PowerShell.ConsoleGuiTools.psd1
@@ -9,7 +9,7 @@
9
RootModule = 'Microsoft.PowerShell.ConsoleGuiTools.dll'
10
11
# Version number of this module.
12
-ModuleVersion = '0.6.1'
+ModuleVersion = '0.6.2'
13
14
# Supported PSEditions
15
CompatiblePSEditions = @( 'Core' )
@@ -106,6 +106,10 @@ PrivateData = @{
106
# ReleaseNotes of this module
107
ReleaseNotes = '# Release Notes
108
109
+## v0.6.2
110
+
111
+Gracefully fail when running in remote sessions.
112
113
## v0.6.1
114
115
Fix off-by-one error with ellipsis so columns should be better aligned.
0 commit comments