/ src / modules / cmdpal / custom.props
custom.props
 1  <?xml version="1.0" encoding="utf-8"?>
 2  <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 3    <!-- This file is read by XES, which we use in our Release builds. -->
 4    <PropertyGroup Label="Version">
 5      <XesUseOneStoreVersioning>true</XesUseOneStoreVersioning>
 6      <XesBaseYearForStoreVersion>2025</XesBaseYearForStoreVersion>
 7      <VersionMajor>0</VersionMajor>
 8      <VersionMinor>8</VersionMinor>
 9      <VersionInfoProductName>Microsoft Command Palette</VersionInfoProductName>
10    </PropertyGroup>
11  </Project>