Skip to content
Niels Liebisch edited this page Jan 14, 2017 · 25 revisions

Installation

Install with NuGet package manager

  1. Download the latest command line version.

  2. Open a command prompt

nuget install virtualQ.API.virtualQNetClient

To package a new version with nuget

In the project folder, edit the file VirtualQNet.nuspec and run the following command:

nuget pack VirtualQNet.csproj -Prop Configuration=Release

Then upload the package here.

Clone this wiki locally