Skip to content

Commit

Permalink
2.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel15 committed Jul 17, 2016
1 parent 4f1628a commit 39a14a2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ of patent rights can be found in the PATENTS file in the same directory.
<Project ToolsVersion="4.0" DefaultTargets="Build;Test;Package" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Major>2</Major>
<Minor>4</Minor>
<Build>1</Build>
<Minor>5</Minor>
<Build>0</Build>
<Revision>0</Revision>
<DevNuGetServer>http://reactjs.net/packages/</DevNuGetServer>
<MSBuildCommunityTasksPath>$(MSBuildProjectDirectory)\tools\MSBuildTasks</MSBuildCommunityTasksPath>
Expand Down
2 changes: 1 addition & 1 deletion src/React.AspNet/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.4.0-*",
"version": "2.5.0-*",
"authors": [ "Daniel Lo Nigro" ],
"copyright": "Copyright 2014-Present Facebook, Inc",
"title": "ReactJS.NET (ASP.NET Core MVC)",
Expand Down
5 changes: 3 additions & 2 deletions src/React.Sample.Mvc6/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.4.0-*",
"version": "2.5.0-*",

"dependencies": {
"Microsoft.AspNetCore.Mvc": "1.0.0",
Expand All @@ -18,7 +18,8 @@
},
"React.AspNet": {
"target": "project"
}
},
"JavaScriptEngineSwitcher.V8": "1.5.5"
},

"tools": {
Expand Down
2 changes: 1 addition & 1 deletion src/wrap/React.Core/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.4.0-*",
"version": "2.5.0-*",
"frameworks": {
"net40": {
"wrappedProject": "../../React.Core/React.Core.csproj",
Expand Down
2 changes: 1 addition & 1 deletion src/wrap/VroomJs/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.4.0-*",
"version": "2.5.0-*",
"frameworks": {
"net40": {
"bin": {
Expand Down

0 comments on commit 39a14a2

Please sign in to comment.