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