© 2026 Hedgehog Software, LLC
v1.0.0-alpha+9fb67d6af368e6cd5a05c8f4013272d4a644ca89
v1.0.0-alpha
private string? GetVersion() { return typeof(Worker).Assembly .GetCustomAttribute<AssemblyInformationalVersionAttribute>() ?.InformationalVersion; }