dwmkerr / consolecontrol

ConsoleControl is a C# class library that lets you embed a console in a WinForms or WPF application.
MIT License
723 stars 169 forks source link

Unable to use Nuget package in signed application #15

Closed camalot closed 9 years ago

camalot commented 9 years ago

Referenced assembly 'ConsoleControl' does not have a string name.

My application is signed, I cannot use the nuget package of ConsoleControl because it is not signed.

dwmkerr commented 9 years ago

Thanks for raising this issue, the assembly should be signed indeed, I'll sort that now.

dwmkerr commented 9 years ago

Fixed in 1.1, will be released shortly.