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

Commit 1860fee

Browse files
committed
Added package descriptions
1 parent 60a1c78 commit 1860fee

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

src/Microsoft.AspNet.Session/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 session state middleware.",
34
"dependencies": {
45
"Microsoft.AspNet.Http": "1.0.0-*",
56
"Microsoft.AspNet.Http.Extensions": "1.0.0-*",

src/Microsoft.Framework.Cache.Distributed/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 distributed cache abstractions.",
34
"dependencies": {
45
"Microsoft.Framework.Cache.Memory": "1.0.0-*",
56
"Microsoft.Framework.Runtime.Interfaces": "1.0.0-*"

src/Microsoft.Framework.Cache.Memory/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 in memory cache abstractions and implementation.",
34
"dependencies": {
45
"Microsoft.Framework.OptionsModel": "1.0.0-*",
56
"Microsoft.Framework.Runtime.Interfaces": "1.0.0-*"

src/Microsoft.Framework.Cache.Redis/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 distributed cache implementation on Redis.",
34
"dependencies": {
45
"Microsoft.Framework.Cache.Distributed": "1.0.0-*",
56
"StackExchange.Redis": "1.0.333"

0 commit comments

Comments
 (0)