forked from fclp/fluent-command-line-parser
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathFluentCommandLineParser.Signed.nuspec
More file actions
21 lines (21 loc) · 1.06 KB
/
FluentCommandLineParser.Signed.nuspec
File metadata and controls
21 lines (21 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<package >
<metadata>
<id>FluentCommandLineParser.Signed</id>
<title>Fluent Command Line Parser (Signed)</title>
<version>1.0.0</version>
<authors>siywilliams</authors>
<owners>siywilliams</owners>
<licenseUrl>https://github.com/fclp/fluent-command-line-parser/blob/develop/LICENCE.txt</licenseUrl>
<projectUrl>http://fclp.github.com/fluent-command-line-parser</projectUrl>
<iconUrl>https://avatars0.githubusercontent.com/u/3839783</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A simple, strongly typed .NET C# command line parser library using a fluent easy to use interface</description>
<releaseNotes>https://github.com/fclp/fluent-command-line-parser/wiki/Roadmap</releaseNotes>
<copyright>Copyright Simon Williams 2012 - 2017</copyright>
<tags>fluent command line parser commandline c# net35</tags>
</metadata>
<files>
<file src="FluentCommandLineParser\bin\release-signed\FluentCommandLineParser.dll" target="lib" />
</files>
</package>