Skip to content

Commit 39a14a2

Browse files
committed
2.5 release
1 parent 4f1628a commit 39a14a2

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

build.proj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ of patent rights can be found in the PATENTS file in the same directory.
1010
<Project ToolsVersion="4.0" DefaultTargets="Build;Test;Package" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
1111
<PropertyGroup>
1212
<Major>2</Major>
13-
<Minor>4</Minor>
14-
<Build>1</Build>
13+
<Minor>5</Minor>
14+
<Build>0</Build>
1515
<Revision>0</Revision>
1616
<DevNuGetServer>http://reactjs.net/packages/</DevNuGetServer>
1717
<MSBuildCommunityTasksPath>$(MSBuildProjectDirectory)\tools\MSBuildTasks</MSBuildCommunityTasksPath>

src/React.AspNet/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.4.0-*",
2+
"version": "2.5.0-*",
33
"authors": [ "Daniel Lo Nigro" ],
44
"copyright": "Copyright 2014-Present Facebook, Inc",
55
"title": "ReactJS.NET (ASP.NET Core MVC)",

src/React.Sample.Mvc6/project.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.4.0-*",
2+
"version": "2.5.0-*",
33

44
"dependencies": {
55
"Microsoft.AspNetCore.Mvc": "1.0.0",
@@ -18,7 +18,8 @@
1818
},
1919
"React.AspNet": {
2020
"target": "project"
21-
}
21+
},
22+
"JavaScriptEngineSwitcher.V8": "1.5.5"
2223
},
2324

2425
"tools": {

src/wrap/React.Core/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.4.0-*",
2+
"version": "2.5.0-*",
33
"frameworks": {
44
"net40": {
55
"wrappedProject": "../../React.Core/React.Core.csproj",

src/wrap/VroomJs/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.4.0-*",
2+
"version": "2.5.0-*",
33
"frameworks": {
44
"net40": {
55
"bin": {

0 commit comments

Comments
 (0)