Skip to content

Commit 9ae0a3b

Browse files
authored
[All Hosts] (manifest) remove erroneous requirement (#2248)
1 parent 67f6a4c commit 9ae0a3b

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

docs/manifest/versionoverrides-1-0-mail.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: VersionOverrides 1.0 element in the manifest file for a mail add-in
33
description: Reference documentation of the VersionOverrides element (mail) for Office Add-ins manifest (XML) files.
4-
ms.date: 02/18/2022
4+
ms.date: 04/03/2025
55
ms.localizationpriority: medium
66
---
77

@@ -36,8 +36,8 @@ The following table applies only to version 1.0 of **\<VersionOverrides\>** elem
3636
|:-----|:-----:|:-----|
3737
| [Description](#description) | No | Describes the add-in. |
3838
| [Requirements](requirements.md) | No | Specifies the minimum requirement sets that must be supported in order for the markup in the parent **\<VersionOverrides\>** to take effect. This should always be *more* restrictive than the **\<Requirements\>** element in the base portion of the manifest.|
39-
| [Hosts](hosts.md) | Yes | Specifies a collection of Office applications. The child **\<Hosts\>** element overrides the **\<Hosts\>** element in the parent portion of the manifest. |
40-
| [Resources](resources.md) | Yes | Defines a collection of resources (strings, URLs, and images) that other manifest elements reference.|
39+
| [Hosts](hosts.md) | No | Specifies a collection of Office applications. The child **\<Hosts\>** element overrides the **\<Hosts\>** element in the parent portion of the manifest. |
40+
| [Resources](resources.md) | No | Defines a collection of resources (strings, URLs, and images) that other manifest elements reference.|
4141
| **\<VersionOverrides\>** | No | Defines add-in commands under a newer schema version. See [Implementing multiple versions](#implementing-multiple-versions) for details. |
4242
| [WebApplicationInfo](webapplicationinfo.md) | No | Specifies details about the add-in's registration with secure token issuers, such as Azure Active Directory V2.0. |
4343

docs/manifest/versionoverrides-1-0-taskpane.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: VersionOverrides 1.0 element in the manifest file for a task pane add-in
33
description: Reference documentation of the VersionOverrides element (task pane) for Office Add-ins manifest (XML) files.
4-
ms.date: 02/18/2022
4+
ms.date: 04/03/2025
55
ms.localizationpriority: medium
66
---
77

@@ -36,8 +36,8 @@ The following table applies only to version 1.0 of **\<VersionOverrides\>** elem
3636
|:-----|:-----:|:-----|
3737
| [Description](#description) | No | Describes the add-in. |
3838
| [Requirements](requirements.md) | No | Specifies the minimum requirement sets that must be supported in order for the markup in the parent **\<VersionOverrides\>** to take effect. This should always be *more* restrictive than the **\<Requirements\>** element in the base portion of the manifest.|
39-
| [Hosts](hosts.md) | Yes | Specifies a collection of Office applications. The child Hosts element overrides the Hosts element in the parent portion of the manifest. |
40-
| [Resources](resources.md) | Yes | Defines a collection of resources (strings, URLs, and images) that other manifest elements reference.|
39+
| [Hosts](hosts.md) | No | Specifies a collection of Office applications. The child Hosts element overrides the Hosts element in the parent portion of the manifest. |
40+
| [Resources](resources.md) | No | Defines a collection of resources (strings, URLs, and images) that other manifest elements reference.|
4141
| [EquivalentAddins](equivalentaddins.md) | No | Specifies the native (COM/XLL) add-ins that are equivalent to the web add-in. The web add-in isn't activated if an equivalent native add-in is installed.|
4242
| **\<VersionOverrides\>** | No | Not currently usable in VersionOverrides 1.0 for taskpane add-ins. |
4343
| [WebApplicationInfo](webapplicationinfo.md) | No | Specifies details about the add-in's registration with secure token issuers, such as Azure Active Directory V2.0. |

docs/manifest/versionoverrides-1-1-mail.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: VersionOverrides 1.1 element in the manifest file for a mail add-in
33
description: Reference documentation of the VersionOverrides 1.1 element (mail) for Office Add-ins manifest (XML) files.
4-
ms.date: 02/18/2022
4+
ms.date: 04/03/2025
55
ms.localizationpriority: medium
66
---
77

@@ -36,8 +36,8 @@ The following table applies only to version 1.1 of **\<VersionOverrides\>** elem
3636
|:-----|:-----:|:-----|
3737
| [Description](#description) | No | Describes the add-in. |
3838
| [Requirements](requirements.md) | No | Specifies the minimum requirement sets that must be supported in order for the markup in the parent **\<VersionOverrides\>** to take effect. This should always be *more* restrictive than the **\<Requirements\>** element in the base portion of the manifest.|
39-
| [Hosts](hosts.md) | Yes | Specifies a collection of Office applications. The child Hosts element overrides the Hosts element in the parent portion of the manifest. |
40-
| [Resources](resources.md) | Yes | Defines a collection of resources (strings, URLs, and images) that other manifest elements reference.|
39+
| [Hosts](hosts.md) | No | Specifies a collection of Office applications. The child Hosts element overrides the Hosts element in the parent portion of the manifest. |
40+
| [Resources](resources.md) | No | Defines a collection of resources (strings, URLs, and images) that other manifest elements reference.|
4141
| [EquivalentAddins](equivalentaddins.md) | No | Specifies the native (COM/XLL) add-ins that are equivalent to the web add-in. The web add-in isn't activated if an equivalent native add-in is installed.|
4242
| **\<VersionOverrides\>** | No | Not currently usable in VersionOverrides 1.1 for mail add-ins. |
4343
| [WebApplicationInfo](webapplicationinfo.md) | No | Specifies details about the add-in's registration with secure token issuers, such as Azure Active Directory V2.0. |

0 commit comments

Comments
 (0)