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

Commit 5696f3f

Browse files
committed
Merge branch 'release' into dev
2 parents fee2205 + 3bbdce3 commit 5696f3f

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

src/Microsoft.AspNet.FeatureModel/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"version": "1.0.0-*",
3+
"description": "ASP.NET 5 HTTP feature infrastructure.",
34
"dependencies": {
45
"Microsoft.Framework.Runtime.Interfaces": "1.0.0-*"
56
},

src/Microsoft.AspNet.Http.Extensions/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"version": "1.0.0-*",
3+
"description": "ASP.NET 5 common extension methods for HTTP abstractions and IApplicationBuilder.",
34
"dependencies": {
45
"Microsoft.AspNet.Http": "1.0.0-*",
56
"Microsoft.Framework.DependencyInjection": "1.0.0-*"

src/Microsoft.AspNet.Http/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"version": "1.0.0-*",
3+
"description": "ASP.NET 5 HTTP object model. HttpContext and family.",
34
"dependencies": {},
45
"frameworks": {
56
"aspnet50": {},

src/Microsoft.AspNet.HttpFeature/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"version": "1.0.0-*",
3+
"description": "ASP.NET 5 HTTP feature interface definitions.",
34
"frameworks": {
45
"aspnet50": {},
56
"aspnetcore50": {

src/Microsoft.AspNet.Owin/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"version": "1.0.0-*",
3+
"description": "ASP.NET 5 component for running OWIN middleware.",
34
"dependencies": {
45
"Microsoft.AspNet.Http": "1.0.0-*",
56
"Microsoft.AspNet.FeatureModel": "1.0.0-*",

src/Microsoft.AspNet.PipelineCore/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
{
33
"version": "1.0.0-*",
4+
"description": "ASP.NET 5 HTTP feature implementations.",
45
"dependencies": {
56
"Microsoft.AspNet.FeatureModel": "1.0.0-*",
67
"Microsoft.AspNet.Http": "1.0.0-*",

src/Microsoft.AspNet.WebUtilities/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"version": "1.0.0-*",
3+
"description": "ASP.NET 5 common helper methods such as URL encoding.",
34
"dependencies": {
45
"Microsoft.AspNet.Http": "1.0.0-*"
56
},

0 commit comments

Comments
 (0)