dotnet-state-machine / stateless

A simple library for creating state machines in C# code
Other
5.41k stars 746 forks source link

Add Direct License Information In Nuget metadata #539

Closed LiorBanai closed 6 months ago

LiorBanai commented 10 months 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 <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> :

<PropertyGroup>
    <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
    <RepositoryType>git</RepositoryType>
</PropertyGroup>

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

LiorBanai commented 7 months ago

Any update on this?

LiorBanai commented 7 months ago

@mclift can you update if this is considered or not?

mclift commented 7 months ago

Hi @LiorBanai. Thanks for chasing this up. I've created a PR for this.

It's also missing a package README. I'll add another issue to track this.

LiorBanai commented 7 months ago

Great. Thanks!

LiorBanai commented 3 months ago

@mclift it may worth also to replace on github: image

and have it directly specified like: image