Some packages like AngleSharp have 'Release Notes' in their nuget feed.
IPackageMetadata.cs have ReleaseNotes
but it seems this is only used when creating a package.
Is there a way to get ReleaseNotes
when possible?
PS: there is an example for metadata, but there is nothing useful there.