Skip to content

Commit feac249

Browse files
authored
Update nuspec.md
1 parent a1f9295 commit feac249

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reference/nuspec.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ A URL for the package's home page, often shown in UI displays as well as nuget.o
8585

8686
#### licenseUrl
8787
> [!Important]
88-
> licenseUrl is being deprecated. Use license instead.
88+
> licenseUrl is deprecated. Use license instead.
8989
9090
A URL for the package's license, often shown in UIs like nuget.org.
9191

@@ -141,13 +141,13 @@ license-expression = 1*1(simple-expression / compound-expression / UNLICENSED)
141141
#### iconUrl
142142

143143
> [!Important]
144-
> iconUrl is being deprecated. Use icon instead.
144+
> iconUrl is deprecated. Use icon instead.
145145
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
149149

150-
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.
150+
It is a 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.
151151

152152
For example, you would add the following to your nuspec when creating a package using nuget.exe:
153153

0 commit comments

Comments
 (0)