Merge branch 'release' into dev

This commit is contained in:
Cesar Blum Silveira 2015-11-03 13:10:01 -08:00
commit 2ffa50a80b
4 changed files with 8 additions and 2 deletions

View File

@ -6,7 +6,8 @@
"url": "git://github.com/aspnet/websockets"
},
"compilationOptions": {
"warningsAsErrors": true
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*"

View File

@ -6,7 +6,8 @@
"url": "git://github.com/aspnet/websockets"
},
"compilationOptions": {
"warningsAsErrors": true
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
},
"frameworks": {
"net451": {},

View File

@ -1,5 +1,9 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
},
"description": "ASP.NET 5 web socket middleware for use on top of opaque servers.",
"repository": {
"type": "git",

BIN
tools/Key.snk Normal file

Binary file not shown.