WinUICommunity.ContextMenuExtensions 6.7.0

dotnet add package WinUICommunity.ContextMenuExtensions --version 6.7.0
NuGet\Install-Package WinUICommunity.ContextMenuExtensions -Version 6.7.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="WinUICommunity.ContextMenuExtensions" Version="6.7.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WinUICommunity.ContextMenuExtensions --version 6.7.0
#r "nuget: WinUICommunity.ContextMenuExtensions, 6.7.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.
// Install WinUICommunity.ContextMenuExtensions as a Cake Addin
#addin nuget:?package=WinUICommunity.ContextMenuExtensions&version=6.7.0

// Install WinUICommunity.ContextMenuExtensions as a Cake Tool
#tool nuget:?package=WinUICommunity.ContextMenuExtensions&version=6.7.0

<p align="center"> <a href="https://github.com/WinUICommunity"> <img alt="projects" src="https://img.shields.io/badge/WinUICommunity-Projects-green"></img> </a> <a href="https://www.nuget.org/profiles/WinUICommunity"> <img alt="WinuiCommunity Nugets" src="https://img.shields.io/badge/WinUICommunity-Nugets-green"></img> </a> <a href="https://www.nuget.org/packages/WinUICommunity.ContextMenuExtensions"> <img alt="nuget-version" src="https://img.shields.io/nuget/v/WinUICommunity.ContextMenuExtensions.svg"></img> </a> <a href="https://www.nuget.org/packages/WinUICommunity.ContextMenuExtensions"> <img alt="Installed" src="https://img.shields.io/nuget/dt/WinUICommunity.ContextMenuExtensions?color=brightgreen&label=Installs"></img> </a> <a href="https://ghost1372.github.io/winUICommunity/"> <img alt="Docs" src="https://img.shields.io/badge/Document-Here-critical"></img> </a> </p>

<br> <p align="center"> <b>🙌 Donate Bitcoin with <a href="https://link.trustwallet.com/send?coin=0&address=bc1qzs4kt4aeqym6gsde669g5rksv4swjhzjqqp23a">Trust</a>🙌</b><br> <b>🙌 Donate ETH with <a href="https://link.trustwallet.com/send?coin=60&address=0x40Db4476c1D498b167f76A2c7ED9D45b65eb5d0C">Trust</a>🙌</b><br><br> <b>🙌 Bitcoin: bc1qzs4kt4aeqym6gsde669g5rksv4swjhzjqqp23a<br></b> <b>🙌 ETH: 0x40Db4476c1D498b167f76A2c7ED9D45b65eb5d0C</b> </p> <br>

ContextMenuExtensions

add a new ContextMenu for Windows 11/10.

Install-Package WinUICommunity.ContextMenuExtensions

After installing, add the following codes to Package.appxmanifest

<Extensions>
    <desktop4:Extension Category="windows.fileExplorerContextMenus">
        <desktop4:FileExplorerContextMenus>
            <desktop5:ItemType Type="Directory"  >
                <desktop5:Verb Id="CustomMenu" Clsid="3EB53D8C-1221-451F-80AE-50E5B67E42DF" />
            </desktop5:ItemType>
            <desktop5:ItemType Type="*"  >
                <desktop5:Verb Id="CustomMenu" Clsid="3EB53D8C-1221-451F-80AE-50E5B67E42DF" />
            </desktop5:ItemType>
            <desktop5:ItemType Type="Directory\Background">
                <desktop5:Verb Id="CustomMenu" Clsid="3EB53D8C-1221-451F-80AE-50E5B67E42DF" />
            </desktop5:ItemType>
        </desktop4:FileExplorerContextMenus>
    </desktop4:Extension>
    <com:Extension Category="windows.comServer">
        <com:ComServer>
            <com:SurrogateServer  DisplayName="Custome Context Menu">
                <com:Class Id="3EB53D8C-1221-451F-80AE-50E5B67E42DF" Path="ContextMenuCustomHost.dll" ThreadingModel="STA"/>
            </com:SurrogateServer>
        </com:ComServer>
    </com:Extension>
    <uap3:Extension Category="windows.appExecutionAlias">
        <uap3:AppExecutionAlias>
            <desktop:ExecutionAlias Alias="App5.exe"/>
        </uap3:AppExecutionAlias>
    </uap3:Extension>
</Extensions>

change App5.exe to your project name.

read the docs to see how to use it

Namespace

We moved all namespaces into a single namespace. No matter which (WinUICommunity) library you use, the namespace is always as follows For use in the Xaml:

xmlns:wuc="using:WinUICommunity"

For use in the Csharp:

using WinUICommunity;

Documentation

See Here for Online Documentation

Product Compatible and additional computed target framework versions.
.NET net6.0-windows10.0.17763 is compatible.  net6.0-windows10.0.19041 is compatible.  net6.0-windows10.0.22621 is compatible.  net7.0-windows was computed.  net7.0-windows10.0.17763 is compatible.  net7.0-windows10.0.19041 is compatible.  net7.0-windows10.0.22621 is compatible.  net8.0-windows was computed.  net8.0-windows10.0.17763 is compatible.  net8.0-windows10.0.19041 is compatible.  net8.0-windows10.0.22621 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.7.0 123 4/13/2024
6.6.0 159 3/15/2024
6.5.0 197 3/1/2024
6.4.0 263 2/15/2024
6.3.0 316 1/25/2024
6.2.0 261 1/23/2024
6.1.0 340 1/20/2024
6.0.0 459 12/29/2023
5.5.0 563 11/20/2023
5.4.0 435 11/19/2023
5.3.0 474 10/12/2023
5.2.0 590 9/22/2023
5.1.1 536 9/18/2023
5.1.0 556 9/4/2023
5.0.2 578 7/30/2023
5.0.1 580 7/30/2023
5.0.0 576 7/30/2023