From 7b7241d5aafcc0c2eb6d9e64c4d18013796241be Mon Sep 17 00:00:00 2001 From: Moath Date: Tue, 21 Sep 2021 05:50:28 +0300 Subject: [PATCH] Fix Bugs in the Console version --- SharpStrikeConsole/Program.cs | 1 - SharpStrikeConsole/Properties/AssemblyInfo.cs | 4 ++-- SharpStrikeWinForms/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/SharpStrikeConsole/Program.cs b/SharpStrikeConsole/Program.cs index e9beaa8..19346fc 100644 --- a/SharpStrikeConsole/Program.cs +++ b/SharpStrikeConsole/Program.cs @@ -31,7 +31,6 @@ private static void Main(string[] args) { try { - args = new [] { "--show-examples" }; Init(); PrintAbout(); HandleCommand(args).Wait(); diff --git a/SharpStrikeConsole/Properties/AssemblyInfo.cs b/SharpStrikeConsole/Properties/AssemblyInfo.cs index b301435..7496acc 100644 --- a/SharpStrikeConsole/Properties/AssemblyInfo.cs +++ b/SharpStrikeConsole/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.1")] -[assembly: AssemblyFileVersion("1.0.0.1")] +[assembly: AssemblyVersion("1.0.0.2")] +[assembly: AssemblyFileVersion("1.0.0.2")] diff --git a/SharpStrikeWinForms/Properties/AssemblyInfo.cs b/SharpStrikeWinForms/Properties/AssemblyInfo.cs index 9f0e0fd..e5d42f2 100644 --- a/SharpStrikeWinForms/Properties/AssemblyInfo.cs +++ b/SharpStrikeWinForms/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.1")] -[assembly: AssemblyFileVersion("1.0.0.1")] +[assembly: AssemblyVersion("1.0.0.2")] +[assembly: AssemblyFileVersion("1.0.0.2")]