Skip to content
This repository has been archived by the owner on Oct 5, 2019. It is now read-only.

Commit

Permalink
Fixed #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaczero committed Jun 25, 2017
1 parent f6411d2 commit fc6542c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions SharpLoader/Program.cs
Expand Up @@ -38,9 +38,9 @@ public static class Program
private const int SW_SHOW = 5;

public const string Author = "Zaczero";
public const string Version = "2.0";
public const string Version = "2.0.1";

private const int ReadBufferSize = 255;
private const int ReadBufferSize = ushort.MaxValue;

private const string ConfigFileName = "SharpLoader.ini";
private static readonly string MyPath = Process.GetCurrentProcess().MainModule.FileName;
Expand Down
4 changes: 2 additions & 2 deletions SharpLoader/Properties/AssemblyInfo.cs
Expand Up @@ -31,5 +31,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("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]
[assembly: AssemblyVersion("2.0.1.0")]
[assembly: AssemblyFileVersion("2.0.1.0")]

0 comments on commit fc6542c

Please sign in to comment.