mirror of
https://github.com/TheShadowEevee/Sharpii-NetCore.git
synced 2025-01-11 14:58:51 -06:00
Update Version
This commit is contained in:
parent
3af0a8c87f
commit
6c6bf3a3a1
1 changed files with 2 additions and 2 deletions
|
@ -144,7 +144,7 @@ namespace Sharpii
|
|||
private static void Help()
|
||||
{
|
||||
Console.WriteLine("");
|
||||
Console.WriteLine("Sharpii {0} - Ported and Maintained by TheShadowEevee, originally by person66", ProgramVersion.version);
|
||||
Console.WriteLine("Sharpii v{0} - Updated and Maintained by TheShadowEevee, originally by person66", ProgramVersion.version);
|
||||
Console.WriteLine("Using a modified version of libWiiSharp, originally made by leathl");
|
||||
Console.WriteLine("");
|
||||
Console.WriteLine("");
|
||||
|
@ -213,7 +213,7 @@ public class BeQuiet
|
|||
}
|
||||
public class ProgramVersion
|
||||
{
|
||||
public static string version = "1.1.6; .Net Core Port (Based on Sharpii 1.7.3)";
|
||||
public static string version = "1.1.7";
|
||||
}
|
||||
|
||||
public static class OperatingSystem
|
||||
|
|
Loading…
Reference in a new issue