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.
1 parent c8283ee commit e8bf6cfCopy full SHA for e8bf6cf
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.2'
+ModuleVersion = '0.6.3'
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.3
110
+
111
+Unreleased!
112
113
## v0.6.2
114
115
Update Terminal.Gui to 1.0.
0 commit comments