RemoteViewing 0.9.4

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

// Install RemoteViewing as a Cake Tool
#tool nuget:?package=RemoteViewing&version=0.9.4

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 net35 is compatible.  net40 was computed.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in 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
0.9.4 2,649 11/11/2018
0.9.1 6,997 5/11/2013
0.9.0 1,192 4/22/2013

0.9.4 (November 11, 2018):
 Fixed the VNC server behavior when an incorrect password is supplied.

0.9.3 (November 2, 2017):
 Added support for palettized color and 32-bit color.

0.9.2 (October 23, 2016):
 Added a SizeMode property to the Windows Forms control.

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.