Skip to content

Commit 202ba44

Browse files
committed
Bump minor version due to API change (ReactEnvironment.Current)
1 parent 0bda2c6 commit 202ba44

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-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>0</Minor>
14-
<Build>2</Build>
13+
<Minor>1</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.0.2-*",
2+
"version": "2.1.0-*",
33
"configurations": {
44
"Debug": {
55
"compilationOptions": {

src/React.Sample.Mvc6/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"webroot": "wwwroot",
3-
"version": "2.0.2-*",
3+
"version": "2.1.0-*",
44
"dependencies": {
55
"Microsoft.AspNet.Mvc": "6.0.0-beta8",
66
"Microsoft.AspNet.Diagnostics": "1.0.0-beta8",

src/wrap/React.Core/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.0.2-*",
2+
"version": "2.1.0-*",
33
"frameworks": {
44
"net40": {
55
"wrappedProject": "../../React.Core/React.Core.csproj",
@@ -14,7 +14,7 @@
1414
"JSPool": "0.3.1",
1515
"MsieJavaScriptEngine": "1.5.1",
1616
"Newtonsoft.Json": "6.0.8",
17-
"VroomJs": "2.0.2-*"
17+
"VroomJs": "2.1.0-*"
1818
}
1919
}
2020
}

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.0.2-*",
2+
"version": "2.1.0-*",
33
"frameworks": {
44
"net40": {
55
"bin": {

0 commit comments

Comments
 (0)