Skip to content

Commit 5e35438

Browse files
committed
add nuspec
1 parent de050f4 commit 5e35438

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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>

0 commit comments

Comments
 (0)