mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-24 05:35:51 +12:00
Add more build info
This commit is contained in:
parent
1b7dab464d
commit
78c6d8f607
6 changed files with 302 additions and 10 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue