20 lines
654 B
C#
20 lines
654 B
C#
|
|
using System.Reflection;
|
|
|
|
[assembly: AssemblyCompany("Threeplicate Srl")]
|
|
[assembly: AssemblyProduct("ScrewTurn Wiki")]
|
|
[assembly: AssemblyCopyright("Copyright © Threeplicate Srl 2006-2010")]
|
|
[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("3.0.1.464")]
|
|
[assembly: AssemblyFileVersion("3.0.1.464")]
|