Skip to content

Commit

Permalink
Fix Bugs in the Console version
Browse files Browse the repository at this point in the history
  • Loading branch information
iomoath committed Sep 21, 2021
1 parent 3d015b7 commit 7b7241d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion SharpStrikeConsole/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ private static void Main(string[] args)
{
try
{
args = new [] { "--show-examples" };
Init();
PrintAbout();
HandleCommand(args).Wait();
Expand Down
4 changes: 2 additions & 2 deletions SharpStrikeConsole/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
4 changes: 2 additions & 2 deletions SharpStrikeWinForms/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

0 comments on commit 7b7241d

Please sign in to comment.