Commit d93e5f5 1 parent 43bae6f commit d93e5f5 Copy full SHA for d93e5f5
File tree 2 files changed +7
-1
lines changed
src/modules/cmdpal/extensionsdk
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Command Palette Extension Toolkit
2
+
3
+ We'll write better docs when we're closer to releasing
Original file line number Diff line number Diff line change 7
7
<authors >Microsoft</authors >
8
8
<owners >Microsoft</owners >
9
9
<requireLicenseAcceptance >false</requireLicenseAcceptance >
10
+ <license type =" expression" >MIT</license >
10
11
<description >Command Palette SDK provides support for creating Command Palette extensions on Windows.</description >
11
12
<releaseNotes >Release notes are available in the Power Toys repository.</releaseNotes >
12
13
<tags >Command Palette Extension SDK</tags >
13
14
<copyright >© Microsoft Corporation. All rights reserved.</copyright >
14
- <!-- TODO! : <license type="file">LICENSE</license> -->
15
15
<projectUrl >https://github.com/microsoft/powertoys</projectUrl >
16
+ <readme >docs\README.md</readme >
16
17
<dependencies >
17
18
<group targetFramework =" net8.0-windows10.0.19041.0" >
18
19
<dependency id =" Microsoft.Windows.CsWinRT" version =" 2.1.1" />
34
35
35
36
<!-- Not putting in the following the lib folder because we don't want plugin project to directly reference the winmd -->
36
37
<file src =" ..\Microsoft.CommandPalette.Extensions\x64\release\Microsoft.CommandPalette.Extensions\Microsoft.CommandPalette.Extensions.winmd" target =" winmd\" />
38
+
39
+ <file src =" ..\README.md" target =" docs\" />
37
40
</files >
38
41
</package >
You can’t perform that action at this time.
0 commit comments