bryceg / Owin.WebSocket

A library for handling OWIN WebSocket connections
MIT License
47 stars 27 forks source link

Owin.WebSocket NuGet Package isn't signed #12

Open admsugar opened 9 years ago

admsugar commented 9 years ago

The assemblies coming with the NuGet package aren't signed. This means signed assemblies can't depend on them. It would be nice to have a signed version of this package out.

Error "Assembly generation failed -- Referenced assembly 'Owin.WebSocket' does not have a strong name"

Did sign it myself but figured it was worth noting.

bryceg commented 9 years ago

I'll take a look at this soon, see if I can get a signed version available.