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