Copy of Manifest Information
<!-- IMPORTANT! Id must be unique for your add-in, if you reuse this manifest ensure that you change this id to a new GUID. --> | |
<Id>80434bc0-cc22-48a5-90de-88f3ea35b7ef</Id> | |
<!--Version. Updates from the store only get triggered if there is a version change. --> | |
<Version>1.0.0.0</Version> | |
<ProviderName>Created with Script Lab</ProviderName> | |
<DefaultLocale>en-US</DefaultLocale> | |
<!-- The display name of your add-in. Used on the store and various places of the Office UI such as the add-ins dialog. --> | |
<DisplayName DefaultValue="Basic API call" /> | |
<Description DefaultValue="Executes a basic Excel API call"/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment