azzlack / Microsoft.AspNet.WebApi.MessageHandlers.Compression

Drop-in module for ASP.Net WebAPI that enables GZip and Deflate support
Apache License 2.0
194 stars 54 forks source link

Added signed projects & nuspec files. #48

Closed klauzy closed 7 years ago

klauzy commented 7 years ago

When I need to use the compression library, I found that I can't because the libraries are not signed, and can't be used in signed projects.

For that, I replicated the existing projects & nuspec files, using the same code & signing them.

azzlack commented 7 years ago

Fixes #9

azzlack commented 7 years ago

Will release this to nuget later today

Roemer commented 7 years ago

Is this available on nuget now?

azachert commented 7 years ago

Is the signed version available on nuget?