dotnet-state-machine / stateless

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

Use license expression #583

Closed lg2de closed 3 weeks ago

lg2de commented 3 weeks ago

https://learn.microsoft.com/en-us/nuget/create-packages/package-authoring-best-practices#licensing

It is recommended to use the PackageLicenseExpression.

mclift commented 3 weeks ago

Thanks @lg2de, well spotted and thank you for the PR!

lg2de commented 3 weeks ago

A colleague has just pointed out to me that we both, @mclift , have overlooked the fact that PackageLicenseExpression is now a duplicate. Oops! I'll create another PR to fix that.