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

Commit fc6542c

Browse files
author
Zaczero
committed
Fixed #3
1 parent f6411d2 commit fc6542c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

SharpLoader/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ public static class Program
3838
private const int SW_SHOW = 5;
3939

4040
public const string Author = "Zaczero";
41-
public const string Version = "2.0";
41+
public const string Version = "2.0.1";
4242

43-
private const int ReadBufferSize = 255;
43+
private const int ReadBufferSize = ushort.MaxValue;
4444

4545
private const string ConfigFileName = "SharpLoader.ini";
4646
private static readonly string MyPath = Process.GetCurrentProcess().MainModule.FileName;

SharpLoader/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("2.0.0.0")]
35-
[assembly: AssemblyFileVersion("2.0.0.0")]
34+
[assembly: AssemblyVersion("2.0.1.0")]
35+
[assembly: AssemblyFileVersion("2.0.1.0")]

0 commit comments

Comments
 (0)