SharpShell
Advanced tools
Sorry, the diff of this file is not supported yet
@@ -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