Bump template to 0.0.7 SDK (#464)

Bump template to 0.0.7 SDK
This commit is contained in:
Mike Griese
2025-02-27 15:04:01 -06:00
committed by GitHub
parent d349e3374e
commit 29c5c78eb3
3 changed files with 6 additions and 1 deletions

View File

@@ -21,6 +21,11 @@
"input": "start https://github.com/zadjii-msft/PowerToys/compare/main...zadjii-msft:PowerToys:{branch}?expand=1\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D",
"name": "New PR",
"description": "Create a new PR targeting the right fork.\nReplace {branch} with the actual branch you want to merge."
},
{
"": "pushd .\\ExtensionTemplate\\ ; git archive -o ..\\Microsoft.CmdPal.UI.ViewModels\\Assets\\template.zip HEAD -- .\\TemplateCmdPalExtension\\ ; popd",
"name": "Update template project",
"description": "zips up the ExtensionTemplate into our assets. Run this in the cmdpal/ directory."
}
]
}

View File

@@ -3,7 +3,7 @@
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Microsoft.CommandPalette.Extensions" Version="0.0.5" />
<PackageVersion Include="Microsoft.CommandPalette.Extensions" Version="0.0.7" />
<PackageVersion Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0-preview.24508.2" />
<PackageVersion Include="Microsoft.Web.WebView2" Version="1.0.2903.40" />
<PackageVersion Include="Microsoft.Windows.CsWin32" Version="0.2.46-beta" />