lettucebo / MvcDynamicForms

Create dynamic forms in ASP.NET MVC.
52 stars 28 forks source link

Assemblies are not signed #6

Closed CamiloBernal closed 7 years ago

CamiloBernal commented 7 years ago

Hello,

I am trying to use your package with a solution that requires all of our assemblies to be signed. I am unable to build my solution with this package referenced because the assembly it adds is not signed. Is it possible for that to be added?

Thanks,

Camilo

lettucebo commented 7 years ago

Hi

Let me see what I can do

紙鈔魚 [image: Facebook] https://www.facebook.com/lettucebo [image: Twitter] https://twitter.com/abc12207 [image: about.me] http://about.me/money.yu

2016-11-10 6:02 GMT+08:00 Camilo Bernal notifications@github.com:

Hello,

I am trying to use your package with a solution that requires all of our assemblies to be signed. I am unable to build my solution with this package referenced because the assembly it adds is not signed. Is it possible for that to be added?

Thanks,

Camilo

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/lettucebo/MvcDynamicForms/issues/6, or mute the thread https://github.com/notifications/unsubscribe-auth/AA2Z9_L68zh6LD7Hkd0vgCWWzdQrj-wHks5q8kLdgaJpZM4KuCRn .

lettucebo commented 7 years ago

@CamiloBernal

I have sign the assembly and publish a new library(1.1.0) to nuget

let me know if still have problem

thank you

CamiloBernal commented 7 years ago

Great, @lettucebo . Thank you very much, we are already testing the new version.