Files
2026-07-13 12:28:17 +08:00

24 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>nilesoft-shell</id>
<version>1.9</version>
<title>Nilesoft Shell</title>
<authors>Mahmoud Gomaa</authors>
<owners>Mahmoud Gomaa</owners>
<projectUrl>https://nilesoft.org</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/moudey/Shell@main/packages/assets/logo-256.png</iconUrl>
<copyright>2023 Nilesoft Ltd.</copyright>
<licenseUrl>https://raw.githubusercontent.com/moudey/Shell/main/LICENSE</licenseUrl>
<packageSourceUrl>https://github.com/moudey/Shell/tree/main/packages/choco</packageSourceUrl>
<docsUrl>https://nilesoft.org/docs</docsUrl>
<tags>context-menu right-click file-explorer shell-extension</tags>
<summary>Powerful context menu manager for Windows File Explorer.</summary>
<description>Shell is a context menu extender that lets you handpick the items to integrate into Windows File Explorer context menu, create custom commands to access all your favorite web pages, files, and folders, and launch any application directly from the context menu. It also provides you a convenient solution to modify or remove any context menu item added by the system or third party software.</description>
<releaseNotes>Changes in the configuration file structure, making it more flexible, improving performance, fixing some issues, and adding more helper functions make the Explorer more powerful.</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>