Browse Source

3.1.1 designation for setup and build artefact packaging

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@5010 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Christoph Wille 16 years ago
parent
commit
badb902cbd
  1. 2
      src/Automated.proj
  2. 4
      src/Setup/Setup.wxs

2
src/Automated.proj

@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@
<SharpDevelopSrc>$(ProjectDir)\src</SharpDevelopSrc>
<SharpDevelopBin>$(ProjectDir)\bin</SharpDevelopBin>
<MSBuildCommunityTasksPath>$(MSBuildProjectDirectory)\Tools\MSBuildCommunityTasks</MSBuildCommunityTasksPath>
<ArtefactPrefix>SharpDevelop_3.1.0.</ArtefactPrefix>
<ArtefactPrefix>SharpDevelop_3.1.1.</ArtefactPrefix>
<NUnitToolPath>$(MSBuildProjectDirectory)\Tools\NUnit</NUnitToolPath>
<ProfilerSrc>$(SharpDevelopSrc)\AddIns\Misc\Profiler</ProfilerSrc>

4
src/Setup/Setup.wxs

@ -8,14 +8,14 @@ @@ -8,14 +8,14 @@
-->
<Product Id="*"
Name="SharpDevelop 3.1"
Name="SharpDevelop 3.1.1"
Manufacturer="ic#code"
Language="1033"
Codepage="1252"
UpgradeCode="757486BE-1F27-4BED-9A3B-737906728F1C"
Version="3.1.$(var.PRODUCTBUILDVERSION)">
<Package Description="SharpDevelop 3.1.0.$(var.PRODUCTBUILDVERSION)"
<Package Description="SharpDevelop 3.1.1.$(var.PRODUCTBUILDVERSION)"
InstallerVersion="300"
Compressed="yes"/>

Loading…
Cancel
Save