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.
<PackageVersion Include="SharpClipboard" Version="3.3.0" />
                    
Directory.Packages.props
<PackageReference Include="SharpClipboard" />
                    
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 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.
#:package SharpClipboard@3.3.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SharpClipboard&version=3.3.0
                    
Install as a Cake Addin
#tool nuget:?package=SharpClipboard&version=3.3.0
                    
Install as a Cake Tool

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

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

Repository Stars
kannagi0303/yt-dlp-gui
Windows GUI for yt-dlp
killkimno/MORT
MORT 번역기 프로젝트 - Real-time game translator with OCR
Bluegrams/Vividl
Modern Windows GUI for youtube-dl/ yt-dlp. Download videos from hundreds of websites.
C1rdec/Poe-Lurker
Ease your trading experience in Path of Exile.
Idered/snatch
📋 Beautiful clipboard manager for Windows
eltos/PasteIntoFile
Paste clipboard data into files and copy file contents directly via hotkey or context menu
dkgv/pinpoint
Keystroke launcher and personal command central. Alternative to Spotlight and Alfred for Windows. Alternative to Wox, PowerToys.
DeadlyCrush/DeadlyTrade
DeadlyTrade for Path Of Exile - (Overhaul Version) Trade Notification, Functional Overlay, Flask&Skill Timer, Map&Region Information, Real-Time Ninja Currency, Act Helper when Leveling and other useful functions.
clementwzk/Windows-Keylogger
A Windows keylogger undetected by all major anti-virus. Log keys, clipboard, window titles and send logs to a server.
Version Downloads Last Updated
3.5.2 56,531 6/25/2020
3.5.1 1,681 5/15/2020
3.5.0 1,504 4/17/2020
3.4.0 1,109 4/10/2020
3.3.0 5,060 7/22/2019
3.1.0 1,157 7/11/2019
3.0.0 1,440 3/16/2019
2.0.7 1,192 2/23/2019
2.0.5 1,225 2/17/2019
2.0.3 1,210 2/7/2019
2.0.1 1,198 2/7/2019
2.0.0 1,253 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.