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

Invalid licenseUrl in nuspec #429

Closed
Greg-Smulko opened this issue Apr 9, 2019 · 2 comments
Closed

Invalid licenseUrl in nuspec #429

Greg-Smulko opened this issue Apr 9, 2019 · 2 comments

Comments

@Greg-Smulko
Copy link

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. :(

@Tyrrrz
Copy link

Tyrrrz commented Apr 10, 2019

There's no nuspec, you have to update csproj:

<PackageLicenseUrl>https://raw.githubusercontent.com/gsscoder/commandline/master/doc/LICENSE</PackageLicenseUrl>

@Greg-Smulko
Copy link
Author

Fixed already in #549, as reported in #545, so closing it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants