Skip to content

Commit ae7dedb

Browse files
committed
Add summaries to NuGet packages
1 parent c67835e commit ae7dedb

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ 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 (MVC 3)</title>
15+
<summary xdt:Transform="Insert">ReactJS tools for ASP.NET MVC 3</summary>
1516
<description xdt:Transform="Insert">ReactJS tools for ASP.NET MVC 3.
1617
Please refer to project site (http://reactjs.net/) for more details, usage examples and sample code.</description>
1718
</metadata>

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

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ 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 (MVC 4 and 5)</title>
15+
<summary xdt:Transform="Insert">ReactJS tools for ASP.NET MVC 4 and 5</summary>
1516
<description xdt:Transform="Insert">ReactJS tools for ASP.NET MVC 4 and 5.
1617
Please refer to project site (http://reactjs.net/) for more details, usage examples and sample code.</description>
1718
</metadata>

src/React.Web/React.Web.nutrans

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ 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>
1516
<description xdt:Transform="Insert">ReactJS tools for ASP.NET. If using ASP.NET MVC, also install React.Web.Mvc4.
1617
Please refer to project site (http://reactjs.net/) for more details, usage examples and sample code.
1718
</description>

src/React/React.nutrans

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ of patent rights can be found in the PATENTS file in the same directory.
1313
<metadata>
1414
<id xdt:Transform="Replace">React.Core</id>
1515
<title xdt:Transform="Insert">ReactJS.NET Core</title>
16+
<summary xdt:Transform="Insert">ReactJS tools for .NET</summary>
1617
<description xdt:Transform="Insert">ReactJS tools for .NET.
1718
Important: This package does not do much on its own; you probably want an integration package (like React.Web.Mvc4) as well. Please refer to project site (http://reactjs.net/) for more details, usage examples and sample code.</description>
1819
</metadata>

0 commit comments

Comments
 (0)