We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c432cd commit f3fe518Copy full SHA for f3fe518
build.proj
@@ -10,10 +10,9 @@ of patent rights can be found in the PATENTS file in the same directory.
10
<Project ToolsVersion="4.0" DefaultTargets="Build;Test;Package" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
11
<PropertyGroup>
12
<Major>1</Major>
13
- <Minor>0</Minor>
14
- <Build>2</Build>
+ <Minor>1</Minor>
+ <Build>0</Build>
15
<Revision>0</Revision>
16
- <DevBuild>true</DevBuild>
17
<DevNuGetServer>http://reactjs.net/packages/</DevNuGetServer>
18
<MSBuildCommunityTasksPath>$(MSBuildProjectDirectory)\tools\MSBuildTasks</MSBuildCommunityTasksPath>
19
<SolutionFile>src\React.sln</SolutionFile>
0 commit comments