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:
authorXamarin Release Manager <release-manager@xamarin.com>2013-06-21 18:52:34 +0400
committerwww-data <www-data@pipeline.internalx.com>2013-06-21 18:52:34 +0400
commit40016fe003d6b15e7fad104fdf86ff25d05f43f3 (patch)
treefdaa802b3f2f6071345b2ecb93ee94d6aa1e4471
parentc21312993878838a5f968f5afc578bfe67915ef8 (diff)
Updated add-ins version to 4.0.9
-rw-r--r--main/src/addins/Deployment/MonoDevelop.Deployment.Linux/MonoDevelop.Deployment.Linux.addin.xml2
-rw-r--r--main/src/addins/Deployment/MonoDevelop.Deployment/MonoDevelop.Deployment.addin.xml2
-rw-r--r--main/src/core/MonoDevelop.Core/MonoDevelop.Core.addin.xml2
-rw-r--r--main/src/core/MonoDevelop.Ide/ExtensionModel/MonoDevelop.Ide.addin.xml2
-rw-r--r--main/tests/TestRunner/MonoDevelop.TestRunner.addin.xml2
5 files changed, 5 insertions, 5 deletions
diff --git a/main/src/addins/Deployment/MonoDevelop.Deployment.Linux/MonoDevelop.Deployment.Linux.addin.xml b/main/src/addins/Deployment/MonoDevelop.Deployment.Linux/MonoDevelop.Deployment.Linux.addin.xml
index ac09b69361..454564e45e 100644
--- a/main/src/addins/Deployment/MonoDevelop.Deployment.Linux/MonoDevelop.Deployment.Linux.addin.xml
+++ b/main/src/addins/Deployment/MonoDevelop.Deployment.Linux/MonoDevelop.Deployment.Linux.addin.xml
@@ -8,7 +8,7 @@
category = "Deployment"
version = "4.0.9"
flags = "Hidden"
- compatVersion = "4.0.8">
+ compatVersion = "4.0">
<Runtime>
<Import assembly="MonoDevelop.Deployment.Linux.dll"/>
diff --git a/main/src/addins/Deployment/MonoDevelop.Deployment/MonoDevelop.Deployment.addin.xml b/main/src/addins/Deployment/MonoDevelop.Deployment/MonoDevelop.Deployment.addin.xml
index 1f14ae3416..674f44b17c 100644
--- a/main/src/addins/Deployment/MonoDevelop.Deployment/MonoDevelop.Deployment.addin.xml
+++ b/main/src/addins/Deployment/MonoDevelop.Deployment/MonoDevelop.Deployment.addin.xml
@@ -8,7 +8,7 @@
category = "Deployment"
version = "4.0.9"
flags = "Hidden"
- compatVersion = "4.0.8">
+ compatVersion = "4.0">
<Dependencies>
<Addin id="Core" version="4.0.9"/>
diff --git a/main/src/core/MonoDevelop.Core/MonoDevelop.Core.addin.xml b/main/src/core/MonoDevelop.Core/MonoDevelop.Core.addin.xml
index b5f0e9875f..c03a90d26c 100644
--- a/main/src/core/MonoDevelop.Core/MonoDevelop.Core.addin.xml
+++ b/main/src/core/MonoDevelop.Core/MonoDevelop.Core.addin.xml
@@ -7,7 +7,7 @@
category = "MonoDevelop Core"
isroot = "true"
version = "4.0.9"
- compatVersion = "4.0.8">
+ compatVersion = "4.0">
<ConditionType id="PackageInstalled" type="MonoDevelop.Core.AddIns.PackageInstalledCondition" />
<ConditionType id="PackageNotInstalled" type="MonoDevelop.Core.AddIns.PackageNotInstalledCondition" />
diff --git a/main/src/core/MonoDevelop.Ide/ExtensionModel/MonoDevelop.Ide.addin.xml b/main/src/core/MonoDevelop.Ide/ExtensionModel/MonoDevelop.Ide.addin.xml
index ca5068f368..5b4035e89c 100644
--- a/main/src/core/MonoDevelop.Ide/ExtensionModel/MonoDevelop.Ide.addin.xml
+++ b/main/src/core/MonoDevelop.Ide/ExtensionModel/MonoDevelop.Ide.addin.xml
@@ -8,7 +8,7 @@
category = "MonoDevelop Core"
isroot = "true"
version = "4.0.9"
- compatVersion = "4.0.8">
+ compatVersion = "4.0">
<Runtime>
<Import assembly="MonoDevelop.Ide.dll"/>
diff --git a/main/tests/TestRunner/MonoDevelop.TestRunner.addin.xml b/main/tests/TestRunner/MonoDevelop.TestRunner.addin.xml
index 1c68b6ea05..3718f6d77f 100644
--- a/main/tests/TestRunner/MonoDevelop.TestRunner.addin.xml
+++ b/main/tests/TestRunner/MonoDevelop.TestRunner.addin.xml
@@ -7,7 +7,7 @@
category = "MonoDevelop Core"
isroot = "false"
version = "4.0.9"
- compatVersion = "4.0.8">
+ compatVersion = "4.0">
<Dependencies>
<Addin id="Core" version="4.0.9"/>