Skip to content

Commit 4a79a0c

Browse files
committed
override xes version
1 parent 93dc1ee commit 4a79a0c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.PowerToys/Microsoft.CmdPal.Ext.PowerToys.csproj

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,10 @@
99
<PublishProfile>win-$(Platform).pubxml</PublishProfile>
1010
<XesUseOneStoreVersioning>false</XesUseOneStoreVersioning>
1111
<PackageVersion>$(Version)</PackageVersion>
12+
<XES_APPXMANIFESTVERSION>$(PackageVersion)</XES_APPXMANIFESTVERSION>
1213
<!-- Keep the MSIX version in sync with the PowerToys version -->
1314
<AppxPackageVersion>$(Version)</AppxPackageVersion>
1415
<ApplicationDisplayVersion>$(Version)</ApplicationDisplayVersion>
15-
<VersionMajor>$([System.Version]::Parse($(Version)).Major)</VersionMajor>
16-
<VersionMinor>$([System.Version]::Parse($(Version)).Minor)</VersionMinor>
17-
<VersionBuild>$([System.Version]::Parse($(Version)).Build)</VersionBuild>
18-
<VersionRevision>0</VersionRevision>
19-
<ApplicationVersion>$(VersionMajor).$(VersionMinor).$(VersionBuild).$(VersionRevision)</ApplicationVersion>
2016
<EnableMsixTooling>true</EnableMsixTooling>
2117
<OutputPath>$(SolutionDir)$(Platform)\$(Configuration)\WinUI3Apps\CmdPalExtensions\$(MSBuildProjectName)\</OutputPath>
2218
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>

0 commit comments

Comments
 (0)