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

Commit

Permalink
Added description in project.json for all projects
Browse files Browse the repository at this point in the history
  • Loading branch information
kirthik committed Oct 29, 2014
1 parent 07ff6eb commit 028a235
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Microsoft.AspNet.Mvc.Core/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"description": "The core runtime components of ASP.NET MVC.",
"version": "6.0.0-*",
"compilationOptions": {
"warningsAsErrors": true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"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.",
"version": "1.0.0-*",
"dependencies": { },
"frameworks": {
Expand Down
1 change: 1 addition & 0 deletions src/Microsoft.AspNet.Mvc.ModelBinding/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"description": "The ASP.NET MVC model binding components for binding data from a request to an object model.",
"version": "6.0.0-*",
"compilationOptions": {
"warningsAsErrors": true
Expand Down
1 change: 1 addition & 0 deletions src/Microsoft.AspNet.Mvc.Razor.Host/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"description": "Design time hosting infrastructure for the ASP.NET MVC Razor view engine.",
"version": "6.0.0-*",
"compilationOptions": {
"warningsAsErrors": true
Expand Down
1 change: 1 addition & 0 deletions src/Microsoft.AspNet.Mvc.Razor/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"description": "The Razor view engine for ASP.NET MVC.",
"version": "6.0.0-*",
"compilationOptions": {
"warningsAsErrors": false
Expand Down
1 change: 1 addition & 0 deletions src/Microsoft.AspNet.Mvc.TagHelpers/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"description": "Contains a default set of Tag Helpers for building ASP.NET MVC applications.",
"version": "6.0.0-*",
"compilationOptions": {
"warningsAsErrors": true
Expand Down
1 change: 1 addition & 0 deletions src/Microsoft.AspNet.Mvc.WebApiCompatShim/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"description": "Provides compatibility in ASP.NET MVC with ASP.NET Web API 2 to simplify migration of existing Web API implementations.",
"version": "6.0.0-*",
"compilationOptions": {
"warningsAsErrors": false
Expand Down
1 change: 1 addition & 0 deletions src/Microsoft.AspNet.Mvc/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"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.",
"version": "6.0.0-*",
"compilationOptions": {
"warningsAsErrors": true
Expand Down

0 comments on commit 028a235

Please sign in to comment.