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.
<PackageVersion Include="FreeRDP-Sharp.Native" Version="1.1.1" />
                    
Directory.Packages.props
<PackageReference Include="FreeRDP-Sharp.Native" />
                    
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-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.
#addin nuget:?package=FreeRDP-Sharp.Native&version=1.1.1
                    
Install as a Cake Addin
#tool nuget:?package=FreeRDP-Sharp.Native&version=1.1.1
                    
Install 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 (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 93,470 8/5/2020
1.1.0 26,147 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 )