Skip to content

Commit 239a04c

Browse files
authored
Merge pull request #1 from nemec/patch-2
Update project links in nuget package spec
2 parents 697e2a8 + 7ff61fe commit 239a04c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

nuget/CommandLine.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
<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>
99
<releaseNotes />
1010
<copyright>Copyright (c) 2005 - 2016 Giacomo Stelluti Scala</copyright>
11-
<licenseUrl>https://github.com/gsscoder/commandline/blob/master/License.md</licenseUrl>
12-
<projectUrl>https://github.com/gsscoder/commandline</projectUrl>
11+
<licenseUrl>https://github.com/commandlineparser/commandline/blob/master/License.md</licenseUrl>
12+
<projectUrl>https://github.com/commandlineparser/commandline</projectUrl>
1313
<owners>Giacomo Stelluti Scala</owners>
14-
<iconUrl>https://raw.githubusercontent.com/gsscoder/commandline/master/art/CommandLine20.png</iconUrl>
14+
<iconUrl>https://raw.githubusercontent.com/commandlineparser/commandline/master/art/CommandLine20.png</iconUrl>
1515
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1616
<tags>command line commandline argument option parser parsing library syntax shell</tags>
1717
<dependencies>
@@ -41,4 +41,4 @@
4141
<file src="..\build\CommandLine.XML" target="lib\netstandard1.5\CommandLine.xml" />
4242
<file src="..\readme.md" target="readme.md" />
4343
</files>
44-
</package>
44+
</package>

0 commit comments

Comments
 (0)