Updating to dev versions

This commit is contained in:
Pranav K 2016-06-16 10:18:52 -07:00
parent c84849464e
commit 38ba07487a
8 changed files with 18 additions and 18 deletions

View File

@ -1,5 +1,5 @@
{
"version": "0.1.0-*",
"version": "0.2.0-*",
"description": "Client for communicating over web sockets.",
"packOptions": {
"repository": {
@ -16,7 +16,7 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.WebSockets.Protocol": "0.1.0-*"
"Microsoft.AspNetCore.WebSockets.Protocol": "0.2.0-*"
},
"frameworks": {
"net451": {}

View File

@ -1,5 +1,5 @@
{
"version": "0.1.0-*",
"version": "0.2.0-*",
"description": "Managed web socket protocol parser.",
"packOptions": {
"repository": {

View File

@ -1,5 +1,5 @@
{
"version": "0.1.0-*",
"version": "0.2.0-*",
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
@ -16,9 +16,9 @@
}
},
"dependencies": {
"Microsoft.AspNetCore.Http.Extensions": "1.0.0-*",
"Microsoft.AspNetCore.WebSockets.Protocol": "0.1.0-*",
"Microsoft.Extensions.Options": "1.0.0-*"
"Microsoft.AspNetCore.Http.Extensions": "1.1.0-*",
"Microsoft.AspNetCore.WebSockets.Protocol": "0.2.0-*",
"Microsoft.Extensions.Options": "1.1.0-*"
},
"frameworks": {
"net451": {},

View File

@ -3,7 +3,7 @@
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.AspNetCore.WebSockets.Client": "0.1.0-*"
"Microsoft.AspNetCore.WebSockets.Client": "0.2.0-*"
},
"frameworks": {
"net451": {}

View File

@ -1,8 +1,8 @@
{
"dependencies": {
"Microsoft.AspNetCore.WebSockets.Server": "0.1.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
"Microsoft.AspNetCore.WebSockets.Server": "0.2.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*"
},
"buildOptions": {
"emitEntryPoint": true

View File

@ -1,10 +1,10 @@
{
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.AspNetCore.WebSockets.Client": "0.1.0-*",
"Microsoft.AspNetCore.WebSockets.Server": "0.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.AspNetCore.WebSockets.Client": "0.2.0-*",
"Microsoft.AspNetCore.WebSockets.Server": "0.2.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
"Microsoft.AspNetCore.Testing": "1.1.0-*",
"xunit": "2.1.0"
},
"testRunner": "xunit",

View File

@ -1,7 +1,7 @@
{
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.AspNetCore.WebSockets.Protocol": "0.1.0-*",
"Microsoft.AspNetCore.WebSockets.Protocol": "0.2.0-*",
"xunit": "2.1.0"
},
"testRunner": "xunit",

View File

@ -1,7 +1,7 @@
{
"dependencies": {
"Microsoft.AspNetCore.WebSockets.Protocol": "0.1.0-*",
"Microsoft.AspNetCore.WebSockets.Client": "0.1.0-*"
"Microsoft.AspNetCore.WebSockets.Protocol": "0.2.0-*",
"Microsoft.AspNetCore.WebSockets.Client": "0.2.0-*"
},
"frameworks": {
"net451": {}