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