From d93e5f5bd7b5232b67ff538e3fc19b77645b6cea Mon Sep 17 00:00:00 2001 From: Mike Griese Date: Wed, 12 Feb 2025 15:24:44 -0600 Subject: [PATCH] Add a license to our nuget (#418) title --- src/modules/cmdpal/extensionsdk/README.md | 3 +++ .../nuget/Microsoft.CommandPalette.Extensions.SDK.nuspec | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 src/modules/cmdpal/extensionsdk/README.md diff --git a/src/modules/cmdpal/extensionsdk/README.md b/src/modules/cmdpal/extensionsdk/README.md new file mode 100644 index 0000000000..7e0055965a --- /dev/null +++ b/src/modules/cmdpal/extensionsdk/README.md @@ -0,0 +1,3 @@ +# Command Palette Extension Toolkit + +We'll write better docs when we're closer to releasing diff --git a/src/modules/cmdpal/extensionsdk/nuget/Microsoft.CommandPalette.Extensions.SDK.nuspec b/src/modules/cmdpal/extensionsdk/nuget/Microsoft.CommandPalette.Extensions.SDK.nuspec index 8814b51f09..098469b611 100644 --- a/src/modules/cmdpal/extensionsdk/nuget/Microsoft.CommandPalette.Extensions.SDK.nuspec +++ b/src/modules/cmdpal/extensionsdk/nuget/Microsoft.CommandPalette.Extensions.SDK.nuspec @@ -7,12 +7,13 @@ Microsoft Microsoft false + MIT Command Palette SDK provides support for creating Command Palette extensions on Windows. Release notes are available in the Power Toys repository. Command Palette Extension SDK © Microsoft Corporation. All rights reserved. - https://github.com/microsoft/powertoys + docs\README.md @@ -34,5 +35,7 @@ + +