Updated pandoc versions

This commit is contained in:
Thorsten Sommer 2025-05-29 14:55:29 +02:00
parent ece7801c7e
commit 957d59689f
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -14,8 +14,8 @@ public static partial class Pandoc
private const string LATEST_URL = "https://github.com/jgm/pandoc/releases/latest"; private const string LATEST_URL = "https://github.com/jgm/pandoc/releases/latest";
private static readonly ILogger LOG = Program.LOGGER_FACTORY.CreateLogger("PandocService"); private static readonly ILogger LOG = Program.LOGGER_FACTORY.CreateLogger("PandocService");
private static readonly Version MINIMUM_REQUIRED_VERSION = new (3, 6); private static readonly Version MINIMUM_REQUIRED_VERSION = new (3, 7);
private static readonly Version FALLBACK_VERSION = new (3, 7, 0, 1); private static readonly Version FALLBACK_VERSION = new (3, 7, 0, 2);
/// <summary> /// <summary>
/// Checks if pandoc is available on the system and can be started as a process or present in AiStudio's data dir /// Checks if pandoc is available on the system and can be started as a process or present in AiStudio's data dir