Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

Commit

Permalink
Update URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxXor committed Jun 5, 2020
1 parent 73567b9 commit b45ab3e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion Quasar.Server/Forms/FrmAbout.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down
File renamed without changes.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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**

Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ before_build:
- nuget restore

build:
project: QuasarRAT.sln
project: Quasar.sln
parallel: true
verbosity: minimal

Expand Down

0 comments on commit b45ab3e

Please sign in to comment.