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