|
1 |
| -<?xml version="1.0" encoding="utf-8"?> |
2 |
| -<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> |
3 |
| - <metadata> |
4 |
| - <id>CommandLineParser</id> |
5 |
| - <version>$version$</version> |
6 |
| - <title>Command Line Parser Library</title> |
7 |
| - <authors>gsscoder nemec ericnewton76</authors> |
8 |
| - <description>Terse syntax C# command line parser for .NET with F# support. The Command Line Parser Library offers to CLR applications a clean and concise API for manipulating command line arguments and related tasks.</description> |
9 |
| - <releaseNotes /> |
10 |
| - <copyright>Copyright (c) 2005 - 2018 Giacomo Stelluti Scala & Contributors</copyright> |
11 |
| - <licenseUrl>https://github.com/commandlineparser/commandline/blob/master/License.md</licenseUrl> |
12 |
| - <projectUrl>https://github.com/commandlineparser/commandline</projectUrl> |
13 |
| - <owners>Giacomo Stelluti Scala</owners> |
14 |
| - <iconUrl>https://raw.githubusercontent.com/commandlineparser/commandline/master/art/CommandLine20.png</iconUrl> |
15 |
| - <requireLicenseAcceptance>false</requireLicenseAcceptance> |
16 |
| - <tags>command line commandline argument option parser parsing library syntax shell</tags> |
17 |
| - <dependencies> |
18 |
| - <group targetFramework=".NETStandard1.5"> |
19 |
| - <dependency id="System.Collections" version="4.0.11-rc2-24027" /> |
20 |
| - <dependency id="System.Console" version="4.0.0-rc2-24027" /> |
21 |
| - <dependency id="System.Diagnostics.Debug" version="4.0.11-rc2-24027" /> |
22 |
| - <dependency id="System.Globalization" version="4.0.11-rc2-24027" /> |
23 |
| - <dependency id="System.IO" version="4.1.0-rc2-24027" /> |
24 |
| - <dependency id="System.Linq" version="4.1.0-rc2-24027" /> |
25 |
| - <dependency id="System.Linq.Expressions" version="4.0.11-rc2-24027" /> |
26 |
| - <dependency id="System.Reflection" version="4.1.0-rc2-24027" /> |
27 |
| - <dependency id="System.Reflection.Extensions" version="4.0.1-rc2-24027" /> |
28 |
| - <dependency id="System.Reflection.TypeExtensions" version="4.1.0-rc2-24027" /> |
29 |
| - <dependency id="System.Resources.ResourceManager" version="4.0.1-rc2-24027" /> |
30 |
| - <dependency id="System.Runtime" version="4.1.0-rc2-24027" /> |
31 |
| - <dependency id="System.Runtime.Extensions" version="4.1.0-rc2-24027" /> |
32 |
| - </group> |
33 |
| - </dependencies> |
34 |
| - </metadata> |
35 |
| - <files> |
36 |
| - <file src="build\CommandLine.dll" target="lib\net40\CommandLine.dll" /> |
37 |
| - <file src="build\CommandLine.XML" target="lib\net40\CommandLine.XML" /> |
38 |
| - <file src="build\CommandLine.dll" target="lib\net45\CommandLine.dll" /> |
39 |
| - <file src="build\CommandLine.XML" target="lib\net45\CommandLine.XML" /> |
40 |
| - <file src="build\netstandard1.5\CommandLine.dll" target="lib\netstandard1.5\CommandLine.dll" /> |
41 |
| - <file src="build\CommandLine.XML" target="lib\netstandard1.5\CommandLine.xml" /> |
42 |
| - <file src="readme.md" target="readme.md" /> |
43 |
| - </files> |
44 |
| -</package> |
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> |
| 3 | + <metadata> |
| 4 | + <id>CommandLineParser</id> |
| 5 | + <version>$version$</version> |
| 6 | + <title>Command Line Parser Library</title> |
| 7 | + <authors>gsscoder nemec ericnewton76</authors> |
| 8 | + <description>Terse syntax C# command line parser for .NET. For FSharp support see CommandLineParser.FSharp. The Command Line Parser Library offers to CLR applications a clean and concise API for manipulating command line arguments and related tasks.</description> |
| 9 | + <releaseNotes /> |
| 10 | + <copyright>Copyright (c) 2005 - 2018 Giacomo Stelluti Scala & Contributors</copyright> |
| 11 | + <licenseUrl>https://github.com/commandlineparser/commandline/blob/master/License.md</licenseUrl> |
| 12 | + <projectUrl>https://github.com/commandlineparser/commandline</projectUrl> |
| 13 | + <owners>Giacomo Stelluti Scala</owners> |
| 14 | + <iconUrl>https://raw.githubusercontent.com/commandlineparser/commandline/master/art/CommandLine20.png</iconUrl> |
| 15 | + <requireLicenseAcceptance>false</requireLicenseAcceptance> |
| 16 | + <tags>command line commandline argument option parser parsing library syntax shell</tags> |
| 17 | + <dependencies> |
| 18 | + <group targetFramework=".NETStandard1.5"> |
| 19 | + <dependency id="System.Collections" version="4.0.11-rc2-24027" /> |
| 20 | + <dependency id="System.Console" version="4.0.0-rc2-24027" /> |
| 21 | + <dependency id="System.Diagnostics.Debug" version="4.0.11-rc2-24027" /> |
| 22 | + <dependency id="System.Globalization" version="4.0.11-rc2-24027" /> |
| 23 | + <dependency id="System.IO" version="4.1.0-rc2-24027" /> |
| 24 | + <dependency id="System.Linq" version="4.1.0-rc2-24027" /> |
| 25 | + <dependency id="System.Linq.Expressions" version="4.0.11-rc2-24027" /> |
| 26 | + <dependency id="System.Reflection" version="4.1.0-rc2-24027" /> |
| 27 | + <dependency id="System.Reflection.Extensions" version="4.0.1-rc2-24027" /> |
| 28 | + <dependency id="System.Reflection.TypeExtensions" version="4.1.0-rc2-24027" /> |
| 29 | + <dependency id="System.Resources.ResourceManager" version="4.0.1-rc2-24027" /> |
| 30 | + <dependency id="System.Runtime" version="4.1.0-rc2-24027" /> |
| 31 | + <dependency id="System.Runtime.Extensions" version="4.1.0-rc2-24027" /> |
| 32 | + </group> |
| 33 | + </dependencies> |
| 34 | + </metadata> |
| 35 | + <files> |
| 36 | + <file src="net4x\CommandLine.dll" target="lib\net40\CommandLine.dll" /> |
| 37 | + <file src="net4x\CommandLine.XML" target="lib\net40\CommandLine.XML" /> |
| 38 | + <file src="net4x\CommandLine.dll" target="lib\net45\CommandLine.dll" /> |
| 39 | + <file src="net4x\CommandLine.XML" target="lib\net45\CommandLine.XML" /> |
| 40 | + <file src="netstandard1.5\CommandLine.dll" target="lib\netstandard1.5\CommandLine.dll" /> |
| 41 | + <file src="netstandard1.5\CommandLine.XML" target="lib\netstandard1.5\CommandLine.xml" /> |
| 42 | + <file src="readme.md" target="readme.md" /> |
| 43 | + </files> |
| 44 | +</package> |
0 commit comments