Skip to content

Commit 67ba329

Browse files
authored
Added tester credit before release
1 parent d269c6e commit 67ba329

File tree

4 files changed

+31
-9
lines changed

4 files changed

+31
-9
lines changed

Sonic '06 Mod Manager/About.Designer.cs

Lines changed: 22 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Sonic '06 Mod Manager/About.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,10 @@ private void LinkLabel4_LinkClicked(object sender, LinkLabelLinkClickedEventArgs
9494
{
9595
Process.Start("https://www.youtube.com/user/Melpontro");
9696
}
97+
98+
private void LinkLabel5_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
99+
{
100+
Process.Start("https://www.youtube.com/channel/UC35wsF1NUwoUWmw2DLz6uJg");
101+
}
97102
}
98103
}

Sonic '06 Mod Manager/About.resx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3335,7 +3335,8 @@ g0ldenlink - ARC Repacker
33353335
Testers:
33363336
sharu6262- Xbox Tester
33373337
Melpontro - Xbox Tester
3338-
ChrisHighwind - Linux Tester</value>
3338+
ChrisHighwind - Linux Tester
3339+
NonamiEight - Windows Tester</value>
33393340
</data>
33403341
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
33413342
<value>

Sonic '06 Mod Manager/ModManager.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ namespace Sonic_06_Mod_Manager
4040
{
4141
public partial class ModManager : Form
4242
{
43-
public static string versionNumber = "Version 1.06-test";
43+
public static string versionNumber = "Version 1.06";
4444
public static string updateState;
4545
public static string serverStatus;
4646
public static string installState;
@@ -133,7 +133,7 @@ public static void CheckForUpdates(string currentVersion, string newVersionDownl
133133

134134
private void ModManager_Load(object sender, EventArgs e)
135135
{
136-
//CheckForUpdates(versionNumber, "https://segacarnival.com/hyper/updates/sonic-06-mod-manager/latest-master.exe", "https://segacarnival.com/hyper/updates/sonic-06-mod-manager/latest_master.txt");
136+
CheckForUpdates(versionNumber, "https://segacarnival.com/hyper/updates/sonic-06-mod-manager/latest-master.exe", "https://segacarnival.com/hyper/updates/sonic-06-mod-manager/latest_master.txt");
137137

138138
if (!Directory.Exists($"{applicationData}\\Sonic_06_Mod_Manager\\Tools\\arctool")) Directory.CreateDirectory($"{applicationData}\\Sonic_06_Mod_Manager\\Tools\\arctool");
139139
if (!Directory.Exists($"{applicationData}\\Sonic_06_Mod_Manager\\Tools\\unlub")) Directory.CreateDirectory($"{applicationData}\\Sonic_06_Mod_Manager\\Tools\\unlub");

0 commit comments

Comments
 (0)