FreeRDP 2.0.0.13

dotnet add package FreeRDP --version 2.0.0.13
                    
NuGet\Install-Package FreeRDP -Version 2.0.0.13
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FreeRDP" Version="2.0.0.13" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FreeRDP" Version="2.0.0.13" />
                    
Directory.Packages.props
<PackageReference Include="FreeRDP" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FreeRDP --version 2.0.0.13
                    
#r "nuget: FreeRDP, 2.0.0.13"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=FreeRDP&version=2.0.0.13
                    
Install FreeRDP as a Cake Addin
#tool nuget:?package=FreeRDP&version=2.0.0.13
                    
Install FreeRDP as a Cake Tool

FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released under the Apache license.
Enjoy the freedom of using your software wherever you want, the way you want it, in a world where
interoperability can finally liberate your computing experience.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0.13 8,403 5/23/2016
2.0.0.12 1,282 5/23/2016
2.0.0.11 1,225 5/23/2016
2.0.0.10 1,253 5/2/2016
2.0.0.9 1,187 3/29/2016
2.0.0.8 1,246 3/29/2016
2.0.0.7 1,454 3/23/2016
2.0.0.6 1,481 3/23/2016
2.0.0.5 1,439 3/23/2016
2.0.0.4 1,429 3/23/2016
2.0.0.3 1,426 3/23/2016
2.0.0.2 1,171 3/23/2016
2.0.0.1 1,537 3/21/2016

This is a Windows build of FreeRDP-master using the following commands with CMAKE 3.5.2.

git clone https://github.com/FreeRDP/FreeRDP.git
cd .\FreeRDP
git checkout a722fbf15b67d3a188f81e03aec692a233b43e83
cmake -G "Visual Studio 14" .