How can I add <release note> node in nuget package release?

2.1k views Asked by At

I have just started learning about TFS and Nuget packages. So every time I release the new nuget package. I could see the version, Author, Date, publish, Tags and Descriptions (See image 1 below). Now, I want to add a field called Release Notes. For this, I did modifications in metadata file and was successfully able to add the node in metadata. But whenever I try to install new package through TFS, I want to see or read the details of the package same as version, author. But issue here is I can not see that field in tfs in spite of me modifying it in metadata (please see image 2):

image how it looks after adding node

Can someone please help me to figure out how can I reflect this field in the TFS each time, I install new nuget package or update new Nuget package? End goal here is I want to read the details of the package through the releases note field, what it has inside and then only take it if I need it or else Skip it.

1

There are 1 answers

0
Eddie Chen - MSFT On

This is a known issue and you may need to wait for Nuget 3.6 version to get it work. Refer to following links for details:

Feature Request: Add Gallery link & Release notes

Update NuGet to 3.6 to bring back release notes