mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-08-21 04:32:56 +00:00
Updated pandoc versions
This commit is contained in:
parent
ece7801c7e
commit
957d59689f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user