Skip to content

Commit a938668

Browse files
authored
Clarify support for icons from folder-based source (#3146)
1 parent 68b85b7 commit a938668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/nuspec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ For example, you would add the following to your nuspec when creating a package
201201
For the MSBuild equivalent, take a look at [Packing an icon image file](msbuild-targets.md#packing-an-icon-image-file).
202202

203203
> [!Tip]
204-
> You can specify both `icon` and `iconUrl` to maintain backward compatibility with sources that do not support `icon`. Visual Studio will support `icon` for packages coming from a folder-based source in a future release.
204+
> To maintain backward compatibility with clients and sources that don't yet support `icon`, specify both `icon` and `iconUrl`. Visual Studio supports `icon` for packages coming from a folder-based source.
205205
206206
#### readme
207207

0 commit comments

Comments
 (0)