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: accepted/2024/[TS]PMUI-Readme-rendering.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,14 +33,14 @@ When no README is available we will display a messsage in the README section.
33
33
34
34
##### README File Sources
35
35
36
-
*RawReadmeFileUrl in the [package metadata](https://learn.microsoft.com/en-us/nuget/api/registration-base-url-resource).
37
-
* README direct download specified in the [package content](https://learn.microsoft.com/en-us/nuget/api/package-base-address-resource).
36
+
*ReadmeFileUrl in the [package metadata](https://learn.microsoft.com/en-us/nuget/api/registration-base-url-resource).
37
+
* README direct download specified in a new resource `ReadmeUriTemplate/6.12.0`.
38
38
* Downloaded nupkg.
39
39
40
40
#### Nuget API
41
41
##### RegistrationsBaseUrl/6.12.0
42
42
43
-
A new version of the [package metadata](https://learn.microsoft.com/en-us/nuget/api/registration-base-url-resource) resource type will be documented which will include the field **RawReadmeFileUrl**.
43
+
A new version of the [package metadata](https://learn.microsoft.com/en-us/nuget/api/registration-base-url-resource) resource type will be documented which will include the field **ReadmeFileUrl**.
44
44
This will be a link to download the README and will only be filled if a readme is available to download.
45
45
46
46
###### index.json
@@ -83,7 +83,7 @@ This will be a link to download the README and will only be filled if a readme i
0 commit comments