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