mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-08-20 22:32:56 +00:00
Update minimum required Pandoc version to 3.7.0.2
This commit is contained in:
parent
55e2911ad9
commit
5b1e06e732
@ -21,7 +21,7 @@ public static partial class Pandoc
|
||||
private const string LATEST_URL = "https://github.com/jgm/pandoc/releases/latest";
|
||||
|
||||
private static readonly ILogger LOG = Program.LOGGER_FACTORY.CreateLogger("Pandoc");
|
||||
private static readonly Version MINIMUM_REQUIRED_VERSION = new (3, 7);
|
||||
private static readonly Version MINIMUM_REQUIRED_VERSION = new (3, 7, 0, 2);
|
||||
private static readonly Version FALLBACK_VERSION = new (3, 7, 0, 2);
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user