Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hlaueriksson/Community.PowerToys.Run.Plugin.Dependencies

This NuGet package simplifies referencing all PowerToys Run Plugin dependencies.
https://github.com/hlaueriksson/Community.PowerToys.Run.Plugin.Dependencies

microsoft-powertoys plugin plugins powertoys powertoys-run powertoys-run-plugin

Last synced: about 2 months ago
JSON representation

This NuGet package simplifies referencing all PowerToys Run Plugin dependencies.

Awesome Lists containing this project

README

        

# Community.PowerToys.Run.Plugin.Dependencies

[![package](https://github.com/hlaueriksson/Community.PowerToys.Run.Plugin.Dependencies/actions/workflows/package.yml/badge.svg)](https://github.com/hlaueriksson/Community.PowerToys.Run.Plugin.Dependencies/actions/workflows/package.yml)
[![Community.PowerToys.Run.Plugin.Dependencies](https://img.shields.io/nuget/v/Community.PowerToys.Run.Plugin.Dependencies.svg?label=Community.PowerToys.Run.Plugin.Dependencies)](https://www.nuget.org/packages/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:

```cmd
dotnet add package Community.PowerToys.Run.Plugin.Dependencies
```

Package Manager:

```cmd
PM> NuGet\Install-Package Community.PowerToys.Run.Plugin.Dependencies
```

PackageReference:

```csproj

```

## Example

Example of a `.csproj` file:

```csproj


net8.0-windows
true
x64;ARM64
$(Platform)





PreserveNewest


PreserveNewest

```

## Disclaimer

This is not an official Microsoft PowerToys package.

The DLLs are built from [source](https://github.com/microsoft/PowerToys) and pushed to [NuGet](https://www.nuget.org/packages/Community.PowerToys.Run.Plugin.Dependencies) with a GitHub Actions [workflow](https://github.com/hlaueriksson/Community.PowerToys.Run.Plugin.Dependencies/actions/workflows/package.yml).