Skip to content

Commit d93e5f5

Browse files
authored
Add a license to our nuget (#418)
title
1 parent 43bae6f commit d93e5f5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Command Palette Extension Toolkit
2+
3+
We'll write better docs when we're closer to releasing

src/modules/cmdpal/extensionsdk/nuget/Microsoft.CommandPalette.Extensions.SDK.nuspec

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@
77
<authors>Microsoft</authors>
88
<owners>Microsoft</owners>
99
<requireLicenseAcceptance>false</requireLicenseAcceptance>
10+
<license type="expression">MIT</license>
1011
<description>Command Palette SDK provides support for creating Command Palette extensions on Windows.</description>
1112
<releaseNotes>Release notes are available in the Power Toys repository.</releaseNotes>
1213
<tags>Command Palette Extension SDK</tags>
1314
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
14-
<!-- TODO! : <license type="file">LICENSE</license> -->
1515
<projectUrl>https://github.com/microsoft/powertoys</projectUrl>
16+
<readme>docs\README.md</readme>
1617
<dependencies>
1718
<group targetFramework="net8.0-windows10.0.19041.0">
1819
<dependency id="Microsoft.Windows.CsWinRT" version="2.1.1" />
@@ -34,5 +35,7 @@
3435

3536
<!-- Not putting in the following the lib folder because we don't want plugin project to directly reference the winmd -->
3637
<file src="..\Microsoft.CommandPalette.Extensions\x64\release\Microsoft.CommandPalette.Extensions\Microsoft.CommandPalette.Extensions.winmd" target="winmd\"/>
38+
39+
<file src="..\README.md" target="docs\" />
3740
</files>
3841
</package>

0 commit comments

Comments
 (0)