aaubry / YamlDotNet

YamlDotNet is a .NET library for YAML
MIT License
2.48k stars 466 forks source link

Switch to using PackageLicenseExpression #903

Closed lahma closed 1 month ago

lahma commented 4 months ago

By using license expression nuget.org is able to directly show the license information and also license checkers can directly get the compliance info. In comparison:

Current YamlDotNet:

image

Current Newtonsoft.Json:

image

fixes #918

lahma commented 3 months ago

Hey @EdwardCooke sorry to ping, but any chance this being accepted? Would make license validators happier OOTB. I do have that another PR also, but this would be something I'm really looking forward to.

EdwardCooke commented 3 months ago

Yeah. I’ll get this in shortly. I’m pretty busy for the next few days but I’ll try and squeeze it in this morning.

lahma commented 3 months ago

Appreciated, but don't stress on it ❤️

aaubry commented 1 month ago

This feature has been released in version 15.1.4.

lahma commented 1 month ago

Looking good now, thank you!

image