Skip to content

Commit 32cddf1

Browse files
author
HyperPolygon64
committed
Verbose debug messages
modified: Sonic-06-Mod-Manager/Properties/AssemblyInfo.cs modified: Sonic-06-Mod-Manager/Properties/Resources.Designer.cs modified: Sonic-06-Mod-Manager/Properties/Resources.resx modified: Sonic-06-Mod-Manager/Sonic-06-Mod-Manager.csproj new file: Sonic-06-Mod-Manager/res/Images/Save_grey_16x.png modified: Sonic-06-Mod-Manager/src/Environment3/RushInterface.cs modified: Sonic-06-Mod-Manager/src/UnifyProgram.cs
1 parent 85cca82 commit 32cddf1

File tree

7 files changed

+142
-97
lines changed

7 files changed

+142
-97
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
[assembly: ComVisible(false)]
1313
[assembly: Guid("277111e3-79d8-41b5-b0d7-7609dff6e36f")]
1414
[assembly: AssemblyVersion("2.0.0.6")]
15-
[assembly: AssemblyFileVersion("3.2.0.0")]
15+
[assembly: AssemblyFileVersion("3.2.1.0")]

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

Lines changed: 10 additions & 0 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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,9 @@
241241
<data name="Run_16x" type="System.Resources.ResXFileRef, System.Windows.Forms">
242242
<value>..\res\images\run_16x.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
243243
</data>
244+
<data name="Save_grey_16x" type="System.Resources.ResXFileRef, System.Windows.Forms">
245+
<value>..\res\images\save_grey_16x.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
246+
</data>
244247
<data name="scetool" type="System.Resources.ResXFileRef, System.Windows.Forms">
245248
<value>..\res\applications\scetool.exe;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
246249
</data>

Sonic-06-Mod-Manager/Sonic-06-Mod-Manager.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@
321321
<Content Include="res\Images\PatchPackage_16x.png" />
322322
<Content Include="res\Images\Refresh_grey_16x.png" />
323323
<Content Include="res\Images\Run_16x.png" />
324+
<Content Include="res\Images\Save_grey_16x.png" />
324325
<Content Include="res\Images\Update 4.png" />
325326
<None Include="src\Environment3\GBStyleSheetDark.css" />
326327
<Content Include="third_party\Ookii.Dialogs\CustomDictionary.xml" />
216 Bytes
Loading

Sonic-06-Mod-Manager/src/Environment3/RushInterface.cs

Lines changed: 126 additions & 95 deletions
Large diffs are not rendered by default.

Sonic-06-Mod-Manager/src/UnifyProgram.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ namespace Unify.Environment3
3838
{
3939
static class Program
4040
{
41-
public static readonly string VersionNumber = "Version 3.2"; //-indev-{DateTime.Now.ToString("ddMMyy")}r1";
41+
public static readonly string VersionNumber = "Version 3.21"; //-indev-{DateTime.Now.ToString("ddMMyy")}r1";
4242
public static bool _debug = false;
4343
public static string ApplicationData = Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData),
4444
_7Zip = $"{ApplicationData}\\Unify\\Tools\\7z.exe",

0 commit comments

Comments
 (0)