source: binary-improvements2/CommandExtensions/src/AssemblyInfo.cs@ 413

Last change on this file since 413 was 391, checked in by alloc, 2 years ago

Major refactoring/cleanup

File size: 987 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 ("CommandExtensions")]
7[assembly: AssemblyDescription ("")]
8[assembly: AssemblyConfiguration ("")]
9[assembly: AssemblyCompany ("The Fun Pimps LLC")]
10[assembly: AssemblyProduct ("")]
11[assembly: AssemblyCopyright ("The Fun Pimps LLC")]
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.