From b196ebf993bd37f6aff8a9d2d10adf8144c22d99 Mon Sep 17 00:00:00 2001 From: ReikoKitsune Date: Fri, 3 Feb 2017 22:24:31 +0300 Subject: [PATCH] AF required build increased to 170201. --- src/NToolbox/Windows/ArcticFoxConfigurationWindow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NToolbox/Windows/ArcticFoxConfigurationWindow.cs b/src/NToolbox/Windows/ArcticFoxConfigurationWindow.cs index f95576c..ed64e62 100644 --- a/src/NToolbox/Windows/ArcticFoxConfigurationWindow.cs +++ b/src/NToolbox/Windows/ArcticFoxConfigurationWindow.cs @@ -20,7 +20,7 @@ internal partial class ArcticFoxConfigurationWindow : EditorDialogWindow { private const ushort MaxPower = 3000; private const byte MaxBatteries = 4; - private const int MinimumSupportedBuildNumber = 170106; + private const int MinimumSupportedBuildNumber = 170201; private const int SupportedSettingsVersion = 7; private readonly BackgroundWorker m_worker = new BackgroundWorker { WorkerReportsProgress = true };