From ab44eb6422510b669bf3f4d75b578ddce748e944 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damian=20B=C3=BCchel?= Date: Tue, 4 Jan 2022 11:58:09 +0100 Subject: [PATCH] SEBWIN-538: Updated list of macOS versions in configuration tool. --- SebWindowsConfig/SebWindowsConfigGUIManagement.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/SebWindowsConfig/SebWindowsConfigGUIManagement.cs b/SebWindowsConfig/SebWindowsConfigGUIManagement.cs index 0d8f8f39..3b60971b 100644 --- a/SebWindowsConfig/SebWindowsConfigGUIManagement.cs +++ b/SebWindowsConfig/SebWindowsConfigGUIManagement.cs @@ -213,7 +213,7 @@ namespace SebWindowsConfig static String[] KeyProxyProtocolAttribute = new String[7]; static String[] KeyProxyProtocolEnable = new String[7]; - static String[] StringMinMacOSVersion = new String[8]; + static String[] StringMinMacOSVersion = new String[11]; static String[] StringAllowedDisplaysMaxNumber = new String[3]; // *********************** @@ -379,6 +379,9 @@ namespace SebWindowsConfig StringMinMacOSVersion[5] = "macOS 10.12 Sierra"; StringMinMacOSVersion[6] = "macOS 10.13 High Sierra"; StringMinMacOSVersion[7] = "macOS 10.14 Mojave"; + StringMinMacOSVersion[8] = "macOS 10.15 Catalina"; + StringMinMacOSVersion[9] = "macOS 11 Big Sur"; + StringMinMacOSVersion[10] = "macOS 12 Monterey"; // Define the strings for the Min Mac OS Version StringAllowedDisplaysMaxNumber[0] = "1";