The licenseUrl in the commandlineparser.nuspec file is invalid.
The nuspec file for ver. 2.4.3 contains:
<licenseUrl>https://raw.githubusercontent.com/gsscoder/commandline/master/doc/LICENSE</licenseUrl>
<projectUrl>https://github.com/gsscoder/commandline</projectUrl>
<iconUrl>https://raw.githubusercontent.com/commandlineparser/commandline/master/art/CommandLine20.png</iconUrl>
The https://raw.githubusercontent.com/gsscoder/commandline/master/doc/LICENSE doesn't exist. It should be https://raw.githubusercontent.com/commandlineparser/commandline/master/License.md instead.
The projectUrl element could be update too.
I'd open a PR for this, but can't find the nuspec file in this repo. :(
The
licenseUrlin thecommandlineparser.nuspecfile is invalid.The nuspec file for ver. 2.4.3 contains:
The
https://raw.githubusercontent.com/gsscoder/commandline/master/doc/LICENSEdoesn't exist. It should behttps://raw.githubusercontent.com/commandlineparser/commandline/master/License.mdinstead.The
projectUrlelement could be update too.I'd open a PR for this, but can't find the nuspec file in this repo. :(