Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e50d5f4874 | |||
| 72b765e6fd |
@@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user