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

Commit 028a235

Browse files
committed
Added description in project.json for all projects
1 parent 07ff6eb commit 028a235

File tree

8 files changed

+8
-0
lines changed

8 files changed

+8
-0
lines changed

src/Microsoft.AspNet.Mvc.Core/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"description": "The core runtime components of ASP.NET MVC.",
23
"version": "6.0.0-*",
34
"compilationOptions": {
45
"warningsAsErrors": true

src/Microsoft.AspNet.Mvc.HeaderValueAbstractions/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"description": "Temporary abstractions for working with header values in ASP.NET MVC. These abstractions will be replaced by core HTTP abstractions in ASP.NET in a future release.",
23
"version": "1.0.0-*",
34
"dependencies": { },
45
"frameworks": {

src/Microsoft.AspNet.Mvc.ModelBinding/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"description": "The ASP.NET MVC model binding components for binding data from a request to an object model.",
23
"version": "6.0.0-*",
34
"compilationOptions": {
45
"warningsAsErrors": true

src/Microsoft.AspNet.Mvc.Razor.Host/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"description": "Design time hosting infrastructure for the ASP.NET MVC Razor view engine.",
23
"version": "6.0.0-*",
34
"compilationOptions": {
45
"warningsAsErrors": true

src/Microsoft.AspNet.Mvc.Razor/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"description": "The Razor view engine for ASP.NET MVC.",
23
"version": "6.0.0-*",
34
"compilationOptions": {
45
"warningsAsErrors": false

src/Microsoft.AspNet.Mvc.TagHelpers/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"description": "Contains a default set of Tag Helpers for building ASP.NET MVC applications.",
23
"version": "6.0.0-*",
34
"compilationOptions": {
45
"warningsAsErrors": true

src/Microsoft.AspNet.Mvc.WebApiCompatShim/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"description": "Provides compatibility in ASP.NET MVC with ASP.NET Web API 2 to simplify migration of existing Web API implementations.",
23
"version": "6.0.0-*",
34
"compilationOptions": {
45
"warningsAsErrors": false

src/Microsoft.AspNet.Mvc/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"description": "ASP.NET MVC is a web framework that gives you a powerful, patterns-based way to build dynamic websites and Web APIs. ASP.NET MVC enables a clean separation of concerns and gives you full control over markup.",
23
"version": "6.0.0-*",
34
"compilationOptions": {
45
"warningsAsErrors": true

0 commit comments

Comments
 (0)