19 lines
685 B
Plaintext
19 lines
685 B
Plaintext
<#@ template language="C#" #>
|
|
//
|
|
// This code was generated by a tool. Any changes made manually will be lost
|
|
// the next time this code is regenerated.
|
|
//
|
|
|
|
using System.Reflection;
|
|
|
|
[assembly: AssemblyVersion("2.4.233.<#= this.RevisionNumber #>")]
|
|
[assembly: AssemblyFileVersion("2.4.233.<#= this.RevisionNumber #>")]
|
|
[assembly: AssemblyCopyright("Proxima & Steamware © 2013-<#= DateTime.Now.Year #>")]
|
|
[assembly: AssemblyCompany("Steamware")]
|
|
<#+
|
|
// int Major = 2;
|
|
// int Minor = 4;
|
|
// int Build = 602;
|
|
// int RevisionNumber = (int)(DateTime.Now - DateTime.Today).TotalSeconds;
|
|
int RevisionNumber = (int)(DateTime.UtcNow - new DateTime(2013,12,1)).TotalDays;
|
|
#> |