annotate Implab/Properties/AssemblyInfo.cs @ 239:eedf4d834e67 v2

fix
author cin
date Wed, 13 Dec 2017 19:54:45 +0300
parents 8dd666e6b6bf
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
1 using System.Reflection;
59
21611344d366 code cleanup
cin
parents: 0
diff changeset
2 using System.Runtime.InteropServices;
0
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
3
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
4 // Information about this assembly is defined by the following attributes.
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
5 // Change them to the values specific to your project.
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
6
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
7 [assembly: AssemblyTitle("Implab")]
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
8 [assembly: AssemblyDescription("Tools")]
234
8dd666e6b6bf Added implab nuget spec
cin
parents: 191
diff changeset
9 [assembly: AssemblyCompany("Implab.org")]
0
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
10 [assembly: AssemblyCopyright("Implab")]
234
8dd666e6b6bf Added implab nuget spec
cin
parents: 191
diff changeset
11 [assembly: AssemblyTrademark("Implab")]
0
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
12 // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
13 // The form "{Major}.{Minor}.*" will automatically update the build and revision,
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
14 // and "{Major}.{Minor}.{Build}.*" will update just the revision.
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
15
191
cc19dc78edb7 bump version to 2.1
cin
parents: 76
diff changeset
16 [assembly: AssemblyVersion("2.1.*")]
59
21611344d366 code cleanup
cin
parents: 0
diff changeset
17 [assembly: ComVisible(false)]
0
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
18
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
19 // The following attributes are used to specify the signing key for the assembly,
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
20 // if desired. See the Mono documentation for more information about signing.
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
21
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
22 //[assembly: AssemblyDelaySign(false)]
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
23 //[assembly: AssemblyKeyFile("")]
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
24