You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/manifest/versionoverrides-1-0-mail.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: VersionOverrides 1.0 element in the manifest file for a mail add-in
3
3
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
5
5
ms.localizationpriority: medium
6
6
---
7
7
@@ -36,8 +36,8 @@ The following table applies only to version 1.0 of **\<VersionOverrides\>** elem
36
36
|:-----|:-----:|:-----|
37
37
|[Description](#description)| No | Describes the add-in. |
38
38
|[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.|
41
41
|**\<VersionOverrides\>**| No | Defines add-in commands under a newer schema version. See [Implementing multiple versions](#implementing-multiple-versions) for details. |
42
42
|[WebApplicationInfo](webapplicationinfo.md)| No | Specifies details about the add-in's registration with secure token issuers, such as Azure Active Directory V2.0. |
Copy file name to clipboardExpand all lines: docs/manifest/versionoverrides-1-0-taskpane.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: VersionOverrides 1.0 element in the manifest file for a task pane add-in
3
3
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
5
5
ms.localizationpriority: medium
6
6
---
7
7
@@ -36,8 +36,8 @@ The following table applies only to version 1.0 of **\<VersionOverrides\>** elem
36
36
|:-----|:-----:|:-----|
37
37
|[Description](#description)| No | Describes the add-in. |
38
38
|[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.|
41
41
|[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.|
42
42
|**\<VersionOverrides\>**| No | Not currently usable in VersionOverrides 1.0 for taskpane add-ins. |
43
43
|[WebApplicationInfo](webapplicationinfo.md)| No | Specifies details about the add-in's registration with secure token issuers, such as Azure Active Directory V2.0. |
Copy file name to clipboardExpand all lines: docs/manifest/versionoverrides-1-1-mail.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: VersionOverrides 1.1 element in the manifest file for a mail add-in
3
3
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
5
5
ms.localizationpriority: medium
6
6
---
7
7
@@ -36,8 +36,8 @@ The following table applies only to version 1.1 of **\<VersionOverrides\>** elem
36
36
|:-----|:-----:|:-----|
37
37
|[Description](#description)| No | Describes the add-in. |
38
38
|[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.|
41
41
|[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.|
42
42
|**\<VersionOverrides\>**| No | Not currently usable in VersionOverrides 1.1 for mail add-ins. |
43
43
|[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