Skip to content

Commit 89d99be

Browse files
authored
Update nuspec.md
1 parent e760840 commit 89d99be

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/reference/nuspec.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,7 @@ license-expression = 1*1(simple-expression / compound-expression / UNLICENSED)
146146
A URL for a 64x64 image with transparency background to use as the icon for the package in UI display. Be sure this element contains the *direct image URL* and not the URL of a web page containing the image. For example, to use an image from GitHub, use the raw file URL like <em>https://github.com/\<username\>/\<repository\>/raw/\<branch\>/\<logo.png\></em>.
147147

148148
#### icon
149-
Path to an image file within the package, often shown in UIs like nuget.org as the package icon.
150-
151-
`<icon>icon.png</icon>`
149+
Path to an image file within the package, often shown in UIs like nuget.org as the package icon. Image file size is limited to 1 MB. Supported file formats include JPEG and PNG. We recommend an image resoulution of 64x64.
152150

153151
For example, if you are using nuget.exe to create a package from a nuspec:
154152

0 commit comments

Comments
 (0)