Skip to content
This repository has been archived by the owner on Oct 11, 2021. It is now read-only.

LicenseUrlMissingWhenLicenseAcceptanceTrue

Rob Reynolds edited this page Jan 21, 2016 · 8 revisions

LicenseUrl Is Empty When Requiring License Acceptance

Issue

In the nuspec, there is a <licenseUrl> element. It was found to be missing or empty in the package.

Recommended Solution

Please update the nuspec to include a <licenseUrl /> element that is non-empty. If your nuspec file is missing this field, you should run choco new testpkg and look at the output from that (ensure you have the latest version of Chocolatey).

Reasoning

If you want to require license acceptance, you must include the license url.

Remember!!

Always push the exact same version of the package during review! Package versions are not immutable until approved.

Requirements

Guidelines

Suggestions

Notes

Clone this wiki locally