[Monodevelop-patches-list] r2769 - in trunk/MonoDevelop/Extras/BooBinding: . templates
Peter Johanson <latexer@gentoo.org>
pjohanson at mono-cvs.ximian.com
Sat Aug 20 16:00:36 EDT 2005
Author: pjohanson
Date: 2005-08-20 16:00:35 -0400 (Sat, 20 Aug 2005)
New Revision: 2769
Modified:
trunk/MonoDevelop/Extras/BooBinding/ChangeLog
trunk/MonoDevelop/Extras/BooBinding/templates/BooGtkSharpProject.xpt.xml
Log:
Fix gtk-sharp references to match new assembly versions.
Modified: trunk/MonoDevelop/Extras/BooBinding/ChangeLog
===================================================================
--- trunk/MonoDevelop/Extras/BooBinding/ChangeLog 2005-08-20 19:57:37 UTC (rev 2768)
+++ trunk/MonoDevelop/Extras/BooBinding/ChangeLog 2005-08-20 20:00:35 UTC (rev 2769)
@@ -1,3 +1,8 @@
+2005-08-20 Peter Johanson <latexer at gentoo.org>
+
+ * templates/BooGtkSharpProject.xpt.xml: Fix gtk-sharp references to
+ match new assembly versions.
+
2005-08-12 Lluis Sanchez Gual <lluis at novell.com>
* templates/*:
Modified: trunk/MonoDevelop/Extras/BooBinding/templates/BooGtkSharpProject.xpt.xml
===================================================================
--- trunk/MonoDevelop/Extras/BooBinding/templates/BooGtkSharpProject.xpt.xml 2005-08-20 19:57:37 UTC (rev 2768)
+++ trunk/MonoDevelop/Extras/BooBinding/templates/BooGtkSharpProject.xpt.xml 2005-08-20 20:00:35 UTC (rev 2769)
@@ -23,7 +23,7 @@
<Project name = "${ProjectName}" directory = ".">
<References>
- <Reference type="Gac" refto="gtk-sharp, Version=2.0.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+ <Reference type="Gac" refto="gtk-sharp, Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
</References>
<Files>
<File name="Main.boo"><![CDATA[// project created on ${Date} at ${Time}
More information about the Monodevelop-patches-list
mailing list