Community.PowerToys.Run.Plugin.Dependencies 0.85.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Community.PowerToys.Run.Plugin.Dependencies --version 0.85.0                
NuGet\Install-Package Community.PowerToys.Run.Plugin.Dependencies -Version 0.85.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="Community.PowerToys.Run.Plugin.Dependencies" Version="0.85.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Community.PowerToys.Run.Plugin.Dependencies --version 0.85.0                
#r "nuget: Community.PowerToys.Run.Plugin.Dependencies, 0.85.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 Community.PowerToys.Run.Plugin.Dependencies as a Cake Addin
#addin nuget:?package=Community.PowerToys.Run.Plugin.Dependencies&version=0.85.0

// Install Community.PowerToys.Run.Plugin.Dependencies as a Cake Tool
#tool nuget:?package=Community.PowerToys.Run.Plugin.Dependencies&version=0.85.0                

Community.PowerToys.Run.Plugin.Dependencies

package 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.dll
  • PowerToys.ManagedCommon.dll
  • PowerToys.Settings.UI.Lib.dll
  • Wox.Infrastructure.dll
  • Wox.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.82.1" />

Example

Example of a .csproj file:

<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFramework>net8.0-windows</TargetFramework>
    <UseWPF>true</UseWPF>
    <Platforms>x64;ARM64</Platforms>
    <PlatformTarget>$(Platform)</PlatformTarget>
  </PropertyGroup>

  <ItemGroup>
    <PackageReference Include="Community.PowerToys.Run.Plugin.Dependencies" Version="0.82.1" />
  </ItemGroup>

  <ItemGroup>
    <None Include="plugin.json">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </None>
    <None Include="Images/*.png">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </None>
  </ItemGroup>

</Project>

Disclaimer

This is not an official Microsoft PowerToys package.

The DLLs are built from source and pushed to NuGet with a GitHub Actions workflow.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • net8.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 (2)

Showing the top 2 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/PowerToys-Run-WebSearchShortcut
This is a simple PowerToys Run plugin for quickly select a specific search engine to perform searches.
Version Downloads Last updated
0.86.0 151 11/5/2024
0.85.1 149 10/7/2024
0.85.0 154 10/2/2024
0.84.1 139 9/9/2024
0.84.0 128 9/4/2024
0.83.0 175 7/31/2024
0.82.1 231 7/22/2024