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:
authorLluis Sanchez <lluis@novell.com>2007-07-03 18:20:51 +0400
committerLluis Sanchez <lluis@novell.com>2007-07-03 18:20:51 +0400
commit88aaf55686b9b781fca81fd5662587b30211bfcd (patch)
treee147662c0f170b35a5e9948b01b000aa8ba27276 /Mono.Addins.Setup/AssemblyInfo.cs
parente112512d5291d35a21efe439a79bbdf59e9efc05 (diff)
* AssemblyInfo.cs, Mono.Addins.Setup.mdp, Makefile.am: Sign the
assembly. * Mono.Addins.Setup/ConsoleAddinInstaller.cs: New IAddinInstaller implementation. svn path=/trunk/mono-addins/; revision=81266
Diffstat (limited to 'Mono.Addins.Setup/AssemblyInfo.cs')
-rw-r--r--Mono.Addins.Setup/AssemblyInfo.cs20
1 files changed, 20 insertions, 0 deletions
diff --git a/Mono.Addins.Setup/AssemblyInfo.cs b/Mono.Addins.Setup/AssemblyInfo.cs
new file mode 100644
index 0000000..ccd9ef9
--- /dev/null
+++ b/Mono.Addins.Setup/AssemblyInfo.cs
@@ -0,0 +1,20 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+
+// Information about this assembly is defined by the following
+// attributes.
+//
+// change them to the information which is associated with the assembly
+// you compile.
+
+[assembly: AssemblyTitle("Mono.Addins.Setup")]
+[assembly: AssemblyCopyright("Copyright (C) 2007 Novell, Inc (http://www.novell.com)")]
+
+// The assembly version has following format :
+//
+// Major.Minor.Build.Revision
+//
+// You can specify all values by your own or you can build default build and revision
+// numbers with the '*' character (the default):
+
+[assembly: AssemblyVersion("0.2.0.0")]