Bogus
Bogus copied to clipboard
Add Direct License Information In Nuget metadata
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
Any update on this?
@bchavez ?