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:
parent
679f54639e
commit
3ebe00d59a
4 changed files with 97 additions and 39 deletions
|
@ -7,7 +7,7 @@ StartupObject = "BeefBuild.Program"
|
|||
|
||||
[Platform.Windows]
|
||||
Description = "BeefBuild"
|
||||
FileVersion = "0.42.3"
|
||||
FileVersion = "0.42.4"
|
||||
|
||||
[Configs.Debug.Win32]
|
||||
TargetName = ""
|
||||
|
|
|
@ -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