Skip to content

Commit 7cf5b95

Browse files
committed
v0.7.7: Switch to OneBranch release system
1 parent d2abc00 commit 7cf5b95

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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>

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ _Note:_ Previously, this repo included `Microsoft.PowerShell.GraphicalTools` whi
221221

222222
## Maintainers
223223

224-
- [Andrew Schwartzmeyer](https://andschwa.com) - [@andschwa](https://github.com/andschwa)
224+
- [Andy Jordan](https://andyleejordan.com) - [@andyleejordan](https://github.com/andyleejordan)
225225

226226
Originally authored by [Tyler Leonhardt](http://twitter.com/tylerleonhardt).
227227

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)