mirror of
https://github.com/tonytins/tomas.git
synced 2025-06-26 02:14:42 -04:00
.NET 6 quality of life changes to Tomas.Common
- Split and simplified version details - Raw commit hash is now a build number based on that hash
This commit is contained in:
parent
69fcc9c776
commit
a029d8d4d9
13 changed files with 81 additions and 79 deletions
|
@ -8,7 +8,7 @@ public class About : IProgram
|
|||
{
|
||||
public bool Run(IShell shell)
|
||||
{
|
||||
Console.WriteLine($"{ComConsts.NAME} Terminal Emulator v{ComConsts.VersionGit}{Environment.NewLine}"
|
||||
Console.WriteLine($"{ComConsts.NAME} Terminal Emulator v{ComConsts.BuildNumber}{Environment.NewLine}"
|
||||
+ "TOMAS (Tony's Managed Operating System) is a operating system written in C# using the COSMOS framework.");
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue