2 Commits

Author SHA1 Message Date
e50d5f4874 v1.6.2 2024-10-31 21:16:00 +01:00
72b765e6fd final fix 2024-10-31 21:15:15 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -90,7 +90,7 @@ public partial class Form1
radTextBox_InstallKey.Text = modpackInfo.ExtrasKey; radTextBox_InstallKey.Text = modpackInfo.ExtrasKey;
} }
else else
radTextBox_InstallKey.Text = radTextBox_InstallKey.Text; modpackInfo.ExtrasKey = radTextBox_InstallKey.Text;
} }
catch catch
{ {

View File

@@ -4,7 +4,7 @@ using Pilz;
using Pilz.Configuration; using Pilz.Configuration;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
[assembly: AssemblyAppVersion("1.6.1.0")] [assembly: AssemblyAppVersion("1.6.2.0")]
namespace ModpackUpdater.Apps.Client; namespace ModpackUpdater.Apps.Client;