mirror of
https://github.com/SoPat712/allstarr.git
synced 2026-02-09 23:55:10 -05:00
logic fix
This commit is contained in:
@@ -22,9 +22,13 @@ public class StartupValidationOrchestrator : IHostedService
|
||||
|
||||
public async Task StartAsync(CancellationToken cancellationToken)
|
||||
{
|
||||
// Get version from assembly
|
||||
var version = typeof(StartupValidationOrchestrator).Assembly
|
||||
.GetName().Version?.ToString(3) ?? "unknown";
|
||||
|
||||
Console.WriteLine();
|
||||
Console.WriteLine("========================================");
|
||||
Console.WriteLine(" allstarr starting up... ");
|
||||
Console.WriteLine($" allstarr v{version} ");
|
||||
Console.WriteLine("========================================");
|
||||
Console.WriteLine();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user