Bump version to 1.0.0-*
This commit is contained in:
parent
cef4a3ec05
commit
a0a0db9856
|
|
@ -1,10 +1,9 @@
|
||||||
{
|
{
|
||||||
"version": "0.1-alpha-*",
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Helios": "0.1-alpha-*",
|
"Helios": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Routing" : "",
|
"Microsoft.AspNet.Routing" : "",
|
||||||
"Microsoft.AspNet.RequestContainer": "0.1-alpha-*",
|
"Microsoft.AspNet.RequestContainer": "1.0.0-*",
|
||||||
"Microsoft.Framework.OptionsModel": "0.1-alpha-*"
|
"Microsoft.Framework.OptionsModel": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"net45": { },
|
"net45": { },
|
||||||
|
|
|
||||||
|
|
@ -1,13 +1,13 @@
|
||||||
{
|
{
|
||||||
"version": "0.1-alpha-*",
|
"version": "1.0.0-*",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"warningsAsErrors": true
|
"warningsAsErrors": true
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.Http": "0.1-alpha-*",
|
"Microsoft.AspNet.Http": "1.0.0-*",
|
||||||
"Microsoft.Framework.DependencyInjection" : "0.1-alpha-*",
|
"Microsoft.Framework.DependencyInjection" : "1.0.0-*",
|
||||||
"Microsoft.AspNet.RequestContainer": "0.1-alpha-*",
|
"Microsoft.AspNet.RequestContainer": "1.0.0-*",
|
||||||
"Microsoft.Framework.OptionsModel": "0.1-alpha-*"
|
"Microsoft.Framework.OptionsModel": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"net45": {},
|
"net45": {},
|
||||||
|
|
|
||||||
|
|
@ -1,17 +1,12 @@
|
||||||
{
|
{
|
||||||
"version": "0.1-alpha-*",
|
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"warningsAsErrors": true
|
"warningsAsErrors": true
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.Http" : "0.1-alpha-*",
|
"Microsoft.AspNet.Http" : "1.0.0-*",
|
||||||
"Microsoft.AspNet.Routing" : "",
|
"Microsoft.AspNet.Routing" : "",
|
||||||
"Microsoft.AspNet.Testing" : "0.1-alpha-*",
|
"Microsoft.AspNet.Testing" : "1.0.0-*",
|
||||||
"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": {
|
||||||
"k10": {
|
"k10": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue