SharpClipboard 3.5.2

dotnet add package SharpClipboard --version 3.5.2
NuGet\Install-Package SharpClipboard -Version 3.5.2
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.5.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SharpClipboard --version 3.5.2
#r "nuget: SharpClipboard, 3.5.2"
#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.5.2

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

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 net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 is compatible.  netcoreapp3.1 was computed. 
.NET Framework net20 is compatible.  net35 was computed.  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.
  • .NETCoreApp 3.0

    • No dependencies.
  • .NETFramework 2.0

    • 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,440 6/25/2020
3.5.1 1,404 5/15/2020
3.5.0 1,191 4/17/2020
3.4.0 825 4/10/2020
3.3.0 3,921 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

- The 'ClipboardFiles' property will now be cleared upon copying files.
- Prevented crashing when performing a clipboard operation in Remote Desktop environments.