New version (RELEASE2)

This commit is contained in:
MaxXor 2014-07-24 15:47:55 +02:00
parent 8b45549243
commit 6681b8b50f
2 changed files with 13 additions and 1 deletions

View File

@ -1,6 +1,18 @@
Changelog - xRAT 2.0
====================
xRAT v2.0.0.0 RELEASE2 [24.07.2014]
---
* Added Remote Shell
* Added changeable Assembly Information
* Added Computer Commands (Restart, Shutdown, Standby)
* Added dynamic sizes for system information (easily expandable)
* Added Antivirus & Firewall detection
* Extended File Manager (Execute, Delete, Rename)
* Fixed disposing of modal dialog box
* Some minor fixes
xRAT v2.0.0.0 RELEASE1 [08.07.2014]
---
* Added Icon Changer

View File

@ -7,7 +7,7 @@ namespace xRAT_2.Settings
{
public static class XMLSettings
{
public const string VERSION = "RELEASE1";
public const string VERSION = "RELEASE2";
public static ushort ListenPort { get; set; }
public static bool AutoListen { get; set; }
public static bool ShowPopup { get; set; }