Open LiorBanai opened 1 year ago
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
PackageLicenseExpression
Any update on this?
@bchavez ?
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 followingMIT :
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