NuGetPackageExplorer / NuGetPackageExplorer

Create, update and deploy Nuget Packages with a GUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] When Publishing to private feed I get The <licenseUrl> element is deprecated.

davidbuckleyni opened this issue · comments

commented

There seems to be some braking changes in version 6.0.27

When I publish to nuget private feed I get the following error.

We found the following issue(s):
The element is deprecated. Consider using the element instead. Learn more.
We recommend that you fix these issues and upload a new package. To learn more about authoring great packages, view our Best Practices page.

The warning from the server is accurate; you can update your NuGet metadata to include a license element instead of a licenseUrl. NPE lets you view either.: https://docs.microsoft.com/en-us/nuget/reference/nuspec#license