1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +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

@ -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
{