axuno / SmartFormat

A lightweight text templating library written in C# which can be a drop-in replacement for string.Format
Other
1.1k stars 105 forks source link

Signed version of nu-get package #54

Closed LSTANCZYK closed 8 years ago

LSTANCZYK commented 9 years ago

Can you please add SNK to the dll in the nuget package?

SeriousM commented 9 years ago

Just the snk? Am 23.04.2015 00:06 schrieb "LSTANCZYK" notifications@github.com:

Can you please add SNK to the dll in the nuget package?

— Reply to this email directly or view it on GitHub https://github.com/scottrippey/SmartFormat.NET/issues/54.

christso commented 8 years ago

Hi, I get the error "Could not load file or assembly 'SmartFormat, Version=1.6.1.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. A strongly-named assembly is required. (Exception from HRESULT: 0x80131044)" when I try to use it in another project that is strong-named. Can you please strong-name your assembly?

SeriousM commented 8 years ago

As proposed from another user or another project of mine:

You can use the StrongNameSigner to sign it your self.