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