Bogus icon indicating copy to clipboard operation
Bogus copied to clipboard

Add Direct License Information In Nuget metadata

Open LiorBanai opened this issue 2 years ago • 2 comments

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 <PackageLicenseExpression>MIT</PackageLicenseExpression> :

<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 avatar Sep 14 '23 08:09 LiorBanai

Any update on this?

LiorBanai avatar Jan 17 '24 15:01 LiorBanai

@bchavez ?

LiorBanai avatar Jan 17 '24 15:01 LiorBanai