Skip to content

Latest commit

 

History

History
86 lines (58 loc) · 2.17 KB

File metadata and controls

86 lines (58 loc) · 2.17 KB
description Search.Product title ms.assetid keywords ms.topic ms.date
Represents the highest version of Windows that the package was tested on.
eADQiWindows 10XVcnh
OSMaxVersionTested (Windows 8.1 extensions schema)
2f820978-5080-427d-b364-08951afae9ee
windows 10, uwp, schema, package manifest
reference
04/05/2017

OSMaxVersionTested (extensions schema for Windows 8.1)

This should be filled in by the developer with the highest version of Windows that the package was tested on. This field is required. Windows will not block installation of the package on versions of the OS higher than the value provided in this field. When an app is executed, Windows will compare this field to the actual OS version. If the value provided in this field is less than the current OS version, Windows may provide behavior compatible with the highest tested OS version for some or all APIs. If the value provided in this field is greater than or equal to the current OS version, Windows will not apply any compatibility changes to APIs.

Element hierarchy

<Package>
<Prerequisites>
<OSMaxVersionTested>

Syntax

<OSMaxVersionTested>

  A version string in duo notation (major.minor) or trio notation (major.minor.appversion).

</OSMaxVersionTested>

Attributes and Elements

Attributes

None.

Child Elements

None.

Parent Elements

Parent Element Description
Prerequisites

Declares the minimum operating system and software requirements that must exist for the package to be applicable to the system.

 

Requirements

Value
Namespace http://schemas.microsoft.com/appx/2010/manifest