-
Notifications
You must be signed in to change notification settings - Fork 11
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
Incorrect License Metadata in Nuspec File #16
Comments
Thanks @regnrat for spotting this! |
Sure @molinch, i opened a PR - but I was not able to get that working without replacing the PackageLicenseFile with PackageLicenseExpression |
Thanks a lot @regnrat it's 👍 |
Package 1.5.1 is pushed despite the CI error due to underlying issue brandedoutcast/publish-nuget#76 |
I've noticed that the nuspec file has incorrect metadata for the license and licenseUrl properties. Specifically, the license property is set to
LICENSE
, but the correct license for this package isMIT
. Additionally, the licenseUrl property is set tohttps://aka.ms/deprecateLicenseUrl
, but the correct URL for this license is eg.https://licenses.nuget.org/MIT
.This issue is causing problems for me because I want to set up an automatic license check in my project.
I would appreciate it if the package maintainer could update the nuspec file to reflect the correct license and URL.
Expected result:
The nuspec file should have correct metadata for the license and licenseUrl properties.
Actual result:
The nuspec file has incorrect metadata for the license and licenseUrl properties.
The text was updated successfully, but these errors were encountered: