Skip to content

Commit f8472ee

Browse files
committed
Bump to v0.7.6
1 parent 78930cc commit f8472ee

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
@@ -10,7 +10,7 @@ RootModule = 'Microsoft.PowerShell.ConsoleGuiTools.dll'
1010

1111
# Version number of this module.
1212
# NOTE: This will get updated by build.ps1; the build number will be incremented for each build.
13-
ModuleVersion = '0.7.5.38'
13+
ModuleVersion = '0.7.6.0'
1414

1515
# Supported PSEditions
1616
CompatiblePSEditions = @( 'Core' )
@@ -106,6 +106,10 @@ PrivateData = @{
106106

107107
# ReleaseNotes of this module
108108
ReleaseNotes = '# Release Notes
109+
## v0.7.6
110+
111+
* Fix child expand #223
112+
109113
## v0.7.5
110114
111115
* Adds Show-ObjectTree cmdlet #179

0 commit comments

Comments
 (0)