Skip to content

Commit daa5a19

Browse files
author
github-actions
committed
Merge branch 'main' into live
2 parents 05c125c + 9ae0a3b commit daa5a19

File tree

4 files changed

+9
-13
lines changed

4 files changed

+9
-13
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. |

docs/toc.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@ items:
4747
href: manifest/disableentityhighlighting.md
4848
- name: DisplayName
4949
href: manifest/displayname.md
50-
- name: EquivalentAddin
51-
href: manifest/equivalentaddin.md
52-
- name: EquivalentAddins
53-
href: manifest/equivalentaddins.md
5450
- name: ExtendedOverrides
5551
href: manifest/extendedoverrides.md
5652
- name: FileName

0 commit comments

Comments
 (0)