File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 4
4
<OutputType >Exe</OutputType >
5
5
<TargetFramework >netcoreapp3.1</TargetFramework >
6
6
<PublishTrimmed >true</PublishTrimmed >
7
+ <PublishSingleFile >true</PublishSingleFile >
8
+ <TrimMode >link</TrimMode >
7
9
</PropertyGroup >
8
10
9
11
<ItemGroup >
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ static void Main(string[] args)
143
143
144
144
if ( gotSomewhere == false )
145
145
{
146
- //If tuser gets here, they entered something wrong
146
+ //If the user gets here, they entered something wrong
147
147
Console . WriteLine ( "ERROR: The argument {0} is invalid" , args [ 0 ] ) ;
148
148
Console . WriteLine ( "Error: SHARPII_NET_CORE_MAIN_INVALID_ARG_01" ) ;
149
149
if ( OperatingSystem . Windows ( ) )
@@ -236,7 +236,7 @@ public class BeQuiet
236
236
}
237
237
public class ProgramVersion
238
238
{
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)" ;
240
240
}
241
241
public class Logging
242
242
{
You can’t perform that action at this time.
0 commit comments