[Nmailserver-commits] SF.net SVN: nmailserver: [167] NMail/trunk
Brought to you by:
dframpton-oss,
tmyroadctfig
|
From: <tmy...@us...> - 2007-03-04 10:03:28
|
Revision: 167
http://svn.sourceforge.net/nmailserver/?rev=167&view=rev
Author: tmyroadctfig
Date: 2007-03-04 02:03:29 -0800 (Sun, 04 Mar 2007)
Log Message:
-----------
Updated assembly information.
Modified Paths:
--------------
NMail/trunk/NDns/AssemblyInfo.cs
NMail/trunk/NMail/AssemblyInfo.cs
NMail/trunk/NMail.Administration.Console/Properties/AssemblyInfo.cs
NMail/trunk/NMail.DnsClient/AssemblyInfo.cs
NMail/trunk/NMail.ImapService/AssemblyInfo.cs
NMail/trunk/NMail.LocalStore/AssemblyInfo.cs
NMail/trunk/NMail.LocalStoreData.MySql/AssemblyInfo.cs
NMail/trunk/NMail.LocalStoreData.NHibernate/Properties/AssemblyInfo.cs
NMail/trunk/NMail.MessageRouter/AssemblyInfo.cs
NMail/trunk/NMail.RemoteAccessService.Serializers/Properties/AssemblyInfo.cs
NMail/trunk/NMail.Sendmail/AssemblyInfo.cs
NMail/trunk/NMail.Server.Console/AssemblyInfo.cs
NMail/trunk/NMail.Server.Service/AssemblyInfo.cs
NMail/trunk/NMail.SetupWizard/Properties/AssemblyInfo.cs
NMail/trunk/NMail.SmtpClient/AssemblyInfo.cs
NMail/trunk/NMail.SmtpService/AssemblyInfo.cs
NMail/trunk/NMail.SpoolData.MySql/AssemblyInfo.cs
NMail/trunk/NMail.SpoolData.NHibernate/Properties/AssemblyInfo.cs
NMail/trunk/NMail.SpoolFilter/AssemblyInfo.cs
NMail/trunk/NMail.SpoolService/AssemblyInfo.cs
NMail/trunk/NMail.UnitTests/Properties/AssemblyInfo.cs
Modified: NMail/trunk/NDns/AssemblyInfo.cs
===================================================================
--- NMail/trunk/NDns/AssemblyInfo.cs 2007-03-04 08:42:03 UTC (rev 166)
+++ NMail/trunk/NDns/AssemblyInfo.cs 2007-03-04 10:03:29 UTC (rev 167)
@@ -18,58 +18,17 @@
using System.Reflection;
using System.Runtime.CompilerServices;
-//
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-//
+// General details
[assembly: AssemblyTitle("NDns")]
-[assembly: AssemblyDescription("A Dns library for NMail.")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("")]
-[assembly: AssemblyCopyright("Luke Quinane 2004")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-
-//
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Revision and Build Numbers
-// by using the '*' as shown below:
-
[assembly: AssemblyVersion("1.0.*")]
-//
-// In order to sign your assembly you must specify a key to use. Refer to the
-// Microsoft .NET Framework documentation for more information on assembly signing.
-//
-// Use the attributes below to control which key is used for signing.
-//
-// Notes:
-// (*) If no key is specified, the assembly is not signed.
-// (*) KeyName refers to a key that has been installed in the Crypto Service
-// Provider (CSP) on your machine. KeyFile refers to a file which contains
-// a key.
-// (*) If the KeyFile and the KeyName values are both specified, the
-// following processing occurs:
-// (1) If the KeyName can be found in the CSP, that key is used.
-// (2) If the KeyName does not exist and the KeyFile does exist, the key
-// in the KeyFile is installed into the CSP and used.
-// (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility.
-// When specifying the KeyFile, the location of the KeyFile should be
-// relative to the project output directory which is
-// %Project Directory%\obj\<configuration>. For example, if your KeyFile is
-// located in the project directory, you would specify the AssemblyKeyFile
-// attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")]
-// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
-// documentation for more information on this.
-//
-[assembly: AssemblyDelaySign(false)]
-[assembly: AssemblyKeyFile("")]
-[assembly: AssemblyKeyName("")]
+[assembly: AssemblyDescription("A Dns library for NMail.")]
+[assembly: AssemblyCompany("http://NMailServer.SourceForge.net")]
+[assembly: AssemblyProduct("NMail")]
+[assembly: AssemblyCopyright("Copyright \xA9 2004 Luke Quinane")]
+
+#if DEBUG
+[assembly: AssemblyConfiguration("Debug")]
+#else
+[assembly: AssemblyConfiguration("Release")]
+#endif
Modified: NMail/trunk/NMail/AssemblyInfo.cs
===================================================================
--- NMail/trunk/NMail/AssemblyInfo.cs 2007-03-04 08:42:03 UTC (rev 166)
+++ NMail/trunk/NMail/AssemblyInfo.cs 2007-03-04 10:03:29 UTC (rev 167)
@@ -18,58 +18,17 @@
using System.Reflection;
using System.Runtime.CompilerServices;
-//
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-//
+// General details
[assembly: AssemblyTitle("NMail core library.")]
+[assembly: AssemblyVersion("1.1.*")]
+
[assembly: AssemblyDescription("Provides a core library for NMail.")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("")]
-[assembly: AssemblyCopyright("Luke Quinane and Daniel Frampton")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
+[assembly: AssemblyCompany("http://NMailServer.SourceForge.net")]
+[assembly: AssemblyProduct("NMail")]
+[assembly: AssemblyCopyright("Copyright \xA9 2004-2007 Luke Quinane and Daniel Frampton")]
-//
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Revision and Build Numbers
-// by using the '*' as shown below:
-
-[assembly: AssemblyVersion("1.0.*")]
-
-//
-// In order to sign your assembly you must specify a key to use. Refer to the
-// Microsoft .NET Framework documentation for more information on assembly signing.
-//
-// Use the attributes below to control which key is used for signing.
-//
-// Notes:
-// (*) If no key is specified, the assembly is not signed.
-// (*) KeyName refers to a key that has been installed in the Crypto Service
-// Provider (CSP) on your machine. KeyFile refers to a file which contains
-// a key.
-// (*) If the KeyFile and the KeyName values are both specified, the
-// following processing occurs:
-// (1) If the KeyName can be found in the CSP, that key is used.
-// (2) If the KeyName does not exist and the KeyFile does exist, the key
-// in the KeyFile is installed into the CSP and used.
-// (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility.
-// When specifying the KeyFile, the location of the KeyFile should be
-// relative to the project output directory which is
-// %Project Directory%\obj\<configuration>. For example, if your KeyFile is
-// located in the project directory, you would specify the AssemblyKeyFile
-// attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")]
-// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
-// documentation for more information on this.
-//
-[assembly: AssemblyDelaySign(false)]
-[assembly: AssemblyKeyFile("")]
-[assembly: AssemblyKeyName("")]
+#if DEBUG
+[assembly: AssemblyConfiguration("Debug")]
+#else
+[assembly: AssemblyConfiguration("Release")]
+#endif
Modified: NMail/trunk/NMail.Administration.Console/Properties/AssemblyInfo.cs
===================================================================
--- NMail/trunk/NMail.Administration.Console/Properties/AssemblyInfo.cs 2007-03-04 08:42:03 UTC (rev 166)
+++ NMail/trunk/NMail.Administration.Console/Properties/AssemblyInfo.cs 2007-03-04 10:03:29 UTC (rev 167)
@@ -17,34 +17,18 @@
using System.Reflection;
using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
+// General details
[assembly: AssemblyTitle("NMail.Administration.Console")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("NMail.Administration.Console")]
-[assembly: AssemblyCopyright("Copyright © 2006")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
+[assembly: AssemblyVersion("1.1.*")]
-// Setting ComVisible to false makes the types in this assembly not visible
-// to COM components. If you need to access a type in this assembly from
-// COM, set the ComVisible attribute to true on that type.
-[assembly: ComVisible(false)]
+[assembly: AssemblyDescription("A console based administration utility for NMail.")]
+[assembly: AssemblyCompany("http://NMailServer.SourceForge.net")]
+[assembly: AssemblyProduct("NMail Administration Console")]
+[assembly: AssemblyCopyright("Copyright © 2004-2006 Luke Quinane and Daniel Frampton")]
-// The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("edfbf1ab-7454-465e-beae-7fbc4275e83a")]
-
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
+#if DEBUG
+[assembly: AssemblyConfiguration("Debug")]
+#else
+[assembly: AssemblyConfiguration("Release")]
+#endif
Modified: NMail/trunk/NMail.DnsClient/AssemblyInfo.cs
===================================================================
--- NMail/trunk/NMail.DnsClient/AssemblyInfo.cs 2007-03-04 08:42:03 UTC (rev 166)
+++ NMail/trunk/NMail.DnsClient/AssemblyInfo.cs 2007-03-04 10:03:29 UTC (rev 167)
@@ -18,58 +18,17 @@
using System.Reflection;
using System.Runtime.CompilerServices;
-//
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-//
-[assembly: AssemblyTitle("")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("")]
-[assembly: AssemblyCopyright("")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
+// General details
+[assembly: AssemblyTitle("NMail DNS client provider.")]
+[assembly: AssemblyVersion("1.1.*")]
-//
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Revision and Build Numbers
-// by using the '*' as shown below:
+[assembly: AssemblyDescription("Provides a DNS client implementation for NMail.")]
+[assembly: AssemblyCompany("http://NMailServer.SourceForge.net")]
+[assembly: AssemblyProduct("NMail")]
+[assembly: AssemblyCopyright("Copyright \xA9 2004-2006 Luke Quinane and Daniel Frampton")]
-[assembly: AssemblyVersion("1.0.*")]
-
-//
-// In order to sign your assembly you must specify a key to use. Refer to the
-// Microsoft .NET Framework documentation for more information on assembly signing.
-//
-// Use the attributes below to control which key is used for signing.
-//
-// Notes:
-// (*) If no key is specified, the assembly is not signed.
-// (*) KeyName refers to a key that has been installed in the Crypto Service
-// Provider (CSP) on your machine. KeyFile refers to a file which contains
-// a key.
-// (*) If the KeyFile and the KeyName values are both specified, the
-// following processing occurs:
-// (1) If the KeyName can be found in the CSP, that key is used.
-// (2) If the KeyName does not exist and the KeyFile does exist, the key
-// in the KeyFile is installed into the CSP and used.
-// (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility.
-// When specifying the KeyFile, the location of the KeyFile should be
-// relative to the project output directory which is
-// %Project Directory%\obj\<configuration>. For example, if your KeyFile is
-// located in the project directory, you would specify the AssemblyKeyFile
-// attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")]
-// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
-// documentation for more information on this.
-//
-[assembly: AssemblyDelaySign(false)]
-[assembly: AssemblyKeyFile("")]
-[assembly: AssemblyKeyName("")]
+#if DEBUG
+[assembly: AssemblyConfiguration("Debug")]
+#else
+[assembly: AssemblyConfiguration("Release")]
+#endif
Modified: NMail/trunk/NMail.ImapService/AssemblyInfo.cs
===================================================================
--- NMail/trunk/NMail.ImapService/AssemblyInfo.cs 2007-03-04 08:42:03 UTC (rev 166)
+++ NMail/trunk/NMail.ImapService/AssemblyInfo.cs 2007-03-04 10:03:29 UTC (rev 167)
@@ -18,58 +18,17 @@
using System.Reflection;
using System.Runtime.CompilerServices;
-//
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-//
-[assembly: AssemblyTitle("NMail IMAP Service.")]
+// General details
+[assembly: AssemblyTitle("NMail IMAP service.")]
+[assembly: AssemblyVersion("1.1.*")]
+
[assembly: AssemblyDescription("Provides an IMAP server implementation for NMail.")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("")]
-[assembly: AssemblyCopyright("Luke Quinane and Daniel Frampton")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
+[assembly: AssemblyCompany("http://NMailServer.SourceForge.net")]
+[assembly: AssemblyProduct("NMail")]
+[assembly: AssemblyCopyright("Copyright \xA9 2004-2007 Luke Quinane and Daniel Frampton")]
-//
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Revision and Build Numbers
-// by using the '*' as shown below:
-
-[assembly: AssemblyVersion("1.0.*")]
-
-//
-// In order to sign your assembly you must specify a key to use. Refer to the
-// Microsoft .NET Framework documentation for more information on assembly signing.
-//
-// Use the attributes below to control which key is used for signing.
-//
-// Notes:
-// (*) If no key is specified, the assembly is not signed.
-// (*) KeyName refers to a key that has been installed in the Crypto Service
-// Provider (CSP) on your machine. KeyFile refers to a file which contains
-// a key.
-// (*) If the KeyFile and the KeyName values are both specified, the
-// following processing occurs:
-// (1) If the KeyName can be found in the CSP, that key is used.
-// (2) If the KeyName does not exist and the KeyFile does exist, the key
-// in the KeyFile is installed into the CSP and used.
-// (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility.
-// When specifying the KeyFile, the location of the KeyFile should be
-// relative to the project output directory which is
-// %Project Directory%\obj\<configuration>. For example, if your KeyFile is
-// located in the project directory, you would specify the AssemblyKeyFile
-// attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")]
-// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
-// documentation for more information on this.
-//
-[assembly: AssemblyDelaySign(false)]
-[assembly: AssemblyKeyFile("")]
-[assembly: AssemblyKeyName("")]
+#if DEBUG
+[assembly: AssemblyConfiguration("Debug")]
+#else
+[assembly: AssemblyConfiguration("Release")]
+#endif
Modified: NMail/trunk/NMail.LocalStore/AssemblyInfo.cs
===================================================================
--- NMail/trunk/NMail.LocalStore/AssemblyInfo.cs 2007-03-04 08:42:03 UTC (rev 166)
+++ NMail/trunk/NMail.LocalStore/AssemblyInfo.cs 2007-03-04 10:03:29 UTC (rev 167)
@@ -18,58 +18,17 @@
using System.Reflection;
using System.Runtime.CompilerServices;
-//
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-//
-[assembly: AssemblyTitle("")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("")]
-[assembly: AssemblyCopyright("")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
+// General details
+[assembly: AssemblyTitle("NMail Local Store library.")]
+[assembly: AssemblyVersion("1.1.*")]
-//
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Revision and Build Numbers
-// by using the '*' as shown below:
+[assembly: AssemblyDescription("Provides a local store implmentation for NMail.")]
+[assembly: AssemblyCompany("http://NMailServer.SourceForge.net")]
+[assembly: AssemblyProduct("NMail")]
+[assembly: AssemblyCopyright("Copyright \xA9 2004-2007 Luke Quinane and Daniel Frampton")]
-[assembly: AssemblyVersion("1.0.*")]
-
-//
-// In order to sign your assembly you must specify a key to use. Refer to the
-// Microsoft .NET Framework documentation for more information on assembly signing.
-//
-// Use the attributes below to control which key is used for signing.
-//
-// Notes:
-// (*) If no key is specified, the assembly is not signed.
-// (*) KeyName refers to a key that has been installed in the Crypto Service
-// Provider (CSP) on your machine. KeyFile refers to a file which contains
-// a key.
-// (*) If the KeyFile and the KeyName values are both specified, the
-// following processing occurs:
-// (1) If the KeyName can be found in the CSP, that key is used.
-// (2) If the KeyName does not exist and the KeyFile does exist, the key
-// in the KeyFile is installed into the CSP and used.
-// (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility.
-// When specifying the KeyFile, the location of the KeyFile should be
-// relative to the project output directory which is
-// %Project Directory%\obj\<configuration>. For example, if your KeyFile is
-// located in the project directory, you would specify the AssemblyKeyFile
-// attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")]
-// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
-// documentation for more information on this.
-//
-[assembly: AssemblyDelaySign(false)]
-[assembly: AssemblyKeyFile("")]
-[assembly: AssemblyKeyName("")]
+#if DEBUG
+[assembly: AssemblyConfiguration("Debug")]
+#else
+[assembly: AssemblyConfiguration("Release")]
+#endif
Modified: NMail/trunk/NMail.LocalStoreData.MySql/AssemblyInfo.cs
===================================================================
--- NMail/trunk/NMail.LocalStoreData.MySql/AssemblyInfo.cs 2007-03-04 08:42:03 UTC (rev 166)
+++ NMail/trunk/NMail.LocalStoreData.MySql/AssemblyInfo.cs 2007-03-04 10:03:29 UTC (rev 167)
@@ -18,58 +18,17 @@
using System.Reflection;
using System.Runtime.CompilerServices;
-//
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-//
-[assembly: AssemblyTitle("")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("")]
-[assembly: AssemblyCopyright("")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
+// General details
+[assembly: AssemblyTitle("NMail MySql Local Store Data.")]
+[assembly: AssemblyVersion("1.1.*")]
-//
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Revision and Build Numbers
-// by using the '*' as shown below:
+[assembly: AssemblyDescription("Provides an MySql based local store data implementation for NMail.")]
+[assembly: AssemblyCompany("http://NMailServer.SourceForge.net")]
+[assembly: AssemblyProduct("NMail")]
+[assembly: AssemblyCopyright("Copyright \xA9 2004-2007 Luke Quinane and Daniel Frampton")]
-[assembly: AssemblyVersion("1.0.*")]
-
-//
-// In order to sign your assembly you must specify a key to use. Refer to the
-// Microsoft .NET Framework documentation for more information on assembly signing.
-//
-// Use the attributes below to control which key is used for signing.
-//
-// Notes:
-// (*) If no key is specified, the assembly is not signed.
-// (*) KeyName refers to a key that has been installed in the Crypto Service
-// Provider (CSP) on your machine. KeyFile refers to a file which contains
-// a key.
-// (*) If the KeyFile and the KeyName values are both specified, the
-// following processing occurs:
-// (1) If the KeyName can be found in the CSP, that key is used.
-// (2) If the KeyName does not exist and the KeyFile does exist, the key
-// in the KeyFile is installed into the CSP and used.
-// (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility.
-// When specifying the KeyFile, the location of the KeyFile should be
-// relative to the project output directory which is
-// %Project Directory%\obj\<configuration>. For example, if your KeyFile is
-// located in the project directory, you would specify the AssemblyKeyFile
-// attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")]
-// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
-// documentation for more information on this.
-//
-[assembly: AssemblyDelaySign(false)]
-[assembly: AssemblyKeyFile("")]
-[assembly: AssemblyKeyName("")]
+#if DEBUG
+[assembly: AssemblyConfiguration("Debug")]
+#else
+[assembly: AssemblyConfiguration("Release")]
+#endif
\ No newline at end of file
Modified: NMail/trunk/NMail.LocalStoreData.NHibernate/Properties/AssemblyInfo.cs
===================================================================
--- NMail/trunk/NMail.LocalStoreData.NHibernate/Properties/AssemblyInfo.cs 2007-03-04 08:42:03 UTC (rev 166)
+++ NMail/trunk/NMail.LocalStoreData.NHibernate/Properties/AssemblyInfo.cs 2007-03-04 10:03:29 UTC (rev 167)
@@ -1,35 +1,34 @@
-using System.Reflection;
+/*
+ * Copyright 2004-2006 Luke Quinane and Daniel Frampton
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
+using System.Reflection;
using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[assembly: AssemblyTitle("NMail.LocalStoreData.NHibernate")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("NMail.LocalStoreData.NHibernate")]
-[assembly: AssemblyCopyright("Copyright © 2007")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
+// General details
+[assembly: AssemblyTitle("NMail NHibernate Local Store Data.")]
+[assembly: AssemblyVersion("1.1.*")]
-// Setting ComVisible to false makes the types in this assembly not visible
-// to COM components. If you need to access a type in this assembly from
-// COM, set the ComVisible attribute to true on that type.
-[assembly: ComVisible(false)]
+[assembly: AssemblyDescription("Provides an NHibernate based local store data implementation for NMail.")]
+[assembly: AssemblyCompany("http://NMailServer.SourceForge.net")]
+[assembly: AssemblyProduct("NMail")]
+[assembly: AssemblyCopyright("Copyright © 2007 Luke Quinane")]
-// The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("4f310b23-2c73-4abe-8f6e-eb092078282c")]
-
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Revision and Build Numbers
-// by using the '*' as shown below:
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
+#if DEBUG
+[assembly: AssemblyConfiguration("Debug")]
+#else
+[assembly: AssemblyConfiguration("Release")]
+#endif
\ No newline at end of file
Modified: NMail/trunk/NMail.MessageRouter/AssemblyInfo.cs
===================================================================
--- NMail/trunk/NMail.MessageRouter/AssemblyInfo.cs 2007-03-04 08:42:03 UTC (rev 166)
+++ NMail/trunk/NMail.MessageRouter/AssemblyInfo.cs 2007-03-04 10:03:29 UTC (rev 167)
@@ -18,58 +18,18 @@
using System.Reflection;
using System.Runtime.CompilerServices;
-//
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-//
-[assembly: AssemblyTitle("NMail message router.")]
-[assembly: AssemblyDescription("Provides a message router implementation for NMail.")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("")]
-[assembly: AssemblyCopyright("Luke Quinane and Daniel Frampton")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-//
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Revision and Build Numbers
-// by using the '*' as shown below:
+// General details
+[assembly: AssemblyTitle("NMail Message Router.")]
+[assembly: AssemblyVersion("1.1.*")]
-[assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyDescription("Provides a message router implementation for NMail.")]
+[assembly: AssemblyCompany("http://NMailServer.SourceForge.net")]
+[assembly: AssemblyProduct("NMail")]
+[assembly: AssemblyCopyright("Copyright \xA9 2004-2007 Luke Quinane and Daniel Frampton")]
-//
-// In order to sign your assembly you must specify a key to use. Refer to the
-// Microsoft .NET Framework documentation for more information on assembly signing.
-//
-// Use the attributes below to control which key is used for signing.
-//
-// Notes:
-// (*) If no key is specified, the assembly is not signed.
-// (*) KeyName refers to a key that has been installed in the Crypto Service
-// Provider (CSP) on your machine. KeyFile refers to a file which contains
-// a key.
-// (*) If the KeyFile and the KeyName values are both specified, the
-// following processing occurs:
-// (1) If the KeyName can be found in the CSP, that key is used.
-// (2) If the KeyName does not exist and the KeyFile does exist, the key
-// in the KeyFile is installed into the CSP and used.
-// (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility.
-// When specifying the KeyFile, the location of the KeyFile should be
-// relative to the project output directory which is
-// %Project Directory%\obj\<configuration>. For example, if your KeyFile is
-// located in the project directory, you would specify the AssemblyKeyFile
-// attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")]
-// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
-// documentation for more information on this.
-//
-[assembly: AssemblyDelaySign(false)]
-[assembly: AssemblyKeyFile("")]
-[assembly: AssemblyKeyName("")]
+#if DEBUG
+[assembly: AssemblyConfiguration("Debug")]
+#else
+[assembly: AssemblyConfiguration("Release")]
+#endif
Modified: NMail/trunk/NMail.RemoteAccessService.Serializers/Properties/AssemblyInfo.cs
===================================================================
--- NMail/trunk/NMail.RemoteAccessService.Serializers/Properties/AssemblyInfo.cs 2007-03-04 08:42:03 UTC (rev 166)
+++ NMail/trunk/NMail.RemoteAccessService.Serializers/Properties/AssemblyInfo.cs 2007-03-04 10:03:29 UTC (rev 167)
@@ -1,35 +1,35 @@
-using System.Reflection;
+/*
+ * Copyright 2004-2007 Luke Quinane and Daniel Frampton
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
+using System.Reflection;
using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[assembly: AssemblyTitle("NMail.RemoteAccessServiceSerializers")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("NMail.RemoteAccessServiceSerializers")]
-[assembly: AssemblyCopyright("Copyright © 2006")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-// Setting ComVisible to false makes the types in this assembly not visible
-// to COM components. If you need to access a type in this assembly from
-// COM, set the ComVisible attribute to true on that type.
-[assembly: ComVisible(false)]
+// General details
+[assembly: AssemblyTitle("NMail Remote Access Serializers.")]
+[assembly: AssemblyVersion("1.1.*")]
-// The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("993fe48c-1f11-4884-b320-fdb2e300c663")]
+[assembly: AssemblyDescription("Provides a XML serializers for NMail's remote access interface.")]
+[assembly: AssemblyCompany("http://NMailServer.SourceForge.net")]
+[assembly: AssemblyProduct("NMail")]
+[assembly: AssemblyCopyright("Copyright © 2006-2007 Luke Quinane")]
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Revision and Build Numbers
-// by using the '*' as shown below:
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
+#if DEBUG
+[assembly: AssemblyConfiguration("Debug")]
+#else
+[assembly: AssemblyConfiguration("Release")]
+#endif
Modified: NMail/trunk/NMail.Sendmail/AssemblyInfo.cs
===================================================================
--- NMail/trunk/NMail.Sendmail/AssemblyInfo.cs 2007-03-04 08:42:03 UTC (rev 166)
+++ NMail/trunk/NMail.Sendmail/AssemblyInfo.cs 2007-03-04 10:03:29 UTC (rev 167)
@@ -18,58 +18,17 @@
using System.Reflection;
using System.Runtime.CompilerServices;
-//
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-//
+// General details
[assembly: AssemblyTitle("NMail sendmail style interface.")]
+[assembly: AssemblyVersion("1.1.*")]
+
[assembly: AssemblyDescription("Provides a 'sendmail' style command line interface.")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("")]
-[assembly: AssemblyCopyright("Luke Quinane and Daniel Frampton")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
+[assembly: AssemblyCompany("http://NMailServer.SourceForge.net")]
+[assembly: AssemblyProduct("NMail")]
+[assembly: AssemblyCopyright("Copyright \xA9 2004-2007 Luke Quinane and Daniel Frampton")]
-//
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Revision and Build Numbers
-// by using the '*' as shown below:
-
-[assembly: AssemblyVersion("1.0.*")]
-
-//
-// In order to sign your assembly you must specify a key to use. Refer to the
-// Microsoft .NET Framework documentation for more information on assembly signing.
-//
-// Use the attributes below to control which key is used for signing.
-//
-// Notes:
-// (*) If no key is specified, the assembly is not signed.
-// (*) KeyName refers to a key that has been installed in the Crypto Service
-// Provider (CSP) on your machine. KeyFile refers to a file which contains
-// a key.
-// (*) If the KeyFile and the KeyName values are both specified, the
-// following processing occurs:
-// (1) If the KeyName can be found in the CSP, that key is used.
-// (2) If the KeyName does not exist and the KeyFile does exist, the key
-// in the KeyFile is installed into the CSP and used.
-// (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility.
-// When specifying the KeyFile, the location of the KeyFile should be
-// relative to the project output directory which is
-// %Project Directory%\obj\<configuration>. For example, if your KeyFile is
-// located in the project directory, you would specify the AssemblyKeyFile
-// attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")]
-// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
-// documentation for more information on this.
-//
-[assembly: AssemblyDelaySign(false)]
-[assembly: AssemblyKeyFile("")]
-[assembly: AssemblyKeyName("")]
+#if DEBUG
+[assembly: AssemblyConfiguration("Debug")]
+#else
+[assembly: AssemblyConfiguration("Release")]
+#endif
Modified: NMail/trunk/NMail.Server.Console/AssemblyInfo.cs
===================================================================
--- NMail/trunk/NMail.Server.Console/AssemblyInfo.cs 2007-03-04 08:42:03 UTC (rev 166)
+++ NMail/trunk/NMail.Server.Console/AssemblyInfo.cs 2007-03-04 10:03:29 UTC (rev 167)
@@ -18,58 +18,17 @@
using System.Reflection;
using System.Runtime.CompilerServices;
-//
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-//
-[assembly: AssemblyTitle("")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("")]
-[assembly: AssemblyCopyright("")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
+// General details
+[assembly: AssemblyTitle("NMail Console Server.")]
+[assembly: AssemblyVersion("1.1.*")]
-//
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Revision and Build Numbers
-// by using the '*' as shown below:
+[assembly: AssemblyDescription("Provides a console based server for NMail.")]
+[assembly: AssemblyCompany("http://NMailServer.SourceForge.net")]
+[assembly: AssemblyProduct("NMail")]
+[assembly: AssemblyCopyright("Copyright \xA9 2004-2007 Luke Quinane and Daniel Frampton")]
-[assembly: AssemblyVersion("1.0.*")]
-
-//
-// In order to sign your assembly you must specify a key to use. Refer to the
-// Microsoft .NET Framework documentation for more information on assembly signing.
-//
-// Use the attributes below to control which key is used for signing.
-//
-// Notes:
-// (*) If no key is specified, the assembly is not signed.
-// (*) KeyName refers to a key that has been installed in the Crypto Service
-// Provider (CSP) on your machine. KeyFile refers to a file which contains
-// a key.
-// (*) If the KeyFile and the KeyName values are both specified, the
-// following processing occurs:
-// (1) If the KeyName can be found in the CSP, that key is used.
-// (2) If the KeyName does not exist and the KeyFile does exist, the key
-// in the KeyFile is installed into the CSP and used.
-// (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility.
-// When specifying the KeyFile, the location of the KeyFile should be
-// relative to the project output directory which is
-// %Project Directory%\obj\<configuration>. For example, if your KeyFile is
-// located in the project directory, you would specify the AssemblyKeyFile
-// attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")]
-// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
-// documentation for more information on this.
-//
-[assembly: AssemblyDelaySign(false)]
-[assembly: AssemblyKeyFile("")]
-[assembly: AssemblyKeyName("")]
+#if DEBUG
+[assembly: AssemblyConfiguration("Debug")]
+#else
+[assembly: AssemblyConfiguration("Release")]
+#endif
Modified: NMail/trunk/NMail.Server.Service/AssemblyInfo.cs
===================================================================
--- NMail/trunk/NMail.Server.Service/AssemblyInfo.cs 2007-03-04 08:42:03 UTC (rev 166)
+++ NMail/trunk/NMail.Server.Service/AssemblyInfo.cs 2007-03-04 10:03:29 UTC (rev 167)
@@ -18,58 +18,17 @@
using System.Reflection;
using System.Runtime.CompilerServices;
-//
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-//
-[assembly: AssemblyTitle("")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("")]
-[assembly: AssemblyCopyright("")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
+// General details
+[assembly: AssemblyTitle("NMail Server Service.")]
+[assembly: AssemblyVersion("1.1.*")]
-//
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Revision and Build Numbers
-// by using the '*' as shown below:
+[assembly: AssemblyDescription("Provides a Windows based service to host the NMail server.")]
+[assembly: AssemblyCompany("http://NMailServer.SourceForge.net")]
+[assembly: AssemblyProduct("NMail")]
+[assembly: AssemblyCopyright("Copyright \xA9 2004-2007 Luke Quinane and Daniel Frampton")]
-[assembly: AssemblyVersion("1.0.*")]
-
-//
-// In order to sign your assembly you must specify a key to use. Refer to the
-// Microsoft .NET Framework documentation for more information on assembly signing.
-//
-// Use the attributes below to control which key is used for signing.
-//
-// Notes:
-// (*) If no key is specified, the assembly is not signed.
-// (*) KeyName refers to a key that has been installed in the Crypto Service
-// Provider (CSP) on your machine. KeyFile refers to a file which contains
-// a key.
-// (*) If the KeyFile and the KeyName values are both specified, the
-// following processing occurs:
-// (1) If the KeyName can be found in the CSP, that key is used.
-// (2) If the KeyName does not exist and the KeyFile does exist, the key
-// in the KeyFile is installed into the CSP and used.
-// (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility.
-// When specifying the KeyFile, the location of the KeyFile should be
-// relative to the project output directory which is
-// %Project Directory%\obj\<configuration>. For example, if your KeyFile is
-// located in the project directory, you would specify the AssemblyKeyFile
-// attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")]
-// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
-// documentation for more information on this.
-//
-[assembly: AssemblyDelaySign(false)]
-[assembly: AssemblyKeyFile("")]
-[assembly: AssemblyKeyName("")]
+#if DEBUG
+[assembly: AssemblyConfiguration("Debug")]
+#else
+[assembly: AssemblyConfiguration("Release")]
+#endif
Modified: NMail/trunk/NMail.SetupWizard/Properties/AssemblyInfo.cs
===================================================================
--- NMail/trunk/NMail.SetupWizard/Properties/AssemblyInfo.cs 2007-03-04 08:42:03 UTC (rev 166)
+++ NMail/trunk/NMail.SetupWizard/Properties/AssemblyInfo.cs 2007-03-04 10:03:29 UTC (rev 167)
@@ -19,32 +19,17 @@
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[assembly: AssemblyTitle("NMail.SetupWizard")]
+// General details
+[assembly: AssemblyTitle("NMail Setup Wizard.")]
+[assembly: AssemblyVersion("1.1.*")]
+
[assembly: AssemblyDescription("A wizard for setting up NMail installations.")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("NMail.SetupWizard")]
-[assembly: AssemblyCopyright("Copyright © 2006")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
+[assembly: AssemblyCompany("http://NMailServer.SourceForge.net")]
+[assembly: AssemblyProduct("NMail")]
+[assembly: AssemblyCopyright("Copyright © 2004-2007 Luke Quinane and Daniel Frampton")]
-// Setting ComVisible to false makes the types in this assembly not visible
-// to COM components. If you need to access a type in this assembly from
-// COM, set the ComVisible attribute to true on that type.
-[assembly: ComVisible(false)]
-
-// The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("a8ab4221-e627-4364-a6e3-f53a368c2b4d")]
-
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
+#if DEBUG
+[assembly: AssemblyConfiguration("Debug")]
+#else
+[assembly: AssemblyConfiguration("Release")]
+#endif
Modified: NMail/trunk/NMail.SmtpClient/AssemblyInfo.cs
===================================================================
--- NMail/trunk/NMail.SmtpClient/AssemblyInfo.cs 2007-03-04 08:42:03 UTC (rev 166)
+++ NMail/trunk/NMail.SmtpClient/AssemblyInfo.cs 2007-03-04 10:03:29 UTC (rev 167)
@@ -18,58 +18,18 @@
using System.Reflection;
using System.Runtime.CompilerServices;
-//
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-//
+
+// General details
[assembly: AssemblyTitle("NMail SMTP client.")]
+[assembly: AssemblyVersion("1.1.*")]
+
[assembly: AssemblyDescription("Provides a SMTP client implementation for NMail.")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("")]
-[assembly: AssemblyCopyright("Luke Quinane and Daniel Frampton")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
+[assembly: AssemblyCompany("http://NMailServer.SourceForge.net")]
+[assembly: AssemblyProduct("NMail")]
+[assembly: AssemblyCopyright("Copyright \xA9 2004-2007 Luke Quinane and Daniel Frampton")]
-//
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Revision and Build Numbers
-// by using the '*' as shown below:
-
-[assembly: AssemblyVersion("1.0.*")]
-
-//
-// In order to sign your assembly you must specify a key to use. Refer to the
-// Microsoft .NET Framework documentation for more information on assembly signing.
-//
-// Use the attributes below to control which key is used for signing.
-//
-// Notes:
-// (*) If no key is specified, the assembly is not signed.
-// (*) KeyName refers to a key that has been installed in the Crypto Service
-// Provider (CSP) on your machine. KeyFile refers to a file which contains
-// a key.
-// (*) If the KeyFile and the KeyName values are both specified, the
-// following processing occurs:
-// (1) If the KeyName can be found in the CSP, that key is used.
-// (2) If the KeyName does not exist and the KeyFile does exist, the key
-// in the KeyFile is installed into the CSP and used.
-// (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility.
-// When specifying the KeyFile, the location of the KeyFile should be
-// relative to the project output directory which is
-// %Project Directory%\obj\<configuration>. For example, if your KeyFile is
-// located in the project directory, you would specify the AssemblyKeyFile
-// attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")]
-// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
-// documentation for more information on this.
-//
-[assembly: AssemblyDelaySign(false)]
-[assembly: AssemblyKeyFile("")]
-[assembly: AssemblyKeyName("")]
+#if DEBUG
+[assembly: AssemblyConfiguration("Debug")]
+#else
+[assembly: AssemblyConfiguration("Release")]
+#endif
Modified: NMail/trunk/NMail.SmtpService/AssemblyInfo.cs
===================================================================
--- NMail/trunk/NMail.SmtpService/AssemblyInfo.cs 2007-03-04 08:42:03 UTC (rev 166)
+++ NMail/trunk/NMail.SmtpService/AssemblyInfo.cs 2007-03-04 10:03:29 UTC (rev 167)
@@ -18,58 +18,17 @@
using System.Reflection;
using System.Runtime.CompilerServices;
-//
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-//
+// General details
[assembly: AssemblyTitle("NMail SMTP service.")]
+[assembly: AssemblyVersion("1.1.*")]
+
[assembly: AssemblyDescription("Provides a SMTP server implementation for NMail.")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("")]
-[assembly: AssemblyCopyright("Luke Quinane and Daniel Frampton")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
+[assembly: AssemblyCompany("http://NMailServer.SourceForge.net")]
+[assembly: AssemblyProduct("NMail")]
+[assembly: AssemblyCopyright("Copyright \xA9 2004-2007 Luke Quinane and Daniel Frampton")]
-//
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Revision and Build Numbers
-// by using the '*' as shown below:
-
-[assembly: AssemblyVersion("1.0.*")]
-
-//
-// In order to sign your assembly you must specify a key to use. Refer to the
-// Microsoft .NET Framework documentation for more information on assembly signing.
-//
-// Use the attributes below to control which key is used for signing.
-//
-// Notes:
-// (*) If no key is specified, the assembly is not signed.
-// (*) KeyName refers to a key that has been installed in the Crypto Service
-// Provider (CSP) on your machine. KeyFile refers to a file which contains
-// a key.
-// (*) If the KeyFile and the KeyName values are both specified, the
-// following processing occurs:
-// (1) If the KeyName can be found in the CSP, that key is used.
-// (2) If the KeyName does not exist and the KeyFile does exist, the key
-// in the KeyFile is installed into the CSP and used.
-// (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility.
-// When specifying the KeyFile, the location of the KeyFile should be
-// relative to the project output directory which is
-// %Project Directory%\obj\<configuration>. For example, if your KeyFile is
-// located in the project directory, you would specify the AssemblyKeyFile
-// attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")]
-// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
-// documentation for more information on this.
-//
-[assembly: AssemblyDelaySign(false)]
-[assembly: AssemblyKeyFile("")]
-[assembly: AssemblyKeyName("")]
+#if DEBUG
+[assembly: AssemblyConfiguration("Debug")]
+#else
+[assembly: AssemblyConfiguration("Release")]
+#endif
Modified: NMail/trunk/NMail.SpoolData.MySql/AssemblyInfo.cs
===================================================================
--- NMail/trunk/NMail.SpoolData.MySql/AssemblyInfo.cs 2007-03-04 08:42:03 UTC (rev 166)
+++ NMail/trunk/NMail.SpoolData.MySql/AssemblyInfo.cs 2007-03-04 10:03:29 UTC (rev 167)
@@ -18,58 +18,17 @@
using System.Reflection;
using System.Runtime.CompilerServices;
-//
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-//
-[assembly: AssemblyTitle("")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("")]
-[assembly: AssemblyCopyright("")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
+// General details
+[assembly: AssemblyTitle("NMail MySql Spool Data.")]
+[assembly: AssemblyVersion("1.1.*")]
-//
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Revision and Build Numbers
-// by using the '*' as shown below:
+[assembly: AssemblyDescription("Provides a MySql based spool data implementation for NMail.")]
+[assembly: AssemblyCompany("http://NMailServer.SourceForge.net")]
+[assembly: AssemblyProduct("NMail")]
+[assembly: AssemblyCopyright("Copyright \xA9 2004-2007 Luke Quinane and Daniel Frampton")]
-[assembly: AssemblyVersion("1.0.*")]
-
-//
-// In order to sign your assembly you must specify a key to use. Refer to the
-// Microsoft .NET Framework documentation for more information on assembly signing.
-//
-// Use the attributes below to control which key is used for signing.
-//
-// Notes:
-// (*) If no key is specified, the assembly is not signed.
-// (*) KeyName refers to a key that has been installed in the Crypto Service
-// Provider (CSP) on your machine. KeyFile refers to a file which contains
-// a key.
-// (*) If the KeyFile and the KeyName values are both specified, the
-// following processing occurs:
-// (1) If the KeyName can be found in the CSP, that key is used.
-// (2) If the KeyName does not exist and the KeyFile does exist, the key
-// in the KeyFile is installed into the CSP and used.
-// (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility.
-// When specifying the KeyFile, the location of the KeyFile should be
-// relative to the project output directory which is
-// %Project Directory%\obj\<configuration>. For example, if your KeyFile is
-// located in the project directory, you would specify the AssemblyKeyFile
-// attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")]
-// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
-// documentation for more information on this.
-//
-[assembly: AssemblyDelaySign(false)]
-[assembly: AssemblyKeyFile("")]
-[assembly: AssemblyKeyName("")]
+#if DEBUG
+[assembly: AssemblyConfiguration("Debug")]
+#else
+[assembly: AssemblyConfiguration("Release")]
+#endif
Modified: NMail/trunk/NMail.SpoolData.NHibernate/Properties/AssemblyInfo.cs
===================================================================
--- NMail/trunk/NMail.SpoolData.NHibernate/Properties/AssemblyInfo.cs 2007-03-04 08:42:03 UTC (rev 166)
+++ NMail/trunk/NMail.SpoolData.NHibernate/Properties/AssemblyInfo.cs 2007-03-04 10:03:29 UTC (rev 167)
@@ -1,35 +1,34 @@
-using System.Reflection;
+/*
+ * Copyright 2004-2007 Luke Quinane
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
+using System.Reflection;
using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[assembly: AssemblyTitle("NMail.SpoolData.NHibernate")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("NMail.SpoolData.NHibernate")]
-[assembly: AssemblyCopyright("Copyright © 2007")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
+// General details
+[assembly: AssemblyTitle("NMail NHibernate Spool Data.")]
+[assembly: AssemblyVersion("1.1.*")]
-// Setting ComVisible to false makes the types in this assembly not visible
-// to COM components. If you need to access a type in this assembly from
-// COM, set the ComVisible attribute to true on that type.
-[assembly: ComVisible(false)]
+[assembly: AssemblyDescription("Provides a NHibernate based spool data implementation for NMail.")]
+[assembly: AssemblyCompany("http://NMailServer.SourceForge.net")]
+[assembly: AssemblyProduct("NMail")]
+[assembly: AssemblyCopyright("Copyright © 2007 Luke Quinane")]
-// The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("5bd9b2cc-5edd-4939-8e20-3a93b57209d0")]
-
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Revision and Build Numbers
-// by using the '*' as shown below:
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
+#if DEBUG
+[assembly: AssemblyConfiguration("Debug")]
+#else
+[assembly: AssemblyConfiguration("Release")]
+#endif
Modified: NMail/trunk/NMail.SpoolFilter/AssemblyInfo.cs
===================================================================
--- NMail/trunk/NMail.SpoolFilter/AssemblyInfo.cs 2007-03-04 08:42:03 UTC (rev 166)
+++ NMail/trunk/NMail.SpoolFilter/AssemblyInfo.cs 2007-03-04 10:03:29 UTC (rev 167)
@@ -18,58 +18,17 @@
using System.Reflection;
using System.Runtime.CompilerServices;
-//
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-//
-[assembly: AssemblyTitle("")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("")]
-[assembly: AssemblyCopyright("")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
+// General details
+[assembly: AssemblyTitle("NMail Spool Filter Service.")]
+[assembly: AssemblyVersion("1.1.*")]
-//
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Revision and Build Numbers
-// by using the '*' as shown below:
+[assembly: AssemblyDescription("Provides a spool filter service implementation for NMail.")]
+[assembly: AssemblyCompany("http://NMailServer.SourceForge.net")]
+[assembly: AssemblyProduct("NMail")]
+[assembly: AssemblyCopyright("Copyright \xA9 2004-2007 Luke Quinane and Daniel Frampton")]
-[assembly: AssemblyVersion("1.0.*")]
-
-//
-// In order to sign your assembly you must specify a key to use. Refer to the
-// Microsoft .NET Framework documentation for more information on assembly signing.
-//
-// Use the attributes below to control which key is used for signing.
-//
-// Notes:
-// (*) If no key is specified, the assembly is not signed.
-// (*) KeyName refers to a key that has been installed in the Crypto Service
-// Provider (CSP) on your machine. KeyFile refers to a file which contains
-// a key.
-// (*) If the KeyFile and the KeyName values are both specified, the
-// following processing occurs:
-// (1) If the KeyName can be found in the CSP, that key is used.
-// (2) If the KeyName does not exist and the KeyFile does exist, the key
-// in the KeyFile is installed into the CSP and used.
-// (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility.
-// When specifying the KeyFile, the location of the KeyFile should be
-// relative to the project output directory which is
-// %Project Directory%\obj\<configuration>. For example, if your KeyFile is
-// located in the project directory, you would specify the AssemblyKeyFile
-// attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")]
-// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
-// documentation for more information on this.
-//
-[assembly: AssemblyDelaySign(false)]
-[assembly: AssemblyKeyFile("")]
-[assembly: AssemblyKeyName("")]
+#if DEBUG
+[assembly: AssemblyConfiguration("Debug")]
+#else
+[assembly: AssemblyConfiguration("Release")]
+#endif
Modified: NMail/trunk/NMail.SpoolService/AssemblyInfo.cs
===================================================================
--- NMail/trunk/NMail.SpoolService/AssemblyInfo.cs 2007-03-04 08:42:03 UTC (rev 166)
+++ NMail/trunk/NMail.SpoolService/AssemblyInfo.cs 2007-03-04 10:03:29 UTC (rev 167)
@@ -18,58 +18,18 @@
using System.Reflection;
using System.Runtime.CompilerServices;
-//
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-//
-[assembly: AssemblyTitle("NMail SMTP spool service.")]
-[assembly: AssemblyDescription("Provides an implem...
[truncated message content] |