Skip to content

Commit

Permalink
Defer package updates while the app is running in Windows 11 23H2 or …
Browse files Browse the repository at this point in the history
…later. (Suggested by AndromedaMelody.)
  • Loading branch information
MouriNaruto committed Aug 14, 2024
1 parent 7f07ae9 commit 382c571
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion NanaGetPackage/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
xmlns:desktop2="http://schemas.microsoft.com/appx/manifest/desktop/windows10/2"
IgnorableNamespaces="uap rescap">
xmlns:uap16="http://schemas.microsoft.com/appx/manifest/uap/windows10/16"
xmlns:uap17="http://schemas.microsoft.com/appx/manifest/uap/windows10/17"
IgnorableNamespaces="uap rescap uap16 uap17">

<Identity
Name="40174MouriNaruto.NanaGetPreview"
Expand All @@ -16,6 +18,8 @@
<DisplayName>NanaGet Preview</DisplayName>
<PublisherDisplayName>Kenji Mouri</PublisherDisplayName>
<Logo>Assets\StoreLogo.png</Logo>
<uap16:UpdateWhileInUse>defer</uap16:UpdateWhileInUse>
<uap17:UpdateWhileInUse>defer</uap17:UpdateWhileInUse>
</Properties>

<Dependencies>
Expand Down

0 comments on commit 382c571

Please sign in to comment.