Embedded Icon won't show in Visual Studio (16.3) #8772
Labels
Product:VS.Client
Resolution:Duplicate
This issue appears to be a Duplicate of another issue
Type:Bug
Details about Problem
NuGet product used: NuGet.exe
NuGet version: 5.3.1.6268
VS version: 16.3.6
OS version: win10 v1903 (18362.449)
Worked before?: Don't know. First time making NuGet-package.
Detailed repro steps so we can see the same problem
Run
nuget spec
Add
<icon>icon.png</icon>
to the metadata tag in the nuspec.Add icon.png to the working folder. (icon taken from PackageIconNuspecExample)
Run
nuget pack
Add generated package to local repository
Open Visual Studio => NuGet Package Manager
Change Package Source to local repository.
Package has the default, fallback icon - Not the packed icon.
Sample Project
SampleNuget.zip
The text was updated successfully, but these errors were encountered: