File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
src/Utility.CommandLine.Arguments Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <package xmlns =" http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd" >
3+ <metadata >
4+ <id >Utility.CommandLine.Arguments</id >
5+ <version >2.0.1</version >
6+ <authors >JP Dillingham</authors >
7+ <owners >JP Dillingham</owners >
8+ <requireLicenseAcceptance >false</requireLicenseAcceptance >
9+ <licenseUrl >https://github.com/jpdillingham/Utility.CommandLine.Arguments/blob/master/LICENSE</licenseUrl >
10+ <projectUrl >https://github.com/jpdillingham/Utility.CommandLine.Arguments</projectUrl >
11+ <description >A C# .NET Class Library containing tools for parsing the command line arguments of console applications.</description >
12+ <releaseNotes >Fix NuGet targeting of .NETStard2.0.</releaseNotes >
13+ <copyright >Copyright (c) 2017-2018 JP Dillingham (jp@dillingham.ws)</copyright >
14+ <language >en-US</language >
15+ <dependencies >
16+ <group targetFramework =" .NETStandard2.0" />
17+ </dependencies >
18+ </metadata >
19+ <files >
20+ <file src =" bin\Release\netstandard2.0\Utility.CommandLine.Arguments.dll" target =" lib\netstandard2.0\Utility.CommandLine.Arguments.dll" />
21+ <file src =" bin\Release\netstandard2.0\Utility.CommandLine.Arguments.xml" target =" lib\netstandard2.0\Utility.CommandLine.Arguments.xml" />
22+ </files >
23+ </package >
You can’t perform that action at this time.
0 commit comments