Version Bump; Typo; Added command line shrink commands to .csproj file

This commit is contained in:
Michael 2021-02-06 14:01:45 -06:00
parent 960e23aafa
commit 39e38f50ac
2 changed files with 4 additions and 2 deletions

View file

@ -4,6 +4,8 @@
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<PublishTrimmed>true</PublishTrimmed>
<PublishSingleFile>true</PublishSingleFile>
<TrimMode>link</TrimMode>
</PropertyGroup>
<ItemGroup>

View file

@ -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
{