2010-08-04 13:42:06 -07:00
|
|
|
|
using System.Reflection;
|
|
|
|
|
using System.Runtime.InteropServices;
|
2010-11-05 13:40:05 -07:00
|
|
|
|
using System.Security;
|
2010-08-04 13:42:06 -07:00
|
|
|
|
|
|
|
|
|
// 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.
|
2010-08-04 15:00:30 -07:00
|
|
|
|
[assembly: AssemblyTitle("Orchard.ArchiveLater")]
|
2010-08-04 13:42:06 -07:00
|
|
|
|
[assembly: AssemblyDescription("")]
|
|
|
|
|
[assembly: AssemblyConfiguration("")]
|
2010-08-04 15:00:30 -07:00
|
|
|
|
[assembly: AssemblyProduct("Orchard")]
|
2015-04-28 11:07:04 -07:00
|
|
|
|
[assembly: AssemblyCopyright("Copyright © .NET Foundation")]
|
2010-08-04 13:42:06 -07:00
|
|
|
|
[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)]
|
|
|
|
|
|
|
|
|
|
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
|
|
|
|
[assembly: Guid("41dff4d9-c77b-447f-a557-ca4289b6f50b")]
|
|
|
|
|
|
|
|
|
|
// 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:
|
2015-04-28 11:07:04 -07:00
|
|
|
|
[assembly: AssemblyVersion("1.8.2")]
|
|
|
|
|
[assembly: AssemblyFileVersion("1.8.2")]
|
2012-04-23 12:30:01 -07:00
|
|
|
|
|