I've checked both paket.template to make sure that the Release Notes have the correct format according to the paket.template guide and tried pack.exe pack --release-notes both without the desired result. That desired result would be release notes appearing with other details of the package in TFS (screenshot below).
Asked
Active
Viewed 140 times
2
-
Did you check the package after being packed (either using NuGet Package Explorer, or opening the nupkg as a zip, and looking at the nuspec file), to make sure it contains release notes? The [nuget docs show the nuspec has an element for release notes](https://learn.microsoft.com/en-au/nuget/reference/nuspec#releasenotes) which is almost certainly what TFS is showing. – zivkan Mar 09 '19 at 13:09
-
Yes, I did check that too. Will begin modifying Paket source next to see whether it's an issue with the .nupkg file generation. – Kofi Sarfo Mar 11 '19 at 09:13
-
It was a case of formatting the text correctly! :/ – Kofi Sarfo Mar 11 '19 at 22:28