Component File /AssemblyInfo.vb (VB.NET)
1: Imports System.Reflection
2: Imports System.Runtime.CompilerServices
3: Imports System.Runtime.InteropServices
4:
5: ' General Information about an assembly is controlled through the following
6: ' set of attributes. Change these attribute values to modify the information
7: ' associated with an assembly
8:
9:
10: ' TODO: Review the values of the assembly attributes
11:
12:
13: <Assembly: AssemblyTitle("")>
14: <Assembly: AssemblyDescription("")>
15: <Assembly: AssemblyCompany("Winnersh Triangle Web Solutions Limited")>
16: <Assembly: AssemblyProduct("SQL Documentation Tool")>
17: <Assembly: AssemblyCopyright("(c) Winnersh Triangle Web Solutions Limited 2005")>
18: <Assembly: AssemblyTrademark("")>
19: <Assembly: AssemblyCulture("")>
20:
21: ' Version information for an assembly consists of the following four values:
22:
23: ' Major version
24: ' Minor Version
25: ' Revision
26: ' Build Number
27:
28: ' You can specify all the values or you can default the Revision and Build Numbers
29: ' by using the '*' as shown below
30:
31:
32: <Assembly: AssemblyVersion("6.0.*")>
33:
34: