From 7f75b8e002b71336e77bd8bff8df934da24ae50a Mon Sep 17 00:00:00 2001 From: Herman Wen Date: Wed, 22 Jan 2025 10:34:03 +0800 Subject: [PATCH] fix: readme --- templates/ts/office-addin-wxpo-taskpane/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/ts/office-addin-wxpo-taskpane/README.md b/templates/ts/office-addin-wxpo-taskpane/README.md index 55cb7b1eb4..1360ead32c 100644 --- a/templates/ts/office-addin-wxpo-taskpane/README.md +++ b/templates/ts/office-addin-wxpo-taskpane/README.md @@ -2,6 +2,9 @@ Office add-ins are integrations built by third parties into Office by using our web-based platform. This add-in template supports: Word, Excel, PowerPoint, Outlook. Now you have the ability to create a single unit of distribution for all your Microsoft 365 extensions by using the same manifest format and schema, based on the current JSON-formatted Teams manifest. +> Note: +> The unified app manifest for Word, Excel, and PowerPoint is in preview. Visit [this link](https://aka.ms/officeversions) to check the required Office Versions. Also, publishing a unified add-in for Word, Excel, PowerPoint is not supported currently. + ## Prerequisites - [NodeJS](https://nodejs.org/en/): version 18 or 20