namespace Processor;
public static class Version
{
public static string Text => $"v0.8.4 (2023-02-12), .NET {Environment.Version}";
}