Skip to content

Commit 273060e

Browse files
committed
projects renamed
1 parent ccf84d9 commit 273060e

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

  • src/PartialResponse.AspNetCore.Mvc.Formatters.Json
  • test/PartialResponse.AspNetCore.Mvc.Formatters.Json.Test

src/PartialResponse.AspNetCore.Mvc/project.json renamed to src/PartialResponse.AspNetCore.Mvc.Formatters.Json/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"packOptions": {
3-
"summary": "Microsoft ASP.NET Core MVC Partial Response",
4-
"tags": [ "aspnetcore", "aspnetcoremvc", "partial", "response", "partialresponse", "fields" ],
3+
"summary": "ASP.NET Core MVC formatter for partial response (fields) JSON output.",
4+
"tags": [ "aspnetcore", "aspnetcoremvc", "json", "partial", "response", "partialresponse", "fields" ],
55
"owners": [ "dotarj" ],
66
"projectUrl": "https://github.com/dotarj/PartialResponse",
77
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0",
@@ -12,8 +12,8 @@
1212
},
1313
"version": "1.0.0",
1414
"authors": [ "Arjen Post" ],
15-
"title": "PartialResponse.AspNetCore.Mvc",
16-
"description": "Microsoft ASP.NET Core MVC Partial Response",
15+
"title": "PartialResponse.AspNetCore.Mvc.Formatters.Json",
16+
"description": "ASP.NET Core MVC formatter for partial response (fields) JSON output.",
1717
"buildOptions": {
1818
"warningsAsErrors": true
1919
},

test/PartialResponse.AspNetCore.Mvc.Test/project.json renamed to test/PartialResponse.AspNetCore.Mvc.Formatters.Json.Test/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"PartialResponse.AspNetCore.Mvc": {
3+
"PartialResponse.AspNetCore.Mvc.Formatters.Json": {
44
"target": "project"
55
},
66
"xunit": "2.2.0-beta2-build3300",

0 commit comments

Comments
 (0)