RemoteViewing 0.9.1

dotnet add package RemoteViewing --version 0.9.1
                    
NuGet\Install-Package RemoteViewing -Version 0.9.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="RemoteViewing" Version="0.9.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="RemoteViewing" Version="0.9.1" />
                    
Directory.Packages.props
<PackageReference Include="RemoteViewing" />
                    
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 RemoteViewing --version 0.9.1
                    
#r "nuget: RemoteViewing, 0.9.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=RemoteViewing&version=0.9.1
                    
Install RemoteViewing as a Cake Addin
#tool nuget:?package=RemoteViewing&version=0.9.1
                    
Install RemoteViewing as a Cake Tool

RemoteViewing is a .NET-native VNC client and server library.

It supports Raw, Hextile, Copyrect, and Zlib encodings, and includes a Windows Forms control to make embedding VNC in your program extremely easy.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.9.1 336 5/11/2013
0.9.0 48 4/22/2013

0.9.1 (May 11, 2013);
Added a preliminary VNC server implementation.
Added clipboard sharing support.
The underlying client is now free-threaded, and the Windows Forms control handles marshaling.
The download at http://www.zer7.com/software/remoteviewing includes samples if you need them.

0.9.0 (April 22, 2013):
Test version. Still needs cleanup and better keyboard handling.