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

Commit faf98f8

Browse files
committed
Bump version to 1.0.0-*
1 parent 8841f64 commit faf98f8

File tree

4 files changed

+29
-35
lines changed

4 files changed

+29
-35
lines changed

samples/CookieSample/project.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
{
2-
"version": "0.1-alpha-*",
32
"dependencies": {
4-
"Microsoft.AspNet.FeatureModel": "0.1-alpha-*",
5-
"Microsoft.AspNet.Hosting": "0.1-alpha-*",
6-
"Microsoft.AspNet.Http": "0.1-alpha-*",
7-
"Microsoft.AspNet.HttpFeature": "0.1-alpha-*",
8-
"Microsoft.AspNet.PipelineCore": "0.1-alpha-*",
9-
"Microsoft.AspNet.RequestContainer": "0.1-alpha-*",
3+
"Microsoft.AspNet.FeatureModel": "1.0.0-*",
4+
"Microsoft.AspNet.Hosting": "1.0.0-*",
5+
"Microsoft.AspNet.Http": "1.0.0-*",
6+
"Microsoft.AspNet.HttpFeature": "1.0.0-*",
7+
"Microsoft.AspNet.PipelineCore": "1.0.0-*",
8+
"Microsoft.AspNet.RequestContainer": "1.0.0-*",
109
"Microsoft.AspNet.Security": "",
1110
"Microsoft.AspNet.Security.Cookies": "",
12-
"Microsoft.AspNet.Server.WebListener": "0.1-alpha-*",
13-
"Microsoft.Framework.DependencyInjection": "0.1-alpha-*"
11+
"Microsoft.AspNet.Server.WebListener": "1.0.0-*",
12+
"Microsoft.Framework.DependencyInjection": "1.0.0-*"
1413
},
1514
"commands": { "web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:12345" },
1615
"configurations": {

src/Microsoft.AspNet.Security.Cookies/project.json

Lines changed: 10 additions & 10 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
"dependencies": {
4-
"Microsoft.AspNet.FeatureModel": "0.1-alpha-*",
5-
"Microsoft.AspNet.Http": "0.1-alpha-*",
6-
"Microsoft.AspNet.HttpFeature": "0.1-alpha-*",
7-
"Microsoft.AspNet.PipelineCore": "0.1-alpha-*",
8-
"Microsoft.AspNet.RequestContainer": "0.1-alpha-*",
4+
"Microsoft.AspNet.FeatureModel": "1.0.0-*",
5+
"Microsoft.AspNet.Http": "1.0.0-*",
6+
"Microsoft.AspNet.HttpFeature": "1.0.0-*",
7+
"Microsoft.AspNet.PipelineCore": "1.0.0-*",
8+
"Microsoft.AspNet.RequestContainer": "1.0.0-*",
99
"Microsoft.AspNet.Security": "",
10-
"Microsoft.AspNet.Security.DataProtection": "0.1-alpha-*",
11-
"Microsoft.Framework.DependencyInjection": "0.1-alpha-*",
12-
"Microsoft.Framework.Logging": "0.1-alpha-*",
10+
"Microsoft.AspNet.Security.DataProtection": "1.0.0-*",
11+
"Microsoft.Framework.DependencyInjection": "1.0.0-*",
12+
"Microsoft.Framework.Logging": "1.0.0-*",
1313
"Newtonsoft.Json": "5.0.8"
1414
},
1515
"configurations": {
@@ -30,7 +30,7 @@
3030
"System.Runtime": "4.0.20.0",
3131
"System.Runtime.Extensions": "4.0.10.0",
3232
"System.Runtime.InteropServices": "4.0.20.0",
33-
"System.Security.Claims": "0.1-alpha-*",
33+
"System.Security.Claims": "1.0.0-*",
3434
"System.Security.Principal" : "4.0.0.0",
3535
"System.Threading": "4.0.0.0",
3636
"System.Threading.Tasks": "4.0.10.0"

src/Microsoft.AspNet.Security/project.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"version": "0.1-alpha-*",
2+
"version": "1.0.0-*",
33
"dependencies": {
4-
"Microsoft.AspNet.FeatureModel": "0.1-alpha-*",
5-
"Microsoft.AspNet.Http": "0.1-alpha-*",
6-
"Microsoft.AspNet.HttpFeature": "0.1-alpha-*",
7-
"Microsoft.AspNet.PipelineCore": "0.1-alpha-*",
8-
"Microsoft.AspNet.Security.DataProtection": "0.1-alpha-*",
9-
"Microsoft.Framework.DependencyInjection": "0.1-alpha-*",
10-
"Microsoft.Framework.Logging": "0.1-alpha-*"
4+
"Microsoft.AspNet.FeatureModel": "1.0.0-*",
5+
"Microsoft.AspNet.Http": "1.0.0-*",
6+
"Microsoft.AspNet.HttpFeature": "1.0.0-*",
7+
"Microsoft.AspNet.PipelineCore": "1.0.0-*",
8+
"Microsoft.AspNet.Security.DataProtection": "1.0.0-*",
9+
"Microsoft.Framework.DependencyInjection": "1.0.0-*",
10+
"Microsoft.Framework.Logging": "1.0.0-*"
1111
},
1212
"configurations": {
1313
"net45": {},
@@ -27,7 +27,7 @@
2727
"System.Runtime": "4.0.20.0",
2828
"System.Runtime.Extensions": "4.0.10.0",
2929
"System.Runtime.InteropServices": "4.0.20.0",
30-
"System.Security.Claims": "0.1-alpha-*",
30+
"System.Security.Claims": "1.0.0-*",
3131
"System.Security.Cryptography.RandomNumberGenerator" : "4.0.0.0",
3232
"System.Security.Principal" : "4.0.0.0",
3333
"System.Threading": "4.0.0.0",

test/Microsoft.AspNet.Security.Test/project.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
{
2-
"version" : "0.1-alpha-*",
32
"compilationOptions": {
43
"warningsAsErrors": true
54
},
65
"dependencies": {
7-
"Microsoft.AspNet.Security" : "0.1-alpha-*",
6+
"Microsoft.AspNet.Security" : "",
87
"Moq": "4.2.1312.1622",
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"

0 commit comments

Comments
 (0)