diff --git a/CHANGELOG.md b/CHANGELOG.md index 317e6d85..0b731122 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ * Updated dependencies * Updated message processing in client and server * Updated mouse and keyboard input to SendInput API -* Fixed file transfer vulnerbilities (#623) +* Fixed file transfer vulnerbilities ([#623](https://github.com/quasar/Quasar/issues/623)) * Lots of under the hood changes for an upcoming plugin system ## Quasar v1.3.0.0 [28.09.2016] diff --git a/Quasar.Server/Forms/FrmAbout.cs b/Quasar.Server/Forms/FrmAbout.cs index d4ae6cd3..104c1c2f 100644 --- a/Quasar.Server/Forms/FrmAbout.cs +++ b/Quasar.Server/Forms/FrmAbout.cs @@ -6,7 +6,7 @@ namespace Quasar.Server.Forms { public partial class FrmAbout : Form { - private readonly string _repositoryUrl = @"https://github.com/quasar/QuasarRAT"; + private readonly string _repositoryUrl = @"https://github.com/quasar/Quasar"; public FrmAbout() { diff --git a/QuasarRAT.sln b/Quasar.sln similarity index 100% rename from QuasarRAT.sln rename to Quasar.sln diff --git a/README.md b/README.md index cad5611e..786c4458 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Quasar [![Build status](https://ci.appveyor.com/api/projects/status/5857hfy6r1ltb5f2?svg=true)](https://ci.appveyor.com/project/MaxXor/quasarrat) -[![Downloads](https://img.shields.io/github/downloads/quasar/QuasarRAT/total.svg)](https://github.com/quasar/QuasarRAT/releases) -[![License](https://img.shields.io/github/license/quasar/QuasarRAT.svg)](LICENSE) +[![Downloads](https://img.shields.io/github/downloads/quasar/Quasar/total.svg)](https://github.com/quasar/Quasar/releases) +[![License](https://img.shields.io/github/license/quasar/Quasar.svg)](LICENSE) **Free, Open-Source Remote Administration Tool for Windows** @@ -36,7 +36,7 @@ Quasar is a fast and light-weight remote administration tool coded in C#. The us * ... and many more! ## Download -* [Latest stable release](https://github.com/quasar/QuasarRAT/releases) (recommended) +* [Latest stable release](https://github.com/quasar/Quasar/releases) (recommended) * [Latest development snapshot](https://ci.appveyor.com/project/MaxXor/quasarrat) ## Supported runtimes and operating systems @@ -50,10 +50,10 @@ Quasar is a fast and light-weight remote administration tool coded in C#. The us * Windows 7 * Windows Server 2008 * Windows Vista -* For older systems please use [Quasar version 1.3.0](https://github.com/quasar/QuasarRAT/releases/tag/v1.3.0.0) +* For older systems please use [Quasar version 1.3.0](https://github.com/quasar/Quasar/releases/tag/v1.3.0.0) ## Compiling -Open the project in Visual Studio 2019+ with installed .NET desktop development features and [restore the NuGET packages](https://docs.microsoft.com/en-us/nuget/consume-packages/package-restore). Once all packages are installed the project can be compiled as usual by clicking `Build` at the top or by pressing `F6`. The resulting executables can be found in the `Bin` directory. See below which build configuration to choose from. +Open the project `Quasar.sln` in Visual Studio 2019+ with installed .NET desktop development features and [restore the NuGET packages](https://docs.microsoft.com/en-us/nuget/consume-packages/package-restore). Once all packages are installed the project can be compiled as usual by clicking `Build` at the top or by pressing `F6`. The resulting executables can be found in the `Bin` directory. See below which build configuration to choose from. ## Building a client | Build configuration | Usage scenario | Description @@ -68,7 +68,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) See [ROADMAP.md](ROADMAP.md) ## Documentation -See the [wiki](https://github.com/quasar/QuasarRAT/wiki) for usage instructions and other documentation. +See the [wiki](https://github.com/quasar/Quasar/wiki) for usage instructions and other documentation. ## License Quasar is distributed under the [MIT License](LICENSE). diff --git a/appveyor.yml b/appveyor.yml index 91e1f058..c4bea759 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,7 +11,7 @@ before_build: - nuget restore build: - project: QuasarRAT.sln + project: Quasar.sln parallel: true verbosity: minimal