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:
parent
679f54639e
commit
3ebe00d59a
4 changed files with 97 additions and 39 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue