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@novell.com>2009-10-30 20:34:03 +0300
committerLluis Sanchez <lluis@novell.com>2009-10-30 20:34:03 +0300
commit87c5fc3d405017b54e82a962823d31cc8e9ec7a1 (patch)
treec6a97f724503b9377d953905d419da1dbf2a3670 /extras/AspNetEdit
parent43af94233d389adbd2df2683867a4178742b72a7 (diff)
Bump MD version.
svn path=/trunk/monodevelop/; revision=145114
Diffstat (limited to 'extras/AspNetEdit')
-rw-r--r--extras/AspNetEdit/AspNetEdit.addin.xml18
-rw-r--r--extras/AspNetEdit/AssemblyInfo.cs2
-rw-r--r--extras/AspNetEdit/ChangeLog6
-rwxr-xr-xextras/AspNetEdit/configure4
4 files changed, 18 insertions, 12 deletions
diff --git a/extras/AspNetEdit/AspNetEdit.addin.xml b/extras/AspNetEdit/AspNetEdit.addin.xml
index e37eb1abf0..50f687a2fc 100644
--- a/extras/AspNetEdit/AspNetEdit.addin.xml
+++ b/extras/AspNetEdit/AspNetEdit.addin.xml
@@ -6,7 +6,7 @@
url = "http://www.monodevelop.com/"
description = "Visual Designer for ASP.NET Web Forms."
category = "Web Development"
- version = "2.1.1">
+ version = "2.2">
<Runtime>
<Import assembly = "AspNetEdit.dll"/>
@@ -14,14 +14,14 @@
</Runtime>
<Dependencies>
- <Addin id="Core" version="2.1.1"/>
- <Addin id="Core.Gui" version="2.1.1"/>
- <Addin id="Projects" version="2.1.1"/>
- <Addin id="Projects.Gui" version="2.1.1"/>
- <Addin id="Ide" version="2.1.1"/>
- <Addin id="Deployment" version="2.1.1" />
- <Addin id="AspNet" version="2.1.1" />
- <Addin id="DesignerSupport" version="2.1.1" />
+ <Addin id="Core" version="2.2"/>
+ <Addin id="Core.Gui" version="2.2"/>
+ <Addin id="Projects" version="2.2"/>
+ <Addin id="Projects.Gui" version="2.2"/>
+ <Addin id="Ide" version="2.2"/>
+ <Addin id="Deployment" version="2.2" />
+ <Addin id="AspNet" version="2.2" />
+ <Addin id="DesignerSupport" version="2.2" />
</Dependencies>
<Extension path = "/MonoDevelop/Ide/DisplayBindings">
diff --git a/extras/AspNetEdit/AssemblyInfo.cs b/extras/AspNetEdit/AssemblyInfo.cs
index 1663f912ed..83217cf124 100644
--- a/extras/AspNetEdit/AssemblyInfo.cs
+++ b/extras/AspNetEdit/AssemblyInfo.cs
@@ -5,5 +5,5 @@ using System.Reflection;
[assembly: AssemblyProduct ("MonoDevelop")]
[assembly: AssemblyTitle ("ASP.NET Visual Designer")]
[assembly: AssemblyDescription ("Visual Designer for ASP.NET Web Forms.")]
-[assembly: AssemblyVersion ("2.1.1")]
+[assembly: AssemblyVersion ("2.2")]
[assembly: AssemblyCopyright ("MIT X11")]
diff --git a/extras/AspNetEdit/ChangeLog b/extras/AspNetEdit/ChangeLog
index cac60d487f..74a5e990e4 100644
--- a/extras/AspNetEdit/ChangeLog
+++ b/extras/AspNetEdit/ChangeLog
@@ -1,3 +1,9 @@
+2009-10-30 Lluis Sanchez Gual <lluis@novell.com>
+
+ * configure:
+ * AssemblyInfo.cs:
+ * AspNetEdit.addin.xml: Bump MD version.
+
2009-10-07 Lluis Sanchez Gual <lluis@novell.com>
* configure:
diff --git a/extras/AspNetEdit/configure b/extras/AspNetEdit/configure
index 08d040d45b..40190615bf 100755
--- a/extras/AspNetEdit/configure
+++ b/extras/AspNetEdit/configure
@@ -1,10 +1,10 @@
#!/bin/bash
-VERSION=2.1.1
+VERSION=2.2
PACKAGE=aspnetedit
prefix=/usr/local
config=DEBUG
configurations=" RELEASE DEBUG"
-required_packages=" mono-addins;0.3 monodevelop-core-addins;2.1.1 gecko-sharp-2.0;0.10 gtk-sharp-2.0;2.12.8 monodevelop;2.1.1"
+required_packages=" mono-addins;0.3 monodevelop-core-addins;2.2 gecko-sharp-2.0;0.10 gtk-sharp-2.0;2.12.8 monodevelop;2.2"
usage ()
{