Skip to content

Commit 39e38f5

Browse files
Version Bump; Typo; Added command line shrink commands to .csproj file
1 parent 960e23a commit 39e38f5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Sharpii.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
<OutputType>Exe</OutputType>
55
<TargetFramework>netcoreapp3.1</TargetFramework>
66
<PublishTrimmed>true</PublishTrimmed>
7+
<PublishSingleFile>true</PublishSingleFile>
8+
<TrimMode>link</TrimMode>
79
</PropertyGroup>
810

911
<ItemGroup>

Sharpii/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ static void Main(string[] args)
143143

144144
if (gotSomewhere == false)
145145
{
146-
//If tuser gets here, they entered something wrong
146+
//If the user gets here, they entered something wrong
147147
Console.WriteLine("ERROR: The argument {0} is invalid", args[0]);
148148
Console.WriteLine("Error: SHARPII_NET_CORE_MAIN_INVALID_ARG_01");
149149
if (OperatingSystem.Windows())
@@ -236,7 +236,7 @@ public class BeQuiet
236236
}
237237
public class ProgramVersion
238238
{
239-
public static string version = "1.1.3; .Net Core Port (Based on Sharpii 1.7.3)";
239+
public static string version = "1.1.4; .Net Core Port (Based on Sharpii 1.7.3)";
240240
}
241241
public class Logging
242242
{

0 commit comments

Comments
 (0)