Community.PowerToys.Run.Plugin.Dependencies
0.93.0
dotnet add package Community.PowerToys.Run.Plugin.Dependencies --version 0.93.0
NuGet\Install-Package Community.PowerToys.Run.Plugin.Dependencies -Version 0.93.0
<PackageReference Include="Community.PowerToys.Run.Plugin.Dependencies" Version="0.93.0" />
<PackageVersion Include="Community.PowerToys.Run.Plugin.Dependencies" Version="0.93.0" />
<PackageReference Include="Community.PowerToys.Run.Plugin.Dependencies" />
paket add Community.PowerToys.Run.Plugin.Dependencies --version 0.93.0
#r "nuget: Community.PowerToys.Run.Plugin.Dependencies, 0.93.0"
#:package Community.PowerToys.Run.Plugin.Dependencies@0.93.0
#addin nuget:?package=Community.PowerToys.Run.Plugin.Dependencies&version=0.93.0
#tool nuget:?package=Community.PowerToys.Run.Plugin.Dependencies&version=0.93.0
Community.PowerToys.Run.Plugin.Dependencies
This NuGet package simplifies referencing all PowerToys Run Plugin dependencies.
It contains the ARM64 and x64 versions of:
PowerToys.Common.UI.dllPowerToys.ManagedCommon.dllPowerToys.Settings.UI.Lib.dllWox.Infrastructure.dllWox.Plugin.dll
Installation
.NET CLI:
dotnet add package Community.PowerToys.Run.Plugin.Dependencies
Package Manager:
PM> NuGet\Install-Package Community.PowerToys.Run.Plugin.Dependencies
PackageReference:
<PackageReference Include="Community.PowerToys.Run.Plugin.Dependencies" Version="0.87.0" />
Example
Example of a .csproj file:
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0-windows10.0.22621.0</TargetFramework>
<UseWPF>true</UseWPF>
<Platforms>x64;ARM64</Platforms>
<PlatformTarget>$(Platform)</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Community.PowerToys.Run.Plugin.Dependencies" Version="0.87.0" />
</ItemGroup>
<ItemGroup>
<None Include="plugin.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Images/*.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>
Use these properties:
<TargetFramework>net9.0-windows10.0.22621.0</TargetFramework>
- The target framework for the official plugins is defined in Common.Dotnet.CsWinRT.props
<UseWPF>true</UseWPF>
- Enable
UseWPFto include necessary WPF libraries
<Platforms>x64;ARM64</Platforms>
<PlatformTarget>$(Platform)</PlatformTarget>
- The official plugins target both the
x64andARM64platforms in Directory.Build.props
Disclaimer
This is not an official Microsoft PowerToys package.
The DLLs are built from source and pushed to NuGet with a GitHub Actions workflow.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net9.0-windows7.0
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Community.PowerToys.Run.Plugin.Dependencies:
| Package | Downloads |
|---|---|
|
Community.PowerToys.Run.Plugin.Update
This NuGet package adds support for updating PowerToys Run Plugins. |
|
|
Community.PowerToys.Run.Plugin.Abstractions
This NuGet package simplifies the testing of PowerToys Run Plugins. It contains interfaces and wrappers for static classes from: - Wox.Infrastructure.dll - Wox.Plugin.dll |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on Community.PowerToys.Run.Plugin.Dependencies:
| Repository | Stars |
|---|---|
|
N0I0C0K/PowerTranslator
一个 PowerToys Run 的翻译插件/a translate plugin for PowerToys Run
|
|
|
Daydreamer-riri/CmdPal-WebSearchShortcut
This is a simple CmdPal Extension for quickly select a specific search engine to perform searches.
|
|
|
Advaith3600/PowerToys-Run-Currency-Converter
PowerToys Run plugin which will convert real and crypto currencies.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 0.93.0 | 329 | 8/15/2025 |
| 0.92.1 | 2,283 | 7/10/2025 |
| 0.91.0 | 12,691 | 5/15/2025 |
| 0.90.0 | 12,990 | 4/1/2025 |
| 0.89.0 | 12,448 | 3/5/2025 |
| 0.88.0 | 12,410 | 1/28/2025 |
| 0.87.1 | 12,414 | 12/20/2024 |
| 0.87.0 | 12,693 | 12/17/2024 |
| 0.86.0 | 13,414 | 11/5/2024 |
| 0.85.1 | 12,147 | 10/7/2024 |
| 0.85.0 | 12,149 | 10/2/2024 |
| 0.84.1 | 12,170 | 9/9/2024 |
| 0.84.0 | 12,120 | 9/4/2024 |
| 0.83.0 | 12,355 | 7/31/2024 |
| 0.82.1 | 12,295 | 7/22/2024 |