-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAssemblyInfo.cs
28 lines (19 loc) · 880 Bytes
/
AssemblyInfo.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
using System.Reflection;
// 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( "USB test application for HIDs" ) ]
[ assembly: AssemblyDescription( "www.Lvr.com" ) ]
[ assembly: AssemblyCompany( "Lakeview Research" ) ]
[ assembly: AssemblyProduct( "usbhidio" ) ]
[ assembly: AssemblyCopyright( "c. 1999-2005 by Jan Axelson" ) ]
[ assembly: AssemblyTrademark( "" ) ]
[ assembly: AssemblyCulture( "" ) ]
// Version information for an assembly consists of the following four values:
// Major version
// Minor Version
// Revision
// Build Number
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below
[ assembly: AssemblyVersion( "2.2.*" ) ]