From 396bef4b6d6a96479b7f71889108969cd31816b4 Mon Sep 17 00:00:00 2001 From: Eilon Lipton Date: Tue, 15 Mar 2016 14:42:37 -0700 Subject: [PATCH] Fix package metadata --- samples/SessionSample/wwwroot/Readme.md | 2 +- src/Microsoft.AspNetCore.Session/project.json | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/samples/SessionSample/wwwroot/Readme.md b/samples/SessionSample/wwwroot/Readme.md index e65d8d9d2c..a13a1e1fe3 100644 --- a/samples/SessionSample/wwwroot/Readme.md +++ b/samples/SessionSample/wwwroot/Readme.md @@ -1 +1 @@ -Sample demonstrating ASP.NET 5 Session middleware. \ No newline at end of file +Sample demonstrating ASP.NET Core Session middleware. \ No newline at end of file diff --git a/src/Microsoft.AspNetCore.Session/project.json b/src/Microsoft.AspNetCore.Session/project.json index e88498c841..9aa2d5beee 100644 --- a/src/Microsoft.AspNetCore.Session/project.json +++ b/src/Microsoft.AspNetCore.Session/project.json @@ -1,6 +1,11 @@ { "version": "1.0.0-*", - "description": "ASP.NET 5 session state middleware.", + "description": "ASP.NET Core session state middleware.", + "tags": [ + "aspnetcore", + "session", + "sessionstate" + ], "repository": { "type": "git", "url": "git://github.com/aspnet/session" @@ -21,7 +26,7 @@ "xmlDoc": true }, "frameworks": { - "net451": {}, + "net451": { }, "netstandard1.3": { "dependencies": { "System.Security.Cryptography.Algorithms": "4.0.0-*"