Skip to content

Commit 8b84d44

Browse files
committed
Merge branch 'fix/SNC-5681_msix_version_will_be_linked_to_app_version' into 'release/v5.14.0'
SNC-5681. MSIX version is now linked to app version [RELEASE] See merge request desktop/desktop!3737
2 parents 150f31c + f2c18e4 commit 8b84d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MEGAShellExt/ModernShellContextMenu/msix/AppxManifest.xml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
xmlns:uap10="http://schemas.microsoft.com/appx/manifest/uap/windows10/10"
1212
xmlns:com="http://schemas.microsoft.com/appx/manifest/com/windows10"
1313
IgnorableNamespaces="uap uap2 uap3 rescap desktop desktop4 desktop5 uap10 com">
14-
<Identity Name="MEGASyncShellSparse" ProcessorArchitecture="neutral" Publisher="@MEGA_DESKTOP_APP_CERTIFICATE_PUBLISHER@" Version="1.0.0.0" />
14+
<Identity Name="MEGASyncShellSparse" ProcessorArchitecture="neutral" Publisher="@MEGA_DESKTOP_APP_CERTIFICATE_PUBLISHER@" Version="5.14.0.2" />
1515
<Properties>
1616
<DisplayName>MEGAsync</DisplayName>
1717
<PublisherDisplayName>MEGAsync</PublisherDisplayName>

0 commit comments

Comments
 (0)