Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

PackageLicenseUrl is being deprecated #167

Closed
luigiberrettini opened this issue Feb 9, 2019 · 0 comments
Closed

PackageLicenseUrl is being deprecated #167

luigiberrettini opened this issue Feb 9, 2019 · 0 comments
Assignees
Milestone

Comments

@luigiberrettini
Copy link
Owner

The licenseUrl metadata element of .nuspec files is being deprecated in favor of the license one

Looking at the NuGet/Home#4628 issue it's clear that project files must be edited replacing the PackageLicenseUrl tag with the PackageLicenseExpression one

Essentially <PackageLicenseUrl>https://github.com/luigiberrettini/NLog.Targets.Syslog/blob/master/LICENSE</PackageLicenseUrl> must be replaced by <PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>

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

No branches or pull requests

1 participant