srkirkland / Inflector

Tests for Inflector .NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to use the published version in environments requiring strong name/signed assemblies.

opened this issue · comments

I use the library in a VS Package and that environment requires assemblies to be signed. I've got a work around by simply embedding the Inflector class in my code (attributed) but that feels dirty. It would be great if you could strong-name and publish the updated/signed version to NuGet. Thanks.