Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@xamarin.com>2011-09-06 15:57:43 +0400
committerLluis Sanchez <lluis@xamarin.com>2011-09-06 15:57:43 +0400
commit7a6fef40625007dd30689c60ca4495f523faa8bf (patch)
treeb01275c19cedc9528647628240b2539d3028bf4b
parent040b590e4b7bf5e18a46f0e57550b63b1689baa9 (diff)
[MonoDroid] Include Mono.Posix.dll in the installermonodevelop-2.6
-rw-r--r--setup/WixSetup/Product.wxs3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup/WixSetup/Product.wxs b/setup/WixSetup/Product.wxs
index 642f30cccf..200e336058 100644
--- a/setup/WixSetup/Product.wxs
+++ b/setup/WixSetup/Product.wxs
@@ -2,7 +2,7 @@
<?define ProductShortName = "MonoDevelop" ?>
<?define ProductVersion = "2.6" ?>
<?define ProductVersionText = "2.6" ?>
-<?define AssemblyVersion = "2.6" ?>
+<?define AssemblyVersion = "2.6.0.0" ?>
<?define Manufacturer = "Xamarin" ?>
<?define UpgradeCode = "9134F74C-E7E3-471A-9833-C86FB45CD38E" ?>
@@ -629,6 +629,7 @@
<Component Id="MonoDevelop_AddIns_MonoDevelop_MonoDroid" Guid="4592C6A1-DE62-46DA-B4C5-1B4D4F189959">
<File Name="MonoDevelop.MonoDroid.dll" Source="$(var.ExtrasRoot)\MonoDevelop.MonoDroid\build\MonoDevelop.MonoDroid.dll" />
<File Name="MonoDevelop.Debugger.Soft.MonoDroid.dll" Source="$(var.ExtrasRoot)\MonoDevelop.MonoDroid\build\MonoDevelop.Debugger.Soft.MonoDroid.dll" />
+ <File Name="Mono.Posix.dll" Source="$(var.ExtrasRoot)\MonoDevelop.MonoDroid\build\Mono.Posix.dll" />
</Component>
</Directory>