2025-05-14 12:15:19 -07:00
|
|
|
<?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>
|
2025-09-30 12:55:06 -05:00
|
|
|
<VersionMinor>6</VersionMinor>
|
2025-05-14 12:15:19 -07:00
|
|
|
<VersionInfoProductName>Microsoft Command Palette</VersionInfoProductName>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
</Project>
|