File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11* text
2+ * .png binary
Original file line number Diff line number Diff line change 2323 <PropertyGroup >
2424 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
2525 <IsTrimmable Condition =" '$(OutputType)' == 'Library' and '$(DevelopmentDependency)' != 'true'" >>true</IsTrimmable >
26+ <PackageIcon >system-terminal.png</PackageIcon >
2627 <PackageReadmeFile >PACKAGE.md</PackageReadmeFile >
2728 </PropertyGroup >
2829
2930 <ItemGroup >
30- <None Include =" $(MSBuildThisFileDirectory)PACKAGE.md"
31+ <None Include =" $(MSBuildThisFileDirectory)PACKAGE.md; $(MSBuildThisFileDirectory)system-terminal.png "
3132 Pack =" true"
3233 PackagePath =" "
3334 Visible =" false" />
Original file line number Diff line number Diff line change 1- # System.Terminal [ ![ Build Status] ( https://github.com/alexrp/system-terminal/actions/workflows/build.yml/badge.svg )] ( https://github.com/alexrp/system-terminal/actions/workflows/build.yml )
1+ # System.Terminal
2+
3+ <div align =" center " >
4+ <img src="system-terminal.svg"
5+ width="256" />
6+ </div >
7+
8+ <p align =" center " >
9+ <strong>
10+ A terminal-centric replacement for System.Console.
11+ </strong>
12+ </p >
13+
14+ <div align =" center " >
215
316[ ![ Terminal] ( https://img.shields.io/nuget/v/Terminal.svg?label=Terminal )] ( https://www.nuget.org/packages/Terminal )
417[ ![ Terminal.Hosting] ( https://img.shields.io/nuget/v/Terminal.Hosting.svg?label=Terminal.Hosting )] ( https://www.nuget.org/packages/Terminal.Hosting )
518[ ![ Terminal.Extensions] ( https://img.shields.io/nuget/v/Terminal.Extensions.svg?label=Terminal.Extensions )] ( https://www.nuget.org/packages/Terminal.Extensions )
619
20+ </div >
21+
22+ ---
23+
724System.Terminal is a toolkit for writing terminal-based applications. It is
825effectively a complete replacement for System.Console.
926
You can’t perform that action at this time.
0 commit comments