summaryrefslogtreecommitdiff
path: root/AssemblyInfo.cs
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2005-01-21 01:03:55 +0000
committerIan C <ianc@noddybox.co.uk>2005-01-21 01:03:55 +0000
commita3f6697ffb872f553572627c73261cdd1ce55b67 (patch)
tree613f2a81953097c6a70e91b0ebbc09108156b91b /AssemblyInfo.cs
parentfe145c07172128b03f74d377761f33c2af4de960 (diff)
Initial checkin
Diffstat (limited to 'AssemblyInfo.cs')
-rw-r--r--AssemblyInfo.cs33
1 files changed, 33 insertions, 0 deletions
diff --git a/AssemblyInfo.cs b/AssemblyInfo.cs
new file mode 100644
index 0000000..70ffab9
--- /dev/null
+++ b/AssemblyInfo.cs
@@ -0,0 +1,33 @@
+// $Id$
+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("Noddybox.NET")]
+[assembly: AssemblyDescription("Simple internet classes")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("")]
+[assembly: AssemblyCopyright("2003 Ian Cowburn - released under the GPL")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// 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("1.0.*")]
+
+// The following attributes specify the key for the sign of your assembly. See the
+// .NET Framework documentation for more information about signing.
+// This is not required, if you don't want signing let these attributes like they're.
+[assembly: AssemblyDelaySign(false)]
+[assembly: AssemblyKeyFile("")]