awesome-inc / FontAwesome.Sharp

A library for using Font Awesome in WPF & Windows Forms applications
Apache License 2.0
376 stars 87 forks source link

FontAwesome.Sharp package (v5.15.4.0) is unsigned #100

Closed Xcoder62 closed 1 year ago

Xcoder62 commented 1 year ago

Describe the bug FontAwesome.Sharp package (v5.15.4.0) is unsigned and therefore our project can not be deployed via Clickonce with the unsigned package.

Expected behavior Once the FontAwesome.Sharp package (v5.15.4.0) is signed and we can deploy our project with Clickonce and include FontAwesome.Sharp.

mkoertgen commented 1 year ago

Hi @Xcoder62 ,

We will not re-sign already published packages. I would suggest to update to a later version (if you can). Other than that you can probably down-grade and use the community package https://www.nuget.org/packages/FontAwesome.Sharp.StrongName

For more details please refer to