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

Add Direct License Information In Nuget metadata #499

Open
LiorBanai opened this issue Sep 14, 2023 · 2 comments
Open

Add Direct License Information In Nuget metadata #499

LiorBanai opened this issue Sep 14, 2023 · 2 comments

Comments

@LiorBanai
Copy link

LiorBanai commented Sep 14, 2023

Hi,
Could the license information be added to the nuget information (instead of a link to a page with the license?
it is good to add it so it will be shown in Visual Studio nuget management.

for example,I use the following MIT :

<PropertyGroup>
	<PackageLicenseExpression>MIT</PackageLicenseExpression>
	<RepositoryType>git</RepositoryType>
</PropertyGroup>

Also some tools can create auto generated report like (dotnet-project-licenses).

PackageLicenseExpression it the recommanded way to specifc license :
https://learn.microsoft.com/en-us/dotnet/standard/library-guidance/nuget

@LiorBanai
Copy link
Author

Any update on this?

@LiorBanai
Copy link
Author

@bchavez ?

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

No branches or pull requests

1 participant