Bump version to 1.0.0-*
This commit is contained in:
parent
f938a6ad75
commit
6d56ee2471
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "0.1-alpha-*",
|
"version": "1.0.0-*",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.WebSockets.Protocol": ""
|
"Microsoft.AspNet.WebSockets.Protocol": ""
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"version": "0.1-alpha-*",
|
"version": "1.0.0-*",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.Http": "0.1-alpha-*",
|
"Microsoft.AspNet.Http": "1.0.0-*",
|
||||||
"Microsoft.AspNet.HttpFeature": "0.1-alpha-*",
|
"Microsoft.AspNet.HttpFeature": "1.0.0-*",
|
||||||
"Microsoft.AspNet.WebSockets.Protocol": ""
|
"Microsoft.AspNet.WebSockets.Protocol": ""
|
||||||
},
|
},
|
||||||
"configurations" : {
|
"configurations" : {
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
{
|
{
|
||||||
"version": "0.1-alpha-*",
|
"version": "1.0.0-*",
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"net45": { },
|
"net45": { },
|
||||||
"k10": {
|
"k10": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.Net.WebSocketAbstractions": "0.1-alpha-*",
|
"Microsoft.Net.WebSocketAbstractions": "1.0.0-*",
|
||||||
"System.Diagnostics.Contracts": "4.0.0.0",
|
"System.Diagnostics.Contracts": "4.0.0.0",
|
||||||
"System.Linq": "4.0.0.0",
|
"System.Linq": "4.0.0.0",
|
||||||
"System.Runtime": "4.0.20.0",
|
"System.Runtime": "4.0.20.0",
|
||||||
|
|
|
||||||
|
|
@ -2,11 +2,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.WebSockets.Protocol": "",
|
"Microsoft.AspNet.WebSockets.Protocol": "",
|
||||||
"Microsoft.AspNet.WebSockets.Client": "",
|
"Microsoft.AspNet.WebSockets.Client": "",
|
||||||
"xunit.abstractions": "2.0.0-aspnet-*",
|
"Xunit.KRunner": "1.0.0-*"
|
||||||
"xunit.assert": "2.0.0-aspnet-*",
|
|
||||||
"xunit.core": "2.0.0-aspnet-*",
|
|
||||||
"xunit.execution": "2.0.0-aspnet-*",
|
|
||||||
"Xunit.KRunner": "0.1-alpha-*"
|
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"net45": {
|
"net45": {
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,7 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.WebSockets.Protocol": "",
|
"Microsoft.AspNet.WebSockets.Protocol": "",
|
||||||
"xunit.abstractions": "2.0.0-aspnet-*",
|
"Xunit.KRunner": "1.0.0-*"
|
||||||
"xunit.assert": "2.0.0-aspnet-*",
|
|
||||||
"xunit.core": "2.0.0-aspnet-*",
|
|
||||||
"xunit.execution": "2.0.0-aspnet-*",
|
|
||||||
"Xunit.KRunner": "0.1-alpha-*"
|
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"net45": {
|
"net45": {
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
{
|
{
|
||||||
"version": "0.1-alpha-*",
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.WebSockets.Protocol": "",
|
"Microsoft.AspNet.WebSockets.Protocol": "",
|
||||||
"Microsoft.AspNet.WebSockets.Client": ""
|
"Microsoft.AspNet.WebSockets.Client": ""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue