Skip to content

Commit 082a193

Browse files
committed
Rename React NuGet package to React.Core
1 parent bafa409 commit 082a193

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/React.sln

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{CB51F03F
2121
..\dev-build-push.bat = ..\dev-build-push.bat
2222
..\dev-build.bat = ..\dev-build.bat
2323
..\README.md = ..\README.md
24+
..\release-build-push.bat = ..\release-build-push.bat
25+
..\release-build.bat = ..\release-build.bat
2426
SharedAssemblyInfo.cs = SharedAssemblyInfo.cs
2527
template.nuspec = template.nuspec
2628
EndProjectSection

src/React/React.nutrans

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ 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+
<id xdt:Transform="Replace">React.Core</id>
1415
<title xdt:Transform="Insert">ReactJS.NET Core</title>
1516
<description xdt:Transform="Insert">
1617
ReactJS tools for .NET. Important: This package does not do much on its own; you probably

0 commit comments

Comments
 (0)