SharpClipboard 3.3.0
See the version list below for details.
dotnet add package SharpClipboard --version 3.3.0
NuGet\Install-Package SharpClipboard -Version 3.3.0
<PackageReference Include="SharpClipboard" Version="3.3.0" />
paket add SharpClipboard --version 3.3.0
#r "nuget: SharpClipboard, 3.3.0"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
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
|
|
killkimno/MORT
MORT 번역기 프로젝트 - Real-time game translator with OCR
|
|
C1rdec/Poe-Lurker
Ease your trading experience in Path of Exile.
|
|
Idered/snatch
📋 Beautiful clipboard manager for Windows
|
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.