diff --git a/site/jekyll/_posts/2016-04-11-2.3.0-release.md b/site/jekyll/_posts/2016-04-11-2.3.0-release.md new file mode 100644 index 000000000..cd8f5be7b --- /dev/null +++ b/site/jekyll/_posts/2016-04-11-2.3.0-release.md @@ -0,0 +1,19 @@ +--- +title: "ReactJS.NET 2.3" +layout: post +author: Daniel Lo Nigro +--- + +I'm happy to announce the release of ReactJS.NET 2.3. This is a minor release, with most of the updates being updates to third-party components: + + - [#252](https://github.com/reactjs/React.NET/issues/252) - Update to React 15 + - [#248](https://github.com/reactjs/React.NET/issues/248) - Update `babel-standalone` to a version that bundles the `transform-decorators-legacy` plugin + - [#251](https://github.com/reactjs/React.NET/issues/251) - Upgrade to JSPool 0.4.1. Includes some fixes for high-concurrency environments + - Upgrade to JavaScriptEngineSwitcher 1.5.2 + - Upgrade to ASP.NET RC1 Update 1 + - [#230](https://github.com/reactjs/React.NET/issues/230) - Use GUIDs for container IDs, rather than sequential IDs + +Have fun, and as always, please feel free to send feedback or bug reports +[on GitHub](https://github.com/reactjs/React.NET). + +— Daniel diff --git a/src/React.AspNet/project.json b/src/React.AspNet/project.json index 9bfcc75e2..4d0f55e4c 100644 --- a/src/React.AspNet/project.json +++ b/src/React.AspNet/project.json @@ -1,5 +1,5 @@ { - "version": "2.2.2-*", + "version": "2.3.0-*", "configurations": { "Debug": { "compilationOptions": { diff --git a/src/React.Sample.Mvc6/project.json b/src/React.Sample.Mvc6/project.json index f65367ed6..a36627d4f 100644 --- a/src/React.Sample.Mvc6/project.json +++ b/src/React.Sample.Mvc6/project.json @@ -1,6 +1,6 @@ { "webroot": "wwwroot", - "version": "2.2.2-*", + "version": "2.3.0-*", "dependencies": { "Microsoft.AspNet.Mvc": "6.0.0-rc1-final", "Microsoft.AspNet.Diagnostics": "1.0.0-rc1-final", diff --git a/src/wrap/React.Core/project.json b/src/wrap/React.Core/project.json index 3955606d5..6e456d617 100644 --- a/src/wrap/React.Core/project.json +++ b/src/wrap/React.Core/project.json @@ -1,5 +1,5 @@ { - "version": "2.2.2-*", + "version": "2.3.0-*", "frameworks": { "net40": { "wrappedProject": "../../React.Core/React.Core.csproj", diff --git a/src/wrap/VroomJs/project.json b/src/wrap/VroomJs/project.json index ad4be883f..75e3c2abe 100644 --- a/src/wrap/VroomJs/project.json +++ b/src/wrap/VroomJs/project.json @@ -1,5 +1,5 @@ { - "version": "2.2.2-*", + "version": "2.3.0-*", "frameworks": { "net40": { "bin": {