Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add pdbs, update year #425

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion nuget/CommandLine.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<authors>Giacomo Stelluti Scala</authors>
<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>
<releaseNotes />
<copyright>Copyright (c) 2005 - 2016 Giacomo Stelluti Scala</copyright>
<copyright>Copyright (c) 2005 - 2017 Giacomo Stelluti Scala</copyright>
<licenseUrl>https://github.com/gsscoder/commandline/blob/master/License.md</licenseUrl>
<projectUrl>https://github.com/gsscoder/commandline</projectUrl>
<owners>Giacomo Stelluti Scala</owners>
Expand Down Expand Up @@ -35,10 +35,13 @@
<files>
<file src="..\build\CommandLine.dll" target="lib\net40\CommandLine.dll" />
<file src="..\build\CommandLine.XML" target="lib\net40\CommandLine.XML" />
<file src="..\build\CommandLine.pdb" target="lib\net40\CommandLine.pdb" />
<file src="..\build\CommandLine.dll" target="lib\net45\CommandLine.dll" />
<file src="..\build\CommandLine.XML" target="lib\net45\CommandLine.XML" />
<file src="..\build\CommandLine.pdb" target="lib\net45\CommandLine.pdb" />
<file src="..\build\netstandard1.5\CommandLine.dll" target="lib\netstandard1.5\CommandLine.dll" />
<file src="..\build\CommandLine.XML" target="lib\netstandard1.5\CommandLine.xml" />
<file src="..\build\CommandLine.pdb" target="lib\netstandard1.5\CommandLine.pdb" />
<file src="..\readme.md" target="readme.md" />
</files>
</package>