mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 02:06:36 +02:00
This bumps the CmdPal version to 0.6. It also moves the template project to consume the 0.5 SDK. It also removes the WASDK dependency, because we only need the MSIX tooling.
12 lines
546 B
XML
12 lines
546 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<!-- This file is read by XES, which we use in our Release builds. -->
|
|
<PropertyGroup Label="Version">
|
|
<XesUseOneStoreVersioning>true</XesUseOneStoreVersioning>
|
|
<XesBaseYearForStoreVersion>2025</XesBaseYearForStoreVersion>
|
|
<VersionMajor>0</VersionMajor>
|
|
<VersionMinor>6</VersionMinor>
|
|
<VersionInfoProductName>Microsoft Command Palette</VersionInfoProductName>
|
|
</PropertyGroup>
|
|
</Project>
|