From 0f6e7bd6816f7787ce8ad979d967bc2d52ce1655 Mon Sep 17 00:00:00 2001 From: cadon Date: Sat, 4 Nov 2023 15:23:23 +0100 Subject: [PATCH] ver --- ARKBreedingStats/Form1.cs | 3 ++- ARKBreedingStats/Properties/AssemblyInfo.cs | 2 +- ARKBreedingStats/_manifest.json | 2 +- ARKBreedingStats/multiplierTesting/StatsMultiplierTesting.cs | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ARKBreedingStats/Form1.cs b/ARKBreedingStats/Form1.cs index bca28742..17b34826 100644 --- a/ARKBreedingStats/Form1.cs +++ b/ARKBreedingStats/Form1.cs @@ -462,7 +462,8 @@ private void Form1_Load(object sender, EventArgs e) var filterPresets = Properties.Settings.Default.LibraryFilterPresets; if (filterPresets != null) ToolStripTextBoxLibraryFilter.AutoCompleteCustomSource.AddRange(filterPresets); - + + UpdateAsaIndicator(); UpdatePatternButtons(); SetupAutoLoadFileWatcher(); diff --git a/ARKBreedingStats/Properties/AssemblyInfo.cs b/ARKBreedingStats/Properties/AssemblyInfo.cs index 0bb2c48f..ee14d63e 100644 --- a/ARKBreedingStats/Properties/AssemblyInfo.cs +++ b/ARKBreedingStats/Properties/AssemblyInfo.cs @@ -30,6 +30,6 @@ // Revision // [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("0.56.3.0")] +[assembly: AssemblyFileVersion("0.57.0.1")] [assembly: NeutralResourcesLanguage("en")] diff --git a/ARKBreedingStats/_manifest.json b/ARKBreedingStats/_manifest.json index aae82b71..d206d12f 100644 --- a/ARKBreedingStats/_manifest.json +++ b/ARKBreedingStats/_manifest.json @@ -4,7 +4,7 @@ "ARK Smart Breeding": { "Id": "ARK Smart Breeding", "Category": "main", - "version": "0.56.3.0" + "version": "0.57.0.1" }, "SpeciesColorImages": { "Id": "SpeciesColorImages", diff --git a/ARKBreedingStats/multiplierTesting/StatsMultiplierTesting.cs b/ARKBreedingStats/multiplierTesting/StatsMultiplierTesting.cs index 3561dae9..74b93116 100644 --- a/ARKBreedingStats/multiplierTesting/StatsMultiplierTesting.cs +++ b/ARKBreedingStats/multiplierTesting/StatsMultiplierTesting.cs @@ -344,7 +344,7 @@ internal void CheckIfMultipliersAreEqualToSettings() private void llStatCalculation_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) { - ArkWiki.OpenPage("Creature_Stats_Calculation"); + ArkWiki.OpenPage("Creature_stats_calculation"); } public CreatureCollection CreatureCollection