Thor/Thor.Shared/Version.tt
2025-09-03 04:25:16 +02:00

19 lines
447 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;
<#+
string MajorVersion = "1";
string MinorVersion = "0";
string PatchVersion = "1";
string BuildVersion = "0";
DateTime BuildDate = DateTime.UtcNow;
int RevisionNumber = (int)(DateTime.UtcNow - new DateTime(2010,1,1)).TotalDays;
#>