Skip to content

Commit a7b82a0

Browse files
committed
Add an icon.
1 parent 2b03b67 commit a7b82a0

5 files changed

Lines changed: 49 additions & 2 deletions

File tree

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
* text
2+
*.png binary

Directory.Build.targets

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@
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" />

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,26 @@
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+
724
System.Terminal is a toolkit for writing terminal-based applications. It is
825
effectively a complete replacement for System.Console.
926

system-terminal.png

13.2 KB
Loading

system-terminal.svg

Lines changed: 28 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)