diff --git a/AsyncRAT-C#/AsyncRAT-Sharp/AsyncRAT-Sharp.csproj b/AsyncRAT-C#/AsyncRAT-Sharp/AsyncRAT-Sharp.csproj
index bc99e49..b49594f 100644
--- a/AsyncRAT-C#/AsyncRAT-Sharp/AsyncRAT-Sharp.csproj
+++ b/AsyncRAT-C#/AsyncRAT-Sharp/AsyncRAT-Sharp.csproj
@@ -22,6 +22,7 @@
prompt
4
true
+ true
AnyCPU
@@ -31,6 +32,8 @@
TRACE
prompt
4
+ false
+ true
async_icon.ico
diff --git a/AsyncRAT-C#/AsyncRAT-Sharp/Settings.cs b/AsyncRAT-C#/AsyncRAT-Sharp/Settings.cs
index dad33e8..59f9769 100644
--- a/AsyncRAT-C#/AsyncRAT-Sharp/Settings.cs
+++ b/AsyncRAT-C#/AsyncRAT-Sharp/Settings.cs
@@ -7,7 +7,7 @@ namespace AsyncRAT_Sharp
{
public static readonly List Online = new List();
public static readonly int Port = 6606;
- public static readonly string Version = "0.2.2";
+ public static readonly string Version = "0.2.3";
public static long Sent = 0;
public static long Received = 0;
}
diff --git a/AsyncRAT-C#/Client/Client.csproj b/AsyncRAT-C#/Client/Client.csproj
index 08e17a8..d2fdb16 100644
--- a/AsyncRAT-C#/Client/Client.csproj
+++ b/AsyncRAT-C#/Client/Client.csproj
@@ -33,6 +33,7 @@
TRACE
prompt
4
+ true
diff --git a/AsyncRAT-C#/Client/Program.cs b/AsyncRAT-C#/Client/Program.cs
index 27b26d4..f8860bc 100644
--- a/AsyncRAT-C#/Client/Program.cs
+++ b/AsyncRAT-C#/Client/Program.cs
@@ -33,7 +33,7 @@ namespace Client
{
public static readonly string IP = "127.0.0.1";
public static readonly int Port = 6606;
- public static readonly string Version = "0.2.2";
+ public static readonly string Version = "0.2.3";
}
/// The Main Class