Skip to content

Commit a5c5656

Browse files
committed
More QoL changes
1 parent 529ffed commit a5c5656

28 files changed

+270
-322
lines changed

Sonic-06-Mod-Manager/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
[assembly: AssemblyConfiguration("")]
77
[assembly: AssemblyCompany("")]
88
[assembly: AssemblyProduct("Sonic '06 Mod Manager")]
9-
[assembly: AssemblyCopyright("Copyright © Knuxfan24 and HyperPolygon64, 2020.")]
9+
[assembly: AssemblyCopyright("Copyright © Knuxfan24 and HyperBE32, 2020.")]
1010
[assembly: AssemblyTrademark("")]
1111
[assembly: AssemblyCulture("")]
1212
[assembly: ComVisible(false)]
1313
[assembly: Guid("277111e3-79d8-41b5-b0d7-7609dff6e36f")]
1414
[assembly: AssemblyVersion("2.0.0.6")]
15-
[assembly: AssemblyFileVersion("3.3.1.0")]
15+
[assembly: AssemblyFileVersion("3.3.2.0")]

Sonic-06-Mod-Manager/Properties/Resources.Designer.cs

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

Sonic-06-Mod-Manager/Properties/Resources.resx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
<value>..\res\Images\Cancel_16x.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
126126
</data>
127127
<data name="ChangelogsURI_GitHub" xml:space="preserve">
128-
<value>https://raw.githubusercontent.com/HyperPolygon64/Unify-Networking/master/Sonic_06_Mod_Manager/rush/changelogs.txt</value>
128+
<value>https://raw.githubusercontent.com/HyperBE32/Unify-Networking/master/Sonic_06_Mod_Manager/rush/changelogs.txt</value>
129129
</data>
130130
<data name="ChangelogsURI_SEGACarnival" xml:space="preserve">
131131
<value>https://www.segacarnival.com/hyper/updates/sonic-06-mod-manager/rush/changelogs.txt</value>
@@ -149,7 +149,7 @@
149149
<value>..\res\images\corner_logo_colour.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
150150
</data>
151151
<data name="DataURI_GitHub" xml:space="preserve">
152-
<value>https://raw.githubusercontent.com/HyperPolygon64/Unify-Networking/master/Sonic_06_Mod_Manager/rush/latest.zip</value>
152+
<value>https://raw.githubusercontent.com/HyperBE32/Unify-Networking/master/Sonic_06_Mod_Manager/rush/latest.zip</value>
153153
</data>
154154
<data name="DataURI_SEGACarnival" xml:space="preserve">
155155
<value>https://www.segacarnival.com/hyper/updates/sonic-06-mod-manager/rush/latest.zip</value>
@@ -229,7 +229,7 @@ Please whitelist the following directory in your antivirus software and restart
229229
<value>..\res\images\patchpackage_16x.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
230230
</data>
231231
<data name="PatchURI_GitHub" xml:space="preserve">
232-
<value>https://raw.githubusercontent.com/Knuxfan24/Sonic-06-Mod-Manager-Patches/master/.git-repo</value>
232+
<value>https://github.com/Knuxfan24/Sonic-06-Mod-Manager-Patches/archive/master.zip</value>
233233
</data>
234234
<data name="Refresh_grey_16x" type="System.Resources.ResXFileRef, System.Windows.Forms">
235235
<value>..\res\images\refresh_grey_16x.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
@@ -253,7 +253,7 @@ Please whitelist the following directory in your antivirus software and restart
253253
<value>..\res\images\update 4.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
254254
</data>
255255
<data name="VersionURI_GitHub" xml:space="preserve">
256-
<value>https://raw.githubusercontent.com/HyperPolygon64/Unify-Networking/master/Sonic_06_Mod_Manager/rush/latest.txt</value>
256+
<value>https://raw.githubusercontent.com/HyperBE32/Unify-Networking/master/Sonic_06_Mod_Manager/rush/latest.txt</value>
257257
</data>
258258
<data name="VersionURI_SEGACarnival" xml:space="preserve">
259259
<value>https://www.segacarnival.com/hyper/updates/sonic-06-mod-manager/rush/latest.txt</value>

Sonic-06-Mod-Manager/license.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MIT License
22

33
Copyright (c) 2020 Knuxfan24
4-
Copyright (c) 2020 HyperPolygon64
4+
Copyright (c) 2020 HyperBE32
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

Sonic-06-Mod-Manager/src/Environment3/Controls/ContextMenuDark.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* MIT License
77
88
* Copyright (c) 2020 Knuxfan24
9-
* Copyright (c) 2020 HyperPolygon64
9+
* Copyright (c) 2020 HyperBE32
1010
1111
* Permission is hereby granted, free of charge, to any person obtaining a copy
1212
* of this software and associated documentation files (the "Software"), to deal

Sonic-06-Mod-Manager/src/Environment3/Controls/SectionButton.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* MIT License
1111
1212
* Copyright (c) 2020 Knuxfan24
13-
* Copyright (c) 2020 HyperPolygon64
13+
* Copyright (c) 2020 HyperBE32
1414
1515
* Permission is hereby granted, free of charge, to any person obtaining a copy
1616
* of this software and associated documentation files (the "Software"), to deal

Sonic-06-Mod-Manager/src/Environment3/Controls/UnifyMessenger.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* MIT License
1212
1313
* Copyright (c) 2020 Knuxfan24
14-
* Copyright (c) 2020 HyperPolygon64
14+
* Copyright (c) 2020 HyperBE32
1515
1616
* Permission is hereby granted, free of charge, to any person obtaining a copy
1717
* of this software and associated documentation files (the "Software"), to deal

Sonic-06-Mod-Manager/src/Environment3/Controls/UnifyTabControl.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* MIT License
1010
1111
* Copyright (c) 2020 Knuxfan24
12-
* Copyright (c) 2020 HyperPolygon64
12+
* Copyright (c) 2020 HyperBE32
1313
1414
* Permission is hereby granted, free of charge, to any person obtaining a copy
1515
* of this software and associated documentation files (the "Software"), to deal

Sonic-06-Mod-Manager/src/Environment3/Controls/UserContainer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* MIT License
77
88
* Copyright (c) 2020 Knuxfan24
9-
* Copyright (c) 2020 HyperPolygon64
9+
* Copyright (c) 2020 HyperBE32
1010
1111
* Permission is hereby granted, free of charge, to any person obtaining a copy
1212
* of this software and associated documentation files (the "Software"), to deal

Sonic-06-Mod-Manager/src/Environment3/Controls/WindowsColourPicker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* MIT License
77
88
* Copyright (c) 2020 Knuxfan24
9-
* Copyright (c) 2020 HyperPolygon64
9+
* Copyright (c) 2020 HyperBE32
1010
1111
* Permission is hereby granted, free of charge, to any person obtaining a copy
1212
* of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)