Unterschiede in Windows 10

In diesem Thema werden Änderungen am Schemareferenz des Paketmanifests für jede Version von Windows 10 aufgeführt, einschließlich Namespaces und Features, die hinzugefügt oder geändert wurden. Referenzinformationen zu allen Elementen, Attributen und Typen im Schema finden Sie in der Elementhierarchie .

In den folgenden Abschnitten werden die Namespaces und XML-Präfixe aufgelistet, die dem Paketmanifestschema bei jedem Update von Windows 10 hinzugefügt wurden. Die neueste Version von Windows 10 finden Sie unter Herunterladen von Windows 10.

Windows 11 – Build 22621

Namespaces und XML-Präfixe hinzugefügt

Präfix Namespace
desktop10 http://schemas.microsoft.com/appx/manifest/desktop/windows10/10
uap15 http://schemas.microsoft.com/appx/manifest/uap/windows10/15

Windows 11 – Build 22159

Namespaces und XML-Präfixe hinzugefügt

Präfix Namespace
desktop9 http://schemas.microsoft.com/appx/manifest/desktop/windows10/9

Windows 11 – Build 22000

Namespaces und XML-Präfixe hinzugefügt

Präfix Namespace
com5 http://schemas.microsoft.com/appx/manifest/com/windows10/5
desktop8 http://schemas.microsoft.com/appx/manifest/desktop/windows10/8
Heap http://schemas.microsoft.com/appx/manifest/heap/windows10
uap13 http://schemas.microsoft.com/appx/manifest/uap/windows10/13

Windows 10 – Build 20348

Namespaces und XML-Präfixe hinzugefügt

Präfix Namespace
com4 http://schemas.microsoft.com/appx/manifest/com/windows10/4
deployment http://schemas.microsoft.com/appx/manifest/deployment/windows10
desktop7 http://schemas.microsoft.com/appx/manifest/desktop/windows10/7
uap12 http://schemas.microsoft.com/appx/manifest/uap/windows10/12
Virtualisierung http://schemas.microsoft.com/appx/manifest/virtualization/windows10

Windows 10 – Build 19645

Namespaces und XML-Präfixe hinzugefügt

Präfix Namespace
uap11 http://schemas.microsoft.com/appx/manifest/uap/windows10/11
cloudFiles http://schemas.microsoft.com/appx/manifest/cloudfiles/windows10

Windows 10 – Build 10941, Version 2004

Namespaces und XML-Präfixe hinzugefügt

Präfix Namespace
uap10 http://schemas.microsoft.com/appx/manifest/uap/windows10/10
com3 http://schemas.microsoft.com/appx/manifest/com/windows10/3
printSupport http://schemas.microsoft.com/appx/manifest/printsupport/windows10

Windows 10, Build 18362, Version 1903

Namespaces und XML-Präfixe hinzugefügt

Präfix Namespace
uap8 http://schemas.microsoft.com/appx/manifest/uap/windows10/8
desktop6 http://schemas.microsoft.com/appx/manifest/desktop/windows10/6
rescap6 http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities/6

Windows 10, Build 17763, Version 1809

Namespaces und XML-Präfixe hinzugefügt

Präfix Namespace
uap7 http://schemas.microsoft.com/appx/manifest/uap/windows10/7
desktop5 http://schemas.microsoft.com/appx/manifest/desktop/windows10/5
rescap5 http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities/5

Windows 10, Build 17134, Version 1803

Namespaces und XML-Präfixe hinzugefügt

Präfix Namespace
uap6 http://schemas.microsoft.com/appx/manifest/uap/windows10/6
desktop4 http://schemas.microsoft.com/appx/manifest/desktop/windows10/4
rescap4 http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities/4

Windows 10, Fall Creators Update – Build 16299.15, Version 1709

Namespaces und XML-Präfixe hinzugefügt

Präfix Namespace
com2 http://schemas.microsoft.com/appx/manifest/com/windows10/2
desktop3 http://schemas.microsoft.com/appx/manifest/desktop/windows10/3
uap5 http://schemas.microsoft.com/appx/manifest/uap/windows10/5

Windows 10, Creators Update – Build 15063, Version 1703

Namespaces und XML-Präfixe hinzugefügt

Präfix Namespace
com http://schemas.microsoft.com/appx/manifest/com/windows10
desktop2 http://schemas.microsoft.com/appx/manifest/desktop/windows10/2
rescap3 http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities/3
uap4 http://schemas.microsoft.com/appx/manifest/uap/windows10/4

Windows 10, Anniversary Update – Build 14393, Version 1607

Namespaces und XML-Präfixe hinzugefügt

Präfix Namespace
Desktop http://schemas.microsoft.com/appx/manifest/desktop/windows10
rescap2 http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities/2
uap3 http://schemas.microsoft.com/appx/manifest/uap/windows10/3

Windows 10, November-Update – Build 10586, Version 1511

Namespaces und XML-Präfixe hinzugefügt

Präfix Namespace
f2 http://schemas.microsoft.com/appx/manifest/foundation/windows10/2
uap2 http://schemas.microsoft.com/appx/manifest/uap/windows10/2

Windows 10 – Build 10240, Version 1507

Namespaces und XML-Präfixe hinzugefügt

Präfix Namespace
uap http://schemas.microsoft.com/appx/manifest/uap/windows10
f http://schemas.microsoft.com/appx/manifest/foundation/windows10
holo http://schemas.microsoft.com/appx/manifest/holographic/windows10
mobile http://schemas.microsoft.com/appx/manifest/mobile/windows10
Rescap http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities
Servervorschau http://schemas.microsoft.com/appx/manifest/serverpreview/windows10

Beispiel

Um einen XML-Namespace im App-Paketmanifest zu verwenden, schließen Sie die Namespaces und IgnorableNamespaces in das Package -Element ein.

<?xml version='1.0' encoding='utf-8'?>
<Package
  xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
  xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
  xmlns:uap4="http://schemas.microsoft.com/appx/manifest/uap/windows10/4"
  IgnorableNamespaces="uap uap4">