-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathFlagConsole.nuspec
20 lines (20 loc) · 2.22 KB
/
FlagConsole.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-16"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>FlagConsole</id>
<version>1.2.0</version>
<title>FlagConsole</title>
<authors>Dennis Daume</authors>
<owners>Dennis Daume</owners>
<licenseUrl>http://opensource.org/licenses/mit-license</licenseUrl>
<projectUrl>http://github.com/flagbug/FlagConsole</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>FlagConsole is a library for .NET, written in C#, which helps to build text-based console application interfaces. It provides controls like panel, textfield, list view, menu, rectangle, line, and label.</description>
<releaseNotes></releaseNotes>
<tags>flagconsole console text-based interface</tags>
</metadata>
<files>
<file src="FlagConsole\FlagConsole\bin\Release\FlagConsole.dll" target="lib\FlagConsole.dll" />
<file src="FlagConsole\FlagConsole\bin\Release\FlagConsole.xml" target="lib\FlagConsole.xml" />
</files>
</package>