Add more build info

This commit is contained in:
Silica 2022-03-08 20:35:17 -05:00
parent 1b7dab464d
commit 78c6d8f607
6 changed files with 302 additions and 10 deletions

View file

@ -114,5 +114,34 @@ namespace HISP.Properties {
}
}
internal static string GitTag
{
get
{
return ResourceManager.GetString("GitTag", resourceCulture);
}
}
internal static string GitBranch
{
get
{
return ResourceManager.GetString("GitBranch", resourceCulture);
}
}
internal static string BuildDate
{
get
{
return ResourceManager.GetString("BuildDate", resourceCulture);
}
}
internal static string BuildTime
{
get
{
return ResourceManager.GetString("BuildTime", resourceCulture);
}
}
}
}