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-07-12 01:40:12 +0400
committerwww-data <www-data@pipeline.internalx.com>2013-07-12 01:40:12 +0400
commit303788689bea2a3deee59f826435389cefd666a2 (patch)
treef8c5f813a7f8a8fe647848981fd72c92e3335fa1
parentdc82b708c19d7fa1dc3ad314cc6daf2151813130 (diff)
Updated add-ins version to 4.1.6monodevelop-4.1.6
-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 1cbd4d957b..0be318583b 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.1.6"
flags = "Hidden"
- compatVersion = "4.0.">
+ 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 c26467f54e..8571c5528e 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.1.6"
flags = "Hidden"
- compatVersion = "4.0.">
+ compatVersion = "4.0">
<Dependencies>
<Addin id="Core" version="4.1.6"/>
diff --git a/main/src/core/MonoDevelop.Core/MonoDevelop.Core.addin.xml b/main/src/core/MonoDevelop.Core/MonoDevelop.Core.addin.xml
index 069a4194b4..ded215f1cc 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.1.6"
- compatVersion = "4.0.">
+ 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 949ed16506..916d876d47 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.1.6"
- compatVersion = "4.0.">
+ 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 55c50c67fc..3dbdb3e80e 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.1.6"
- compatVersion = "4.0.">
+ compatVersion = "4.0">
<Dependencies>
<Addin id="Core" version="4.1.6"/>