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

Commit

Permalink
Updated package descriptions for the HttpOveride and Rewrite middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelm12 authored Oct 17, 2016
1 parent 5f2e94f commit 061f22b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Microsoft.AspNetCore.HttpOverrides/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"xmlDoc": true
},
"description": "ASP.NET Core basic middleware for:\r\nX-Forwarded-* headers to forward headers from a proxy.\r\nHTTP method override header.",
"description": "ASP.NET Core basic middleware for supporting HTTP method overrides. Includes:\r\n* X-Forwarded-* headers to forward headers from a proxy.\r\n* HTTP method override header.",
"packOptions": {
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.AspNetCore.Rewrite/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"xmlDoc": true
},
"description": "ASP.NET Core basic middleware for:\r\nRewrite Url module.",
"description": "ASP.NET Core basic middleware for rewriting URLs. Includes:\r\n* Support for custom URL rewrite rules\r\n* Support for running IIS URL Rewrite module rules\r\n* Support for running Apache mod_rewrite rules.",
"packOptions": {
"repository": {
"type": "git",
Expand Down

0 comments on commit 061f22b

Please sign in to comment.