Skip to content

Commit 30f0d25

Browse files
committed
Update NuGet package descriptions to clarify the difference between packages.
1 parent 811bc67 commit 30f0d25

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/React.AspNet/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
// NuGet info
2929
"authors": [ "Daniel Lo Nigro" ],
30-
"description": "ReactJS tools for ASP.NET 5, including ASP.NET MVC 6. Please refer to project site (http://reactjs.net/) for more details, usage examples and sample code",
30+
"description": "ReactJS tools for ASP.NET 5, including ASP.NET MVC 6. Please refer to project site (http://reactjs.net/) for full installation instructions, usage examples and sample code",
3131
"tags": [ "asp.net", "mvc", "asp", "javascript", "js", "react", "facebook", "reactjs", "vnext" ],
3232
"projectUrl": "http://reactjs.net/"
3333
}

src/React.Web.Mvc3/React.Web.Mvc3.nutrans

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ of patent rights can be found in the PATENTS file in the same directory.
1313
<metadata>
1414
<title xdt:Transform="Insert">ReactJS.NET (MVC 3)</title>
1515
<summary xdt:Transform="Insert">ReactJS tools for ASP.NET MVC 3</summary>
16-
<description xdt:Transform="Insert">ReactJS tools for ASP.NET MVC 3.
16+
<description xdt:Transform="Insert">ReactJS tools for ASP.NET MVC 3. For ASP.NET 5 (vNext) and MVC 6, install React.AspNet instead!
1717
Please refer to project site (http://reactjs.net/) for more details, usage examples and sample code.</description>
1818
</metadata>
1919
<files xdt:Transform="Insert">

src/React.Web.Mvc4/React.Web.Mvc4.nutrans

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ of patent rights can be found in the PATENTS file in the same directory.
1313
<metadata>
1414
<title xdt:Transform="Insert">ReactJS.NET (MVC 4 and 5)</title>
1515
<summary xdt:Transform="Insert">ReactJS tools for ASP.NET MVC 4 and 5</summary>
16-
<description xdt:Transform="Insert">ReactJS tools for ASP.NET MVC 4 and 5.
16+
<description xdt:Transform="Insert">ReactJS tools for ASP.NET MVC 4 and 5. For ASP.NET 5 (vNext) and MVC 6, install React.AspNet instead!
1717
Please refer to project site (http://reactjs.net/) for more details, usage examples and sample code.</description>
1818
</metadata>
1919
<files xdt:Transform="Insert">

src/React.Web/React.Web.nutrans

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ of patent rights can be found in the PATENTS file in the same directory.
1212
xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
1313
<metadata>
1414
<title xdt:Transform="Insert">ReactJS.NET for ASP.NET</title>
15-
<summary xdt:Transform="Insert">ReactJS tools for ASP.NET</summary>
16-
<description xdt:Transform="Insert">ReactJS tools for ASP.NET. If using ASP.NET MVC, also install React.Web.Mvc4.
15+
<summary xdt:Transform="Insert">ReactJS tools for ASP.NET 4</summary>
16+
<description xdt:Transform="Insert">ReactJS tools for ASP.NET. If using ASP.NET MVC, also install React.Web.Mvc4. For ASP.NET 5 (vNext) and MVC 6, install React.AspNet instead!
1717
Please refer to project site (http://reactjs.net/) for more details, usage examples and sample code.
1818
</description>
1919
</metadata>

0 commit comments

Comments
 (0)