ygoe / TxTranslation

Tx Translation & Localisation for .NET and WPF
GNU General Public License v3.0
28 stars 12 forks source link

Referenced assembly 'Unclassified.TxLib' does not have a strong name #2

Open maratoss opened 8 years ago

maratoss commented 8 years ago

Hi! I'm trying to build my application to deploy via clickonce and get following error:

Assembly generation failed -- Referenced assembly 'Unclassified.TxLib' does not have a strong name

Could you sign your assembly and update your nuget package?

ygoe commented 8 years ago

Maybe yes. I never used nor needed strong names but often saw them as an obstacle. I first need to learn what they are and how to use them. Until then you may have to sign it yourself.

maratoss commented 8 years ago

Thanks!

Until then you may have to sign it yourself.

Yes, i did it already

codingdave commented 2 years ago

@maratoss You could use this branch instead, as it is indeed what you ask for: https://github.com/ygoe/TxTranslation/pull/20