mirror of
https://github.com/TheShadowEevee/Sharpii-NetCore.git
synced 2025-01-11 14:58:51 -06:00
Version Bump; Typo; Added command line shrink commands to .csproj file
This commit is contained in:
parent
960e23aafa
commit
39e38f50ac
2 changed files with 4 additions and 2 deletions
|
@ -4,6 +4,8 @@
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||||
<PublishTrimmed>true</PublishTrimmed>
|
<PublishTrimmed>true</PublishTrimmed>
|
||||||
|
<PublishSingleFile>true</PublishSingleFile>
|
||||||
|
<TrimMode>link</TrimMode>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
@ -143,7 +143,7 @@ namespace Sharpii
|
||||||
|
|
||||||
if (gotSomewhere == false)
|
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: The argument {0} is invalid", args[0]);
|
||||||
Console.WriteLine("Error: SHARPII_NET_CORE_MAIN_INVALID_ARG_01");
|
Console.WriteLine("Error: SHARPII_NET_CORE_MAIN_INVALID_ARG_01");
|
||||||
if (OperatingSystem.Windows())
|
if (OperatingSystem.Windows())
|
||||||
|
@ -236,7 +236,7 @@ public class BeQuiet
|
||||||
}
|
}
|
||||||
public class ProgramVersion
|
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
|
public class Logging
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue