source: binary-improvements/7dtd-server-fixes/src/AssemblyInfo.cs@ 238

Last change on this file since 238 was 238, checked in by alloc, 9 years ago

Server fixes for A12

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