diff --git a/.gitignore b/.gitignore index e915029..25b7f53 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,7 @@ ################################################################################ /.vs +/bin +/obj +/Sharpii/obj/x86 +/WadInstaller/obj/Debug diff --git a/Sharpii.csproj b/Sharpii.csproj index adf730b..7ac4b6d 100644 --- a/Sharpii.csproj +++ b/Sharpii.csproj @@ -3,16 +3,16 @@ Exe netcoreapp3.1 + true - - + diff --git a/Sharpii.csproj.user b/Sharpii.csproj.user new file mode 100644 index 0000000..5df420f --- /dev/null +++ b/Sharpii.csproj.user @@ -0,0 +1,6 @@ + + + + false + + \ No newline at end of file diff --git a/Sharpii/Exit Codes.txt b/Sharpii/Exit Codes.txt index 0c795fa..a006333 100644 --- a/Sharpii/Exit Codes.txt +++ b/Sharpii/Exit Codes.txt @@ -116,7 +116,7 @@ You used the -IMET flag, but no title was provided. Provide a proper title. Exit Code: 16022/24 -IMET and IMD5 Flags were used, but only one can be used. (SHARPII_NET_CORE_U8_TWO_HEADERS +IMET and IMD5 Flags were used, but only one can be used. (SHARPII_NET_CORE_U8_TWO_HEADERS) You used the -IMET and -IMD5 flags, but you can't use two headers. Provide only one flag. diff --git a/Sharpii/Program.cs b/Sharpii/Program.cs index ef1f08a..068b891 100644 --- a/Sharpii/Program.cs +++ b/Sharpii/Program.cs @@ -189,7 +189,7 @@ namespace Sharpii Console.WriteLine(" Errors Get a Sharpii error's description"); Console.WriteLine(" ExitCodes List of all Sharpii exit codes"); Console.WriteLine(""); - Console.WriteLine(" NOTE: Too see more detailed descriptions of any of the above,"); + Console.WriteLine(" NOTE: To see more detailed descriptions of any of the above,"); Console.WriteLine(" use 'Sharpii [function] -h'"); Console.WriteLine(""); Console.WriteLine(""); @@ -236,7 +236,7 @@ public class BeQuiet } public class ProgramVersion { - public static string version = "1.1.1; .Net Core Port (Based on Sharpii 1.7.3)"; + public static string version = "1.1.3; .Net Core Port (Based on Sharpii 1.7.3)"; } public class Logging { diff --git a/Sharpii/Properties/AssemblyInfo.cs b/Sharpii/Properties/AssemblyInfo.cs deleted file mode 100644 index a1e5a29..0000000 --- a/Sharpii/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Sharpii")] -[assembly: AssemblyDescription("A command line app for libWiiSharp.dll")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Sharpii")] -[assembly: AssemblyCopyright("2013 person66")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("88c17956-a329-4c36-8919-97334e6b6e4d")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.7.2")] -[assembly: AssemblyFileVersion("1.7.2")] diff --git a/Sharpii/libWiiSharp.dll b/Sharpii/libWiiSharp.dll index 26ed1d9..9081b8c 100644 Binary files a/Sharpii/libWiiSharp.dll and b/Sharpii/libWiiSharp.dll differ diff --git a/WadInstaller/Properties/AssemblyInfo.cs b/WadInstaller/Properties/AssemblyInfo.cs deleted file mode 100644 index 5728b02..0000000 --- a/WadInstaller/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,53 +0,0 @@ -/* This file is part of CustomizeMii - * Copyright (C) 2009 WiiCrazy / I.R.on - * - * CustomizeMii is free software: you can redistribute it and/or - * modify it under the terms of the GNU General Public License as published - * by the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * CustomizeMii is distributed in the hope that it will be - * useful, but WITHOUT ANY WARRANTY; without even the implied warranty - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ - - using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("WadInstaller")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Irduco")] -[assembly: AssemblyProduct("WadInstaller")] -[assembly: AssemblyCopyright("Copyright © Irduco 2010")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("032fe41d-4954-44ea-a8f3-e51de3546361")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")]