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

Include the license identifier in the NuGet package #63

Closed
reduckted opened this issue Dec 4, 2019 · 0 comments · Fixed by #64
Closed

Include the license identifier in the NuGet package #63

reduckted opened this issue Dec 4, 2019 · 0 comments · Fixed by #64

Comments

@reduckted
Copy link

Is your feature request related to a problem? Please describe.
For automated tools that gather the license of NuGet packages, it's really handy for the license to be specified in the NuGet package (specifically in the .nuspec file).

Describe the solution you'd like
Include the license identifier in the NuGet package. This is all you need to add to the project file (same as Autofac):

<PropertyGroup>
    <PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

Describe alternatives you've considered
N/A

Additional context
Some links to documentation:

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

Successfully merging a pull request may close this issue.

2 participants