We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89dfab5 commit 9df42bdCopy full SHA for 9df42bd
src/NToolbox/Windows/ArcticFoxConfigurationWindow.cs
@@ -14,7 +14,7 @@ namespace NToolbox.Windows
14
{
15
public partial class ArcticFoxConfigurationWindow : WindowBase
16
17
- private const int MinimumSupportedBuildNumber = 161206;
+ private const int MinimumSupportedBuildNumber = 161209;
18
private const int MaximumSupportedSettingsVersion = 3;
19
20
private readonly BackgroundWorker m_worker = new BackgroundWorker { WorkerReportsProgress = true };
0 commit comments