From 957d59689f7db2dc42e0b0a71c05d6fc407722f1 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Thu, 29 May 2025 14:55:29 +0200 Subject: [PATCH] Updated pandoc versions --- app/MindWork AI Studio/Tools/Pandoc.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/MindWork AI Studio/Tools/Pandoc.cs b/app/MindWork AI Studio/Tools/Pandoc.cs index 1ce8e4ba..aebcd5ff 100644 --- a/app/MindWork AI Studio/Tools/Pandoc.cs +++ b/app/MindWork AI Studio/Tools/Pandoc.cs @@ -14,8 +14,8 @@ 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("PandocService"); - private static readonly Version MINIMUM_REQUIRED_VERSION = new (3, 6); - private static readonly Version FALLBACK_VERSION = new (3, 7, 0, 1); + private static readonly Version MINIMUM_REQUIRED_VERSION = new (3, 7); + private static readonly Version FALLBACK_VERSION = new (3, 7, 0, 2); /// /// Checks if pandoc is available on the system and can be started as a process or present in AiStudio's data dir