perpetualKid / GetText.NET

A .NET Standard cross-platform implementation of GNU Gettext
Other
34 stars 11 forks source link

Strong name signing assemblies #47

Closed PatrizioG closed 1 year ago

PatrizioG commented 1 year ago

We want our project to output strong named assemblies, but to do that all our references need to be strong-named as well. Can you strong-name sign the assemblies? Thanks in advance

perpetualKid commented 1 year ago

published in https://www.nuget.org/packages/GetText.NET/1.8.7

PatrizioG commented 1 year ago

It works like a charm, thank you