SharpShell 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package SharpShell --version 1.0.0
                    
NuGet\Install-Package SharpShell -Version 1.0.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="SharpShell" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SharpShell" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="SharpShell" />
                    
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 SharpShell --version 1.0.0
                    
#r "nuget: SharpShell, 1.0.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 SharpShell@1.0.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=SharpShell&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=SharpShell&version=1.0.0
                    
Install as a Cake Tool

SharpShell is a framework that lets you build Windows Shell Extensions using the .NET Framework.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net40-client is compatible.  net403 was computed.  net45 is compatible.  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 (1)

Showing the top 1 NuGet packages that depend on SharpShell:

Package Downloads
H.Deskband

Package Description

GitHub repositories (10)

Showing the top 10 popular GitHub repositories that depend on SharpShell:

Repository Stars
Tichau/FileConverter
File Converter is a very simple tool which allows you to convert and compress files using the context menu in windows explorer.
skanmera/ExcelMerge
GUI Diff Tool for Excel
OpenKH/OpenKh
Kingdom Hearts libraries, tools, game engine and documentation
falahati/HeliosDisplayManagement
An open source display profile management program for Windows with support for NVIDIA Surround
falahati/NetworkAdapterSelector
A simple solution to let you force bind a program to a specific network adapter
Rambalac/ACDDokanNet
Dokan.NET based driver for Amazon Cloud Drive
ividyon/WitchyBND
Unpacks/repacks FromSoftware archive formats and serializes FromSoftware data formats.
oleg-shilo/shell-x
Dynamic context menu manager for Windows.
Atrejoe/MarkdownPreview
A Windows Preview handler for Markdown files
Chaoses-Ib/ObsidianShell
Associate Markdown files with Obsidian
Version Downloads Last Updated
2.7.2 63,067 11/7/2019
2.7.1 10,198 11/30/2018
2.6.1 2,220 11/2/2018
2.6.0 2,382 10/23/2018
2.4.3 1,173 10/19/2018
2.4.2 1,194 10/18/2018
2.4.0 1,203 10/16/2018
2.3.2 5,457 7/9/2018
2.3.1 1,541 6/12/2018
2.3.0 1,730 5/19/2018
2.2.1 4,659 5/1/2018
2.2.0 39,079 11/30/2014
2.1.0 4,140 2/15/2014
2.0.0 2,347 9/15/2013
1.9.0 15,291 5/1/2013
1.8.0 1,622 4/6/2013
1.7.0 1,505 4/4/2013
1.6.0 1,633 3/17/2013
1.5.0 1,680 2/13/2013
1.4.0 1,605 1/26/2013
1.3.0 1,530 1/19/2013
1.2.0 1,614 1/9/2013
1.1.1 1,586 1/8/2013
1.1.0 1,522 1/5/2013
1.0.0 1,752 12/20/2012

Release 1.0.0 introduces SharpShell with full support for the Context Menu and Icon Handler Extensions.