AssemblyInfo.cs
author sl
Wed, 14 May 2014 07:53:47 +0200
changeset 1 29c8c6738077
permissions -rw-r--r--
Disabling signing to fix our build.
sl@0
     1
using System.Reflection;
sl@0
     2
//  General Information about an assembly is controlled through the following
sl@0
     3
//  set of attributes. Change these attribute values to modify the information
sl@0
     4
//  associated with an assembly
sl@0
     5
sl@0
     6
[ assembly: AssemblyTitle( "USB test application for HIDs" ) ]
sl@0
     7
[ assembly: AssemblyDescription( "www.Lvr.com" ) ]
sl@0
     8
[ assembly: AssemblyCompany( "Lakeview Research" ) ]
sl@0
     9
[ assembly: AssemblyProduct( "usbhidio" ) ]
sl@0
    10
[ assembly: AssemblyCopyright( "c. 1999-2005 by Jan Axelson" ) ]
sl@0
    11
[ assembly: AssemblyTrademark( "" ) ]
sl@0
    12
[ assembly: AssemblyCulture( "" ) ]
sl@0
    13
sl@0
    14
//  Version information for an assembly consists of the following four values:
sl@0
    15
sl@0
    16
// 	Major version
sl@0
    17
// 	Minor Version
sl@0
    18
// 	Revision
sl@0
    19
// 	Build Number
sl@0
    20
sl@0
    21
//  You can specify all the values or you can default the Revision and Build Numbers
sl@0
    22
//  by using the '*' as shown below
sl@0
    23
sl@0
    24
sl@0
    25
[ assembly: AssemblyVersion( "2.2.*" ) ]
sl@0
    26
sl@0
    27
sl@0
    28