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-05-07 00:13:33 +0400
committerwww-data <www-data@pipeline.internalx.com>2013-05-07 00:13:33 +0400
commit95cd609bee6a0284e4187c7e446b35dce67d943c (patch)
treef86e9b0ee77371ce01a55398bc03fe19e1c95966 /extras/MonoDevelop.AddinAuthoring
parent12eedf8c047bbd1132f99a2bbfbb7cc6f4b7a248 (diff)
Updated add-ins version to 4.1.2
Diffstat (limited to 'extras/MonoDevelop.AddinAuthoring')
-rw-r--r--extras/MonoDevelop.AddinAuthoring/MonoDevelop.AddinAuthoring.addin.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/extras/MonoDevelop.AddinAuthoring/MonoDevelop.AddinAuthoring.addin.xml b/extras/MonoDevelop.AddinAuthoring/MonoDevelop.AddinAuthoring.addin.xml
index 85c1ce6451..f4524d622f 100644
--- a/extras/MonoDevelop.AddinAuthoring/MonoDevelop.AddinAuthoring.addin.xml
+++ b/extras/MonoDevelop.AddinAuthoring/MonoDevelop.AddinAuthoring.addin.xml
@@ -5,12 +5,12 @@
copyright = "MIT X11"
url = "http://www.monodevelop.com"
description = "This add-in provides utilities for creating Mono.Addins based libraries and applications"
- version = "4.1.1">
+ version = "4.1.2">
<Dependencies>
- <Addin id="Core" version="4.1.1"/>
- <Addin id="Ide" version="4.1.1"/>
- <Addin id="VersionControl" version="4.1.1"/>
+ <Addin id="Core" version="4.1.2"/>
+ <Addin id="Ide" version="4.1.2"/>
+ <Addin id="VersionControl" version="4.1.2"/>
</Dependencies>
<!-- Extension Points -->