Skip to content

Commit

Permalink
Upgrade to latest Terminal.Gui nuget (#114)
Browse files Browse the repository at this point in the history
* 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 <tylerl0706@gmail.com>

* simplified stripping of newline/linefeed

* update to new Terminal.gui package; no code changes

Co-authored-by: Tyler James Leonhardt <tylerl0706@gmail.com>
  • Loading branch information
tig and TylerLeonhardt authored Sep 29, 2020
1 parent a3b583c commit 8f5b336
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="Nstack.Core" Version="0.14.0" />
<PackageReference Include="Terminal.Gui" Version="0.90.2" />
<PackageReference Include="Terminal.Gui" Version="0.90.3" />
<PackageReference Include="Microsoft.PowerShell.SDK" Version="6.2.1" />
</ItemGroup>

Expand Down

0 comments on commit 8f5b336

Please sign in to comment.