source: binary-improvements/AllocsCommands/AssemblyInfo.cs@ 362

Last change on this file since 362 was 325, checked in by alloc, 6 years ago

Code style cleanup (mostly whitespace changes, enforcing braces, using cleanup)

File size: 952 bytes
Line 
1using System.Reflection;
2
3// Information about this assembly is defined by the following attributes.
4// Change them to the values specific to your project.
5
6[assembly: AssemblyTitle ("AllocsCommands")]
7[assembly: AssemblyDescription ("")]
8[assembly: AssemblyConfiguration ("")]
9[assembly: AssemblyCompany ("")]
10[assembly: AssemblyProduct ("")]
11[assembly: AssemblyCopyright ("ci")]
12[assembly: AssemblyTrademark ("")]
13[assembly: AssemblyCulture ("")]
14
15// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
16// The form "{Major}.{Minor}.*" will automatically update the build and revision,
17// and "{Major}.{Minor}.{Build}.*" will update just the revision.
18
19[assembly: AssemblyVersion ("0.0.0.0")]
20
21// The following attributes are used to specify the signing key for the assembly,
22// if desired. See the Mono documentation for more information about signing.
23
24//[assembly: AssemblyDelaySign(false)]
25//[assembly: AssemblyKeyFile("")]
Note: See TracBrowser for help on using the repository browser.