You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

SharpShell

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sharpshell - nuget Package Compare versions

Comparing version
2.2.0
to
2.2.1
services/metadata/...127fbbc8401a4323aedb09c272f509bc.psmdcp

Sorry, the diff of this file is not supported yet

+9
-1

@@ -1,1 +0,9 @@

<?xml version="1.0" encoding="utf-8"?><Types xmlns="http://schemas.openxmlformats.org/package/2006/content-types"><Default Extension="rels" ContentType="application/vnd.openxmlformats-package.relationships+xml" /><Default Extension="nuspec" ContentType="application/octet" /><Default Extension="dll" ContentType="application/octet" /><Default Extension="pdb" ContentType="application/octet" /><Default Extension="xml" ContentType="application/octet" /><Default Extension="psmdcp" ContentType="application/vnd.openxmlformats-package.core-properties+xml" /></Types>
<?xml version="1.0" encoding="utf-8"?>
<Types xmlns="http://schemas.openxmlformats.org/package/2006/content-types">
<Default Extension="rels" ContentType="application/vnd.openxmlformats-package.relationships+xml" />
<Default Extension="psmdcp" ContentType="application/vnd.openxmlformats-package.core-properties+xml" />
<Default Extension="xml" ContentType="application/octet" />
<Default Extension="pdb" ContentType="application/octet" />
<Default Extension="dll" ContentType="application/octet" />
<Default Extension="nuspec" ContentType="application/octet" />
</Types>
+17
-17
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>SharpShell</id>
<version>2.2.0.0</version>
<title>SharpShell</title>
<authors>Dave Kerr</authors>
<owners>Dave Kerr</owners>
<projectUrl>https://github.com/dwmkerr/sharpshell</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>SharpShell is a framework that lets you build Windows Shell Extensions using the .NET Framework.</description>
<summary>SharpShell is a framework that lets you build Windows Shell Extensions using the .NET Framework.</summary>
<copyright>Copyright © Dave Kerr 2014</copyright>
<tags>Shell,SharpShell,COM,Context Menu,Icon Handler</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Windows.Forms" targetFramework="" />
<frameworkAssembly assemblyName="System.Drawing" targetFramework="" />
</frameworkAssemblies>
</metadata>
<metadata>
<id>SharpShell</id>
<version>2.2.1</version>
<title>SharpShell</title>
<authors>Dave Kerr</authors>
<owners>Dave Kerr</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectUrl>https://github.com/dwmkerr/sharpshell</projectUrl>
<description>SharpShell is a framework that lets you build Windows Shell Extensions using the .NET Framework.</description>
<summary>SharpShell is a framework that lets you build Windows Shell Extensions using the .NET Framework.</summary>
<copyright>Copyright © Dave Kerr 2014</copyright>
<tags>Shell,SharpShell,COM,Context Menu,Icon Handler</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Windows.Forms" targetFramework="" />
<frameworkAssembly assemblyName="System.Drawing" targetFramework="" />
</frameworkAssemblies>
</metadata>
</package>

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display