jason-roberts / FeatureToggle

Simple, reliable feature toggles in .NET
http://dontcodetired.com/blog/?tag=/featuretoggle
Apache License 2.0
687 stars 111 forks source link

featuretoggle and core are not signed #124

Closed msekkappan closed 8 years ago

msekkappan commented 8 years ago

Our application requires the dlls to be signed, featuretoggle.dll and featuretoggle.core.dll that comes from Nuget are not signed. I was able to download the source code, sign it with key and use it in our application. But, we really want to get the dll referenced from Nuget. Would you be able to put signed dlls on Nuget?

Thank you, msekkappan

jason-roberts commented 8 years ago

Hi @msekkappan - please see https://github.com/jason-roberts/FeatureToggle/issues/75 - I may consider this again in the future but for now this is not on the roadmap