From 9f6e1966aec270da4e9bc6ecd236012a44a11e6f Mon Sep 17 00:00:00 2001 From: Mykhailo Pylyp Date: Mon, 24 May 2021 13:07:30 +0300 Subject: [PATCH] [Issue-Docs] Update new-plugin-checklist.md (#11428) * Update new-plugin-checklist.md * Update doc/devdocs/modules/launcher/new-plugin-checklist.md Co-authored-by: Enrico Giordani --- doc/devdocs/modules/launcher/new-plugin-checklist.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/devdocs/modules/launcher/new-plugin-checklist.md b/doc/devdocs/modules/launcher/new-plugin-checklist.md index e3d05c671..403ba133e 100644 --- a/doc/devdocs/modules/launcher/new-plugin-checklist.md +++ b/doc/devdocs/modules/launcher/new-plugin-checklist.md @@ -3,7 +3,7 @@ - [ ] Microsoft plugin project name pattern: `Microsoft.PowerToys.Run.Plugin.{PluginName}` - [ ] Community plugin project name pattern: `Community.PowerToys.Run.Plugin.{PluginName}` - [ ] [`GlobalSuppressions.cs`](/src/codeAnalysis/GlobalSuppressions.cs) and [`StyleCop.json`](/src/codeAnalysis/StyleCop.json) have to be included in the plugin project so it follows PowerToys code guidelines -- [ ] The plugin has to have `{PowerToys version}.0` version +- [ ] The project file should import `Version.props` and specify `$(Version).0` - [ ] Make sure `*.csproj` specify only x64 platform target - [ ] The plugin has to contain a `plugin.json` file of the following format in its root folder ``` @@ -34,4 +34,4 @@ In the PR that adds a new plugin, reference a new issue to track the work for fu - [ ] Add the resource folder to https://github.com/microsoft/PowerToys/blob/21247c0bb09a1bee3d14d6efa53d0c247f7236af/installer/PowerToysSetup/Product.wxs#L825 - [ ] Add the resource files under the section https://github.com/microsoft/PowerToys/blob/21247c0bb09a1bee3d14d6efa53d0c247f7236af/installer/PowerToysSetup/Product.wxs#L882 - \ No newline at end of file +