Skip to content

Commit 6525710

Browse files
committed
Bump version number for dev
1 parent 9da5554 commit 6525710

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.proj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ of patent rights can be found in the PATENTS file in the same directory.
1111
<PropertyGroup>
1212
<Major>1</Major>
1313
<Minor>1</Minor>
14-
<Build>2</Build>
14+
<Build>3</Build>
1515
<Revision>0</Revision>
1616
<DevNuGetServer>http://reactjs.net/packages/</DevNuGetServer>
1717
<MSBuildCommunityTasksPath>$(MSBuildProjectDirectory)\tools\MSBuildTasks</MSBuildCommunityTasksPath>
@@ -30,7 +30,7 @@ of patent rights can be found in the PATENTS file in the same directory.
3030
</ItemGroup>
3131

3232
<Import Project="$(MSBuildProjectDirectory)\tools\MSBuildTasks\MSBuild.Community.Tasks.Targets" />
33-
<UsingTask
33+
<UsingTask
3434
AssemblyFile="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v12.0\Web\Microsoft.Web.Publishing.Tasks.dll"
3535
TaskName="TransformXml"
3636
/>
@@ -88,7 +88,7 @@ of patent rights can be found in the PATENTS file in the same directory.
8888
<Target Name="Package" DependsOnTargets="Build;GenerateNuSpecs">
8989
<!-- Delete old packages -->
9090
<RemoveDir Directories="$(PackageOutputDir)" />
91-
91+
9292
<!-- Create new packages -->
9393
<MakeDir Directories="$(PackageOutputDir)" />
9494
<Exec
@@ -116,4 +116,4 @@ of patent rights can be found in the PATENTS file in the same directory.
116116
Command="tools\NuGet\nuget.exe push $(PackageOutputDir)\*.symbols.nupkg -Source $(DevNuGetServer) -NonInteractive"
117117
/>
118118
</Target>
119-
</Project>
119+
</Project>

0 commit comments

Comments
 (0)