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