Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Kestner <mkestner@gmail.com>2009-03-14 00:50:54 +0300
committerMike Kestner <mkestner@gmail.com>2009-03-14 00:50:54 +0300
commitd130c8ee25544863cbc0158bb2a8269a3206ef13 (patch)
tree62a86957b374ac254ba0663e68d5a29dd213da81 /ChangeLog
parent4c3593f0d7b5a2f3770d39aeb4a675eda87327d9 (diff)
2009-03-12 Mike Kestner <mkestner@novell.com>
* Samples/*.csproj: * Mono.Addins.Gui/Mono.Addins.Gui.csproj: add SpecificVersion=false to all the gtk-sharp references. svn path=/trunk/mono-addins/; revision=129341
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 60fb0f9..6264d75 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2009-03-12 Mike Kestner <mkestner@novell.com>
+ * Samples/*.csproj:
+ * Mono.Addins.Gui/Mono.Addins.Gui.csproj:
+ add SpecificVersion=false to all the gtk-sharp references.
+
+2009-03-12 Mike Kestner <mkestner@novell.com>
+
* Mono.Addins/Mono.Addins.csproj: make target=exe since there's
a Main method and -main: argument exposed.