You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ReleaseNotes.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
# Release Notes
2
2
3
+
## 6.5.0
4
+
* Added README support. Flatcontainer will now place the README alongside the icon and nuspec files. Visual Studio package search will display README files the same as it does for nuget.org.
5
+
3
6
## 6.4.0
4
7
* Added disablePayloadSigning option for S3 feeds [PR](https://github.com/emgarten/Sleet/pull/211)
AddServiceIndexEntry(source.BaseURI,"registration/","RegistrationsBaseUrl/3.4.0","Package registrations used for search and packages.config.",serviceIndexJson);
AddServiceIndexEntry(source.BaseURI,"flatcontainer/","PackageBaseAddress/3.0.0","Packages used by project.json",serviceIndexJson);
98
+
AddServiceIndexEntry(source.BaseURI,"flatcontainer/{lower_id}/{lower_version}/readme","ReadmeUriTemplate/6.13.0","URI template used by NuGet Client to construct a URL for downloading a package's README.",serviceIndexJson);
0 commit comments