Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Commit 7f1135c

Browse files
committed
Bump version to 1.0.0-*
1 parent b6f4207 commit 7f1135c

File tree

9 files changed

+17
-37
lines changed

9 files changed

+17
-37
lines changed

src/Microsoft.AspNet.FeatureModel/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.1-alpha-*",
2+
"version": "1.0.0-*",
33
"dependencies": {},
44
"configurations": {
55
"net45": {},

src/Microsoft.AspNet.Http/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"version": "0.1-alpha-*",
2+
"version": "1.0.0-*",
33
"dependencies": {},
44
"configurations": {
55
"net45": {},
66
"k10": {
77
"dependencies": {
8-
"Microsoft.Net.WebSocketAbstractions": "0.1-alpha-*",
8+
"Microsoft.Net.WebSocketAbstractions": "1.0.0-*",
99
"System.Collections": "4.0.0.0",
1010
"System.ComponentModel": "4.0.0.0",
1111
"System.Diagnostics.Tools": "4.0.0.0",
@@ -16,7 +16,7 @@
1616
"System.Runtime": "4.0.20.0",
1717
"System.Runtime.Extensions": "4.0.10.0",
1818
"System.Runtime.InteropServices": "4.0.20.0",
19-
"System.Security.Claims": "0.1-alpha-*",
19+
"System.Security.Claims": "1.0.0-*",
2020
"System.Security.Principal" : "4.0.0.0",
2121
"System.Threading.Tasks": "4.0.10.0"
2222
}

src/Microsoft.AspNet.HttpFeature/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"version": "0.1-alpha-*",
2+
"version": "1.0.0-*",
33
"configurations": {
44
"net45": {},
55
"k10": {
66
"dependencies": {
7-
"Microsoft.Net.WebSocketAbstractions": "0.1-alpha-*",
7+
"Microsoft.Net.WebSocketAbstractions": "1.0.0-*",
88
"System.IO": "4.0.0.0",
99
"System.Net.Primitives": "4.0.10.0",
1010
"System.Runtime": "4.0.20.0",
1111
"System.Runtime.InteropServices": "4.0.20.0",
12-
"System.Security.Claims": "0.1-alpha-*",
12+
"System.Security.Claims": "1.0.0-*",
1313
"System.Security.Cryptography.X509Certificates": "4.0.0.0",
1414
"System.Security.Principal": "4.0.0.0",
1515
"System.Threading.Tasks": "4.0.10.0"

src/Microsoft.AspNet.Owin/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.1-alpha-*",
2+
"version": "1.0.0-*",
33
"dependencies": {
44
"Microsoft.AspNet.Http": "",
55
"Microsoft.AspNet.FeatureModel": "",
@@ -20,7 +20,7 @@
2020
"System.Runtime": "4.0.20.0",
2121
"System.Runtime.Extensions": "4.0.10.0",
2222
"System.Runtime.InteropServices": "4.0.20.0",
23-
"System.Security.Claims": "0.1-alpha-*",
23+
"System.Security.Claims": "1.0.0-*",
2424
"System.Security.Cryptography.X509Certificates": "4.0.0.0",
2525
"System.Security.Principal" : "4.0.0.0",
2626
"System.Threading.Tasks": "4.0.10.0"

src/Microsoft.AspNet.PipelineCore/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
{
3-
"version": "0.1-alpha-*",
3+
"version": "1.0.0-*",
44
"dependencies": {
55
"Microsoft.AspNet.FeatureModel": "",
66
"Microsoft.AspNet.Http": "",
@@ -10,7 +10,7 @@
1010
"net45": {},
1111
"k10": {
1212
"dependencies": {
13-
"Microsoft.Net.WebSocketAbstractions": "0.1-alpha-*",
13+
"Microsoft.Net.WebSocketAbstractions": "1.0.0-*",
1414
"System.Collections": "4.0.0.0",
1515
"System.ComponentModel": "4.0.0.0",
1616
"System.Diagnostics.Debug": "4.0.10.0",
@@ -21,7 +21,7 @@
2121
"System.Runtime": "4.0.20.0",
2222
"System.Runtime.Extensions": "4.0.10.0",
2323
"System.Runtime.InteropServices": "4.0.20.0",
24-
"System.Security.Claims": "0.1-alpha-*",
24+
"System.Security.Claims": "1.0.0-*",
2525
"System.Security.Principal" : "4.0.0.0",
2626
"System.Text.Encoding": "4.0.20.0",
2727
"System.Threading.Tasks": "4.0.10.0"

test/Microsoft.AspNet.FeatureModel.Tests/project.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
{
2-
"version": "0.1-alpha-*",
32
"dependencies": {
43
"Microsoft.AspNet.FeatureModel": "",
54
"Microsoft.AspNet.Http": "",
65
"Microsoft.AspNet.HttpFeature": "",
7-
"xunit.abstractions": "2.0.0-aspnet-*",
8-
"xunit.assert": "2.0.0-aspnet-*",
9-
"xunit.core": "2.0.0-aspnet-*",
10-
"xunit.execution": "2.0.0-aspnet-*",
11-
"Xunit.KRunner": "0.1-alpha-*"
6+
"Xunit.KRunner": "1.0.0-*"
127
},
138
"commands": {
149
"test": "Xunit.KRunner"

test/Microsoft.AspNet.Http.Tests/project.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
{
2-
"version": "0.1-alpha-*",
32
"dependencies": {
43
"Microsoft.AspNet.Http": "",
54
"Microsoft.AspNet.HttpFeature": "",
65
"Microsoft.AspNet.PipelineCore": "",
7-
"Microsoft.AspNet.Testing": "0.1-alpha-*",
8-
"xunit.abstractions": "2.0.0-aspnet-*",
9-
"xunit.assert": "2.0.0-aspnet-*",
10-
"xunit.core": "2.0.0-aspnet-*",
11-
"xunit.execution": "2.0.0-aspnet-*",
12-
"Xunit.KRunner": "0.1-alpha-*"
6+
"Microsoft.AspNet.Testing": "1.0.0-*",
7+
"Xunit.KRunner": "1.0.0-*"
138
},
149
"commands": {
1510
"test": "Xunit.KRunner"

test/Microsoft.AspNet.Owin.Tests/project.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
{
2-
"version": "0.1-alpha-*",
32
"dependencies": {
43
"Microsoft.AspNet.FeatureModel": "",
54
"Microsoft.AspNet.Http": "",
65
"Microsoft.AspNet.HttpFeature": "",
76
"Microsoft.AspNet.Owin": "",
87
"Microsoft.AspNet.PipelineCore": "",
9-
"xunit.abstractions": "2.0.0-aspnet-*",
10-
"xunit.assert": "2.0.0-aspnet-*",
11-
"xunit.core": "2.0.0-aspnet-*",
12-
"xunit.execution": "2.0.0-aspnet-*",
13-
"Xunit.KRunner": "0.1-alpha-*"
8+
"Xunit.KRunner": "1.0.0-*"
149
},
1510
"commands": {
1611
"test": "Xunit.KRunner"

test/Microsoft.AspNet.PipelineCore.Tests/project.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
{
2-
"version": "0.1-alpha-*",
32
"dependencies": {
43
"Microsoft.AspNet.FeatureModel": "",
54
"Microsoft.AspNet.Http": "",
65
"Microsoft.AspNet.HttpFeature": "",
76
"Microsoft.AspNet.PipelineCore": "",
8-
"xunit.abstractions": "2.0.0-aspnet-*",
9-
"xunit.assert": "2.0.0-aspnet-*",
10-
"xunit.core": "2.0.0-aspnet-*",
11-
"xunit.execution": "2.0.0-aspnet-*",
12-
"Xunit.KRunner": "0.1-alpha-*"
7+
"Xunit.KRunner": "1.0.0-*"
138
},
149
"commands": {
1510
"test": "Xunit.KRunner"

0 commit comments

Comments
 (0)