Skip to content

Commit 4fd6595

Browse files
Fix manifest schema for Excel task pane add-in
1 parent 6e9dac3 commit 4fd6595

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

manifest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<OfficeApp xmlns="http://schemas.microsoft.com/office/appforoffice/1.1"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xmlns:bt="http://schemas.microsoft.com/office/officeappbasictypes/1.0"
5-
xmlns:ov="http://schemas.microsoft.com/office/mailappversionoverrides/1.1"
6-
xsi:type="Workbook">
5+
xmlns:ov="http://schemas.microsoft.com/office/taskpaneappversionoverrides/1.1"
6+
xsi:type="TaskPaneApp">
77
<Id>b9e5b806-7fbb-4e7b-9cc3-9b61c24ce60c</Id>
88
<Version>1.0.0.0</Version>
99
<ProviderName>DataSetIQ</ProviderName>
@@ -33,7 +33,7 @@
3333
</DefaultSettings>
3434
<Permissions>ReadWriteDocument</Permissions>
3535

36-
<VersionOverrides xmlns="http://schemas.microsoft.com/office/mailappversionoverrides/1.1" xsi:type="VersionOverridesV1_1">
36+
<VersionOverrides xmlns="http://schemas.microsoft.com/office/taskpaneappversionoverrides/1.1" xsi:type="VersionOverridesV1_1">
3737
<Hosts>
3838
<Host xsi:type="Workbook">
3939
<Runtimes>

0 commit comments

Comments
 (0)