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 78930cc commit f8472eeCopy full SHA for f8472ee
src/Microsoft.PowerShell.ConsoleGuiTools/Microsoft.PowerShell.ConsoleGuiTools.psd1
@@ -10,7 +10,7 @@ RootModule = 'Microsoft.PowerShell.ConsoleGuiTools.dll'
10
11
# Version number of this module.
12
# NOTE: This will get updated by build.ps1; the build number will be incremented for each build.
13
-ModuleVersion = '0.7.5.38'
+ModuleVersion = '0.7.6.0'
14
15
# Supported PSEditions
16
CompatiblePSEditions = @( 'Core' )
@@ -106,6 +106,10 @@ PrivateData = @{
106
107
# ReleaseNotes of this module
108
ReleaseNotes = '# Release Notes
109
+## v0.7.6
110
+
111
+* Fix child expand #223
112
113
## v0.7.5
114
115
* Adds Show-ObjectTree cmdlet #179
0 commit comments