-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
22 lines (21 loc) · 1.11 KB
/
Directory.Build.props
File metadata and controls
22 lines (21 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Project>
<PropertyGroup>
<Version>2.0.0-beta7</Version>
<Title>TerminalUI</Title>
<Product>TerminalUI</Product>
<Description>
Simple terminal widgets for C#
This project is meant to provide a very simple Terminal "UI" for dotnet projects. There
are no movable windows, no mouse support, etc. It really is meant to provide some useful
"widgets" or "elements" that can be created and easily updated in-place.
</Description>
<Authors>Steve Cross</Authors>
<Copyright>Copyright (C) 2021 Steve Cross <flip@foxhollow.cc></Copyright>
<PackageLicenseExpression>LGPL-2.1-or-later</PackageLicenseExpression>
<PackageProjectUrl>https://code.foxhollow.cc/terminal-ui/</PackageProjectUrl>
<PackageReleaseNotes>https://code.foxhollow.cc/terminal-ui/#/changelog</PackageReleaseNotes>
<RepositoryUrl>https://git.foxhollow.cc/hairlesshobo/TerminalUI.git</RepositoryUrl>
<RespositoryType>git</RespositoryType>
<PackageTags>library console terminal</PackageTags>
</PropertyGroup>
</Project>