Skip to content

Commit 8f5b336

Browse files
tigTylerLeonhardt
andauthored
Upgrade to latest Terminal.Gui nuget (#114)
* Fixed #58: Multi-line commands rendering wrong * Fixed #58 - Newlines in commands render incorrectly * Added debug instructions to readme * Update src/Microsoft.PowerShell.ConsoleGuiTools/ConsoleGui.cs Co-Authored-By: Tyler James Leonhardt <[email protected]> * simplified stripping of newline/linefeed * update to new Terminal.gui package; no code changes Co-authored-by: Tyler James Leonhardt <[email protected]>
1 parent a3b583c commit 8f5b336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.PowerShell.ConsoleGuiTools/Microsoft.PowerShell.ConsoleGuiTools.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<ItemGroup>
88
<PackageReference Include="Nstack.Core" Version="0.14.0" />
9-
<PackageReference Include="Terminal.Gui" Version="0.90.2" />
9+
<PackageReference Include="Terminal.Gui" Version="0.90.3" />
1010
<PackageReference Include="Microsoft.PowerShell.SDK" Version="6.2.1" />
1111
</ItemGroup>
1212

0 commit comments

Comments
 (0)