-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show package release notes #11
Comments
Good idea. |
Where could I get the release notes? |
Release notes are part of nuget package metadata. |
Unfortunatelly it is not part of the search results IPackageSearchMetadata. |
Thx. |
I think we can extend the IPackage.cs with a method In search UI, we can move package details into a tab and place release notes on a second tab. But I have no idea where place it on Updates tab. |
Seems to have to download a package for this. From .nuspec file. |
I can confirm that, unfortunatelly. The implementation is exactly what |
Please help me to understand: Where exactly are the "release notes" of a NuGet package? The package metadata contains a Could you provide an example? E.g. for https://www.nuget.org/packages/newtonsoft.json/ the |
https://docs.microsoft.com/en-us/nuget/reference/nuspec#releasenotes |
Got it, thank you. You want to get release notes (if available) from the .nuspec.
Maybe that's not necessary. Seems like you can request only the manifest file. |
Most important is it on the updates tab.
The text was updated successfully, but these errors were encountered: