Skip to content

Commit 0e1da66

Browse files
committed
3.2 release
1 parent 98ce62e commit 0e1da66

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

build.proj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ 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>3</Major>
13-
<Minor>1</Minor>
13+
<Minor>2</Minor>
1414
<Build>0</Build>
1515
<Revision>0</Revision>
1616
<DevNuGetServer>http://reactjs.net/packages/</DevNuGetServer>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: "ReactJS.NET 3.2"
3+
layout: post
4+
author: Daniel Lo Nigro
5+
---
6+
7+
I'm happy to announce the release of ReactJS.NET 3.2! This is a minor release with a few changes:
8+
9+
- [#445](https://github.com/reactjs/React.NET/pull/445) - Upgrade to React 16. *Thanks to [Dustin Masters](https://github.com/dustinsoftware)*.
10+
- [#407](https://github.com/reactjs/React.NET/pull/407) and [#461](https://github.com/reactjs/React.NET/pull/461) - Added support for React Router. *Thanks to [Gunnar Már Óttarsson](https://github.com/gunnim)*.
11+
- Renamed `React.Sample.Mvc6` to `React.Sample.CoreMvc`.
12+
- [#454](https://github.com/reactjs/React.NET/pull/454) - Removed link to non-existent `byo-react` page. *Thanks to [Josh Goldberg](http://www.joshuakgoldberg.com)*.
13+
14+
Along with a few small changes for people compiling ReactJS.NET itself:
15+
- [#457](https://github.com/reactjs/React.NET/pull/457) - Community, Enterprise, or Professional VS 2017 versions. Previously, it was only looking for the Community version. *Thanks to [Josh Goldberg](http://www.joshuakgoldberg.com)*.
16+
- [#450](https://github.com/reactjs/React.NET/pull/450) - Upgraded MSBuildTasks from 1.4.0.65 to 1.5.0.235 so that ReactJS.NET can be built on systems that don't have .NET Framework 3.5 installed.
17+
- [#442](https://github.com/reactjs/React.NET/pull/442) - Explicitly exclude `node_modules` from build to avoid a long-standing MSBuild bug.
18+
19+
Have fun, and as always, please feel free to send feedback or bug reports
20+
[on GitHub](https://github.com/reactjs/React.NET).
21+
22+
— Daniel

0 commit comments

Comments
 (0)