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-04-15 20:44:11 +0400
committerLluis Sanchez <lluis@novell.com>2009-04-15 20:44:11 +0400
commitfa42ea0c4eb06feb81aa5e1e2dbc756024bd17f0 (patch)
treee1164f8aeb8c88369b618f369d9fae091642ac6c /extras/AspNetEdit
parent69c5862079c894d46d8611902eb88896526ae441 (diff)
Bump MD version.
svn path=/trunk/monodevelop/; revision=131791
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 1d46ba7018..c16d0e86d4 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 = "1.9.2">
+ version = "2.1.0">
<Runtime>
<Import assembly = "AspNetEdit.dll"/>
@@ -14,14 +14,14 @@
</Runtime>
<Dependencies>
- <Addin id="Core" version="1.9.2"/>
- <Addin id="Core.Gui" version="1.9.2"/>
- <Addin id="Projects" version="1.9.2"/>
- <Addin id="Projects.Gui" version="1.9.2"/>
- <Addin id="Ide" version="1.9.2"/>
- <Addin id="Deployment" version="1.9.2" />
- <Addin id="AspNet" version="1.9.2" />
- <Addin id="DesignerSupport" version="1.9.2" />
+ <Addin id="Core" version="2.1.0"/>
+ <Addin id="Core.Gui" version="2.1.0"/>
+ <Addin id="Projects" version="2.1.0"/>
+ <Addin id="Projects.Gui" version="2.1.0"/>
+ <Addin id="Ide" version="2.1.0"/>
+ <Addin id="Deployment" version="2.1.0" />
+ <Addin id="AspNet" version="2.1.0" />
+ <Addin id="DesignerSupport" version="2.1.0" />
</Dependencies>
<Extension path = "/MonoDevelop/Ide/DisplayBindings">
diff --git a/extras/AspNetEdit/AssemblyInfo.cs b/extras/AspNetEdit/AssemblyInfo.cs
index f6a73e8eb0..c63b90f831 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 ("1.9.2")]
+[assembly: AssemblyVersion ("2.1.0")]
[assembly: AssemblyCopyright ("MIT X11")]
diff --git a/extras/AspNetEdit/ChangeLog b/extras/AspNetEdit/ChangeLog
index 54d378b6cf..d0e8afe69f 100644
--- a/extras/AspNetEdit/ChangeLog
+++ b/extras/AspNetEdit/ChangeLog
@@ -1,3 +1,9 @@
+2009-04-15 Lluis Sanchez Gual <lluis@novell.com>
+
+ * configure:
+ * AssemblyInfo.cs:
+ * AspNetEdit.addin.xml: Bump MD version.
+
2009-02-26 Lluis Sanchez Gual <lluis@novell.com>
* AspNetEdit.sln: Flush.
diff --git a/extras/AspNetEdit/configure b/extras/AspNetEdit/configure
index eece79e653..9de052a486 100755
--- a/extras/AspNetEdit/configure
+++ b/extras/AspNetEdit/configure
@@ -1,10 +1,10 @@
#!/bin/bash
-VERSION=1.9.2
+VERSION=2.1.0
PACKAGE=aspnetedit
prefix=/usr/local
config=DEBUG
configurations=" RELEASE DEBUG"
-required_packages=" mono-addins;0.3 monodevelop-core-addins;1.9.2 gecko-sharp-2.0;0.10 gtk-sharp-2.0;2.8.3 monodevelop;1.9.2"
+required_packages=" mono-addins;0.3 monodevelop-core-addins;2.1.0 gecko-sharp-2.0;0.10 gtk-sharp-2.0;2.8.3 monodevelop;2.1.0"
usage ()
{