Skip to content

Commit 8ca36fb

Browse files
committed
Mention Babel in NuGet package descriptions. Closes #172
1 parent 12b8d53 commit 8ca36fb

File tree

10 files changed

+18
-18
lines changed

10 files changed

+18
-18
lines changed

src/Cassette.React/Cassette.React.nutrans

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ of patent rights can be found in the PATENTS file in the same directory.
1111
xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"
1212
xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
1313
<metadata>
14-
<title xdt:Transform="Insert">ReactJS.NET - JSX for Cassette</title>
15-
<description xdt:Transform="Insert">Allows you to compile JSX to JavaScript using Cassette</description>
16-
<tags xdt:Transform="Replace">asp.net mvc asp jquery javascript js react facebook reactjs cassette</tags>
14+
<title xdt:Transform="Insert">ReactJS.NET - Babel for Cassette</title>
15+
<description xdt:Transform="Insert">Allows you to transpile JavaScript via Babel using Cassette</description>
16+
<tags xdt:Transform="Replace">asp.net mvc asp jquery javascript js react facebook reactjs cassette babel</tags>
1717
</metadata>
1818

1919
</package>

src/React.AspNet/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"iconUrl": "http://facebook.github.io/react/img/logo_og.png",
3838
"copyright": "Copyright 2014-2015 Facebook, Inc",
3939
"title": "ReactJS.NET (MVC 6)",
40-
"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",
40+
"description": "ReactJS and Babel 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",
4141
"tags": [ "asp.net", "mvc", "asp", "javascript", "js", "react", "facebook", "reactjs", "vnext" ],
4242
"projectUrl": "http://reactjs.net/"
4343
}

src/React.Core/React.Core.nutrans

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ 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>
17-
<description xdt:Transform="Insert">ReactJS tools for .NET.
16+
<summary xdt:Transform="Insert">ReactJS and Babel tools for .NET</summary>
17+
<description xdt:Transform="Insert">ReactJS and Babel tools for .NET.
1818
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>
1919
</metadata>
2020
<files xdt:Transform="Insert">

src/React.MSBuild/React.MSBuild.nutrans

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ 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
<id xdt:Transform="Replace">React.MSBuild</id>
15-
<title xdt:Transform="Insert">ReactJS.NET - JSX for MSBuild</title>
16-
<description xdt:Transform="Insert">Allows you to compile JSX to JavaScript via an MSBuild task</description>
17-
<tags xdt:Transform="Replace">asp.net mvc asp jquery javascript js react facebook reactjs msbuild</tags>
15+
<title xdt:Transform="Insert">ReactJS.NET - Babel for MSBuild</title>
16+
<description xdt:Transform="Insert">An MSBuild task to transpile JavaScript via Babel</description>
17+
<tags xdt:Transform="Replace">asp.net mvc asp jquery javascript js react facebook reactjs msbuild babel</tags>
1818
</metadata>
1919
<files xdt:Transform="Insert">
2020
<file src="Content\TransformJsx.proj" target="Content\" />

src/React.Owin/React.Owin.nutrans

+3-3
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
<id xdt:Transform="Replace">React.Owin</id>
15-
<title xdt:Transform="Insert">ReactJS.NET - JSX for OWIN</title>
16-
<description xdt:Transform="Insert">Allows you to compile JSX to JavaScript via OWIN middleware</description>
17-
<tags xdt:Transform="Replace">asp.net mvc asp jquery javascript js react facebook reactjs owin</tags>
15+
<title xdt:Transform="Insert">ReactJS.NET - Babel for OWIN</title>
16+
<description xdt:Transform="Insert">OWIN middleware for transpiling JavaScript via Babel</description>
17+
<tags xdt:Transform="Replace">asp.net mvc asp jquery javascript js react facebook reactjs owin babel</tags>
1818
</metadata>
1919
</package>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +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>
15+
<summary xdt:Transform="Insert">ReactJS and Babel tools for ASP.NET MVC 3</summary>
1616
<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>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +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>
15+
<summary xdt:Transform="Insert">ReactJS and Babel tools for ASP.NET MVC 4 and 5</summary>
1616
<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>

src/React.Web/React.Web.nutrans

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +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 4</summary>
15+
<summary xdt:Transform="Insert">ReactJS and Babel tools for ASP.NET 4</summary>
1616
<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>

src/System.Web.Optimization.React/System.Web.Optimization.React.nutrans

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ of patent rights can be found in the PATENTS file in the same directory.
1111
xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"
1212
xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
1313
<metadata>
14-
<title xdt:Transform="Insert">ReactJS.NET - JSX for ASP.NET Web Optimization Framework</title>
15-
<description xdt:Transform="Insert">Allows you to compile JSX to JavaScript in the ASP.NET Web Optimization Framework.</description>
14+
<title xdt:Transform="Insert">ReactJS.NET - Babel for ASP.NET Web Optimization Framework</title>
15+
<description xdt:Transform="Insert">Allows you to transpile JavaScript via Babel in the ASP.NET Web Optimization Framework.</description>
1616
</metadata>
1717
<files xdt:Transform="Insert">
1818
<file src="readme.txt" target="" />

src/template.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ of patent rights can be found in the PATENTS file in the same directory.
1818
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1919
<iconUrl>http://facebook.github.io/react/img/logo_og.png</iconUrl>
2020
<copyright>Copyright 2014 Facebook, Inc</copyright>
21-
<tags>asp.net mvc asp jquery javascript js react facebook reactjs</tags>
21+
<tags>asp.net mvc asp jquery javascript js react facebook reactjs babel</tags>
2222
</metadata>
2323
</package>

0 commit comments

Comments
 (0)