[tomboy] Add the product name and the assembly title custom attributes



commit 3f32a264866ed0cb7337a306164b31d6088bee9b
Author: Stefan Cosma <stefan cosma gmail com>
Date:   Sat Oct 24 13:58:57 2009 +0300

    Add the product name and the assembly title custom attributes
    
    https://bugzilla.gnome.org/show_bug.cgi?id=585297

 Tomboy/Defines.WIN32.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/Tomboy/Defines.WIN32.cs b/Tomboy/Defines.WIN32.cs
index 50d7e11..0e7afb6 100644
--- a/Tomboy/Defines.WIN32.cs
+++ b/Tomboy/Defines.WIN32.cs
@@ -3,6 +3,8 @@ using System.Reflection;
 
 // TODO: Automate this
 [assembly: AssemblyInformationalVersion ("1.1.0")]
+[assembly: AssemblyProduct("Tomboy")]
+[assembly: AssemblyTitle("Tomboy Notes")]
 
 namespace Tomboy {
 	public class Defines {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]