Get ReleaseNotes from nuget feed programatically when possible

Viewed 123

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.

0 Answers
Related