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