SharpClipboard 3.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package SharpClipboard --version 3.3.0
NuGet\Install-Package SharpClipboard -Version 3.3.0
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="SharpClipboard" Version="3.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SharpClipboard --version 3.3.0
#r "nuget: SharpClipboard, 3.3.0"
#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 SharpClipboard as a Cake Addin
#addin nuget:?package=SharpClipboard&version=3.3.0

// Install SharpClipboard as a Cake Tool
#tool nuget:?package=SharpClipboard&version=3.3.0

SharpClipboard is a clipboard-monitoring library for .NET that listens to the system's clipboard entries, allowing developers to tap into the rich capabilities of determining the clipboard's contents at runtime.

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.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on SharpClipboard:

Package Downloads
VL.HDE

Provides access to the vvvv UI API

GitHub repositories (7)

Showing the top 5 popular GitHub repositories that depend on SharpClipboard:

Repository Stars
kannagi0303/yt-dlp-gui
Windows GUI for yt-dlp
Bluegrams/Vividl
Modern Windows GUI for youtube-dl/ yt-dlp
C1rdec/Poe-Lurker
Ease your trading experience in Path of Exile.
killkimno/MORT
MORT 번역기 프로젝트 - Real-time game translator with OCR
Idered/snatch
📋 Beautiful clipboard manager for Windows
Version Downloads Last updated
3.5.2 19,134 6/25/2020
3.5.1 1,403 5/15/2020
3.5.0 1,189 4/17/2020
3.4.0 824 4/10/2020
3.3.0 3,826 7/22/2019
3.1.0 858 7/11/2019
3.0.0 1,143 3/16/2019
2.0.7 922 2/23/2019
2.0.5 923 2/17/2019
2.0.3 946 2/7/2019
2.0.1 937 2/7/2019
2.0.0 958 2/7/2019

Fixed a null reference exception issue occuring whenever `ObservableFormats.Files` is disabled while `ObservableFormats.Others` is enabled. This scenario invoked a call to the `Others` observable format unncecessarily.