Skip to content

Commit cd4d004

Browse files
committed
Add missing VroomJs.dll to React.Core NuGet package
1 parent 266b7c9 commit cd4d004

File tree

6 files changed

+8
-5
lines changed

6 files changed

+8
-5
lines changed

src/React.AspNet/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.5.4-*",
2+
"version": "1.5.5-*",
33
"configurations": {
44
"Debug": {
55
"compilationOptions": {

src/React.Core/React.Core.nutrans

+3
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@ of patent rights can be found in the PATENTS file in the same directory.
1717
<description xdt:Transform="Insert">ReactJS 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>
20+
<files xdt:Transform="Insert">
21+
<file src="..\..\lib\VroomJs.dll" target="lib\net40" />
22+
</files>
2023
</package>

src/React.Sample.Mvc6/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"webroot": "wwwroot",
3-
"version": "1.5.4-*",
3+
"version": "1.5.5-*",
44
"dependencies": {
55
"Microsoft.AspNet.Mvc": "6.0.0-beta6",
66
"Microsoft.AspNet.Diagnostics": "1.0.0-beta6",

src/wrap/React.Core/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.5.4-*",
2+
"version": "1.5.5-*",
33
"frameworks": {
44
"net40": {
55
"wrappedProject": "../../React.Core/React.Core.csproj",

src/wrap/React/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.5.4-*",
2+
"version": "1.5.5-*",
33
"frameworks": {
44
"net40": {
55
"wrappedProject": "../../React.Core/React.Core.csproj",

src/wrap/VroomJs/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.5.4-*",
2+
"version": "1.5.5-*",
33
"frameworks": {
44
"net40": {
55
"bin": {

0 commit comments

Comments
 (0)