FreeRDP-Sharp.Native 1.1.1

dotnet add package FreeRDP-Sharp.Native --version 1.1.1
NuGet\Install-Package FreeRDP-Sharp.Native -Version 1.1.1
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-Sharp.Native" Version="1.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FreeRDP-Sharp.Native --version 1.1.1
#r "nuget: FreeRDP-Sharp.Native, 1.1.1"
#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.
// Install FreeRDP-Sharp.Native as a Cake Addin
#addin nuget:?package=FreeRDP-Sharp.Native&version=1.1.1

// Install FreeRDP-Sharp.Native as a Cake Tool
#tool nuget:?package=FreeRDP-Sharp.Native&version=1.1.1

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 (1)

Showing the top 1 NuGet packages that depend on FreeRDP-Sharp.Native:

Package Downloads
FreeRDP-Sharp

C# wrapper around native FreeRDP libraries

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on FreeRDP-Sharp.Native:

Repository Stars
open-rpa/openrpa
Free Open Source Enterprise Grade RPA
Version Downloads Last updated
1.1.1 87,000 8/5/2020
1.1.0 21,950 6/26/2017

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

git clone https://github.com/FreeRDP/FreeRDP.git
cd .\FreeRDP
git checkout stable-1.1
Set dynamic linking https://www.codeproject.com/Questions/632898/FreeRDP-Sharp-cant-find-functions-in-libfreerdp-dl
cmake -G "Visual Studio 15" .
cmake -G "Visual Studio 15 Win64" .

(included OpenSSL v1.0.2U )