Zeugwerk / Twinpack

Twinpack is a package manager for TwinCAT libraries with integration into the TwinCAT IDE. It enables the TwinCAT community to share their libraries and simplifies the continous integration of third-party components into TwinCAT projects.
https://twinpack.dev
GNU General Public License v3.0
52 stars 3 forks source link

Icon not displayed when deploying a library via Nuget #143

Open georgtauber-durst opened 1 week ago

georgtauber-durst commented 1 week ago

In combination with a NuGet-Server the Icon is not displayed.

The icon is integrated according to the official Nuget reference (https://learn.microsoft.com/en-us/nuget/reference/nuspec#icon)

e.g.

<package>
  <metadata>
    ...
    <icon>images\icon.png</icon>
    ...
  </metadata>
  <files>
    ...
    <file src="..\icon.png" target="images\" />
    ...
  </files>
</package>
seehma commented 1 week ago

Currently Twinpack only supports iconUrl. We have registered your request for the icon tag (as described in the nuspec documentation) as feature request and will reach out back to this issue when its implemented.