1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-04 23:36:00 +02:00

Added version constant

This commit is contained in:
Brian Fiete 2020-04-30 10:34:37 -07:00
parent 679f54639e
commit 3ebe00d59a
4 changed files with 97 additions and 39 deletions

View file

@ -7,7 +7,7 @@ StartupObject = "BeefBuild.Program"
[Platform.Windows]
Description = "BeefBuild"
FileVersion = "0.42.3"
FileVersion = "0.42.4"
[Configs.Debug.Win32]
TargetName = ""

View file

@ -37,7 +37,7 @@ namespace BeefBuild
mApp.ParseCommandLine(commandLine);
if (mApp.mVerb == .GetVersion)
{
Console.WriteLine("BeefBuild {}", mApp.GetVersionInfo(var exeTime).FileVersion);
Console.WriteLine("BeefBuild {}", IDE.IDEApp.cVersion);
}
else
{