version+Shell的命令提示符

This commit is contained in:
2026-02-05 21:35:35 +08:00
parent 34021cce51
commit 0c3ca5fc7c
4 changed files with 14 additions and 5 deletions

View File

@@ -10,6 +10,7 @@ namespace CMLeonOS.Commands
Console.WriteLine($"Major: {Version.Major}");
Console.WriteLine($"Minor: {Version.Minor}");
Console.WriteLine($"Patch: {Version.Patch}");
Console.WriteLine($"Type: {Version.VersionType}");
Console.WriteLine($"Full Version: {Version.FullVersion}");
}
}