Skip to content

Commit 4b0e3a8

Browse files
committed
v0.7.7: Switch to OneBranch release system
1 parent 7ae2029 commit 4b0e3a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ConsoleGuiTools.Common.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
3-
<VersionPrefix>0.7.6</VersionPrefix>
3+
<VersionPrefix>0.7.7</VersionPrefix>
44
<VersionSuffix></VersionSuffix>
55
<Company>Microsoft</Company>
66
<Copyright>© Microsoft Corporation.</Copyright>

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

+1-1
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.7.6'
12+
ModuleVersion = '0.7.7'
1313

1414
# Supported PSEditions
1515
CompatiblePSEditions = @( 'Core' )

0 commit comments

Comments
 (0)