From 39e38f50ac9f53dc3ad0f6659a5767aef423af91 Mon Sep 17 00:00:00 2001 From: Michael Malloy Date: Sat, 6 Feb 2021 14:01:45 -0600 Subject: [PATCH] Version Bump; Typo; Added command line shrink commands to .csproj file --- Sharpii.csproj | 2 ++ Sharpii/Program.cs | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Sharpii.csproj b/Sharpii.csproj index 7ac4b6d..e762c85 100644 --- a/Sharpii.csproj +++ b/Sharpii.csproj @@ -4,6 +4,8 @@ Exe netcoreapp3.1 true + true + link diff --git a/Sharpii/Program.cs b/Sharpii/Program.cs index 068b891..8c2d890 100644 --- a/Sharpii/Program.cs +++ b/Sharpii/Program.cs @@ -143,7 +143,7 @@ namespace Sharpii if (gotSomewhere == false) { - //If tuser gets here, they entered something wrong + //If the user gets here, they entered something wrong Console.WriteLine("ERROR: The argument {0} is invalid", args[0]); Console.WriteLine("Error: SHARPII_NET_CORE_MAIN_INVALID_ARG_01"); if (OperatingSystem.Windows()) @@ -236,7 +236,7 @@ public class BeQuiet } public class ProgramVersion { - public static string version = "1.1.3; .Net Core Port (Based on Sharpii 1.7.3)"; + public static string version = "1.1.4; .Net Core Port (Based on Sharpii 1.7.3)"; } public class Logging {