Skip to content

Commit

Permalink
fix for: validate-office-addin manifest.xml (#453)
Browse files Browse the repository at this point in the history
Fix the xml close tag for SupportUrl so manifest validation passes once the SupportUrl is uncommented.
  • Loading branch information
gauravsquadx authored and akrantz committed May 15, 2019
1 parent 99984f9 commit 6ac8700
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/app/templates/hosts/excel/manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<HighResolutionIconUrl DefaultValue="https://localhost:3000/assets/icon-80.png"/>

<!--If you plan to submit this add-in to the Office Store, uncomment the SupportUrl element below-->
<!--<SupportUrl DefaultValue="[Insert the URL of a page that provides support information for the app]">-->
<!--<SupportUrl DefaultValue="[Insert the URL of a page that provides support information for the app]" />-->

<!-- Domains that will be allowed when navigating. For example, if you use ShowTaskpane and then have an href link, navigation will only be allowed if the domain is on this list. -->
<AppDomains>
Expand Down
2 changes: 1 addition & 1 deletion src/app/templates/hosts/onenote/manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<HighResolutionIconUrl DefaultValue="https://localhost:3000/assets/icon-80.png"/>

<!--If you plan to submit this add-in to the Office Store, uncomment the SupportUrl element below-->
<!--<SupportUrl DefaultValue="[Insert the URL of a page that provides support information for the app]">-->
<!--<SupportUrl DefaultValue="[Insert the URL of a page that provides support information for the app]" />-->

<!-- Domains that will be allowed when navigating. For example, if you use ShowTaskpane and then have an href link, navigation will only be allowed if the domain is on this list. -->
<AppDomains>
Expand Down
2 changes: 1 addition & 1 deletion src/app/templates/hosts/powerpoint/manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<HighResolutionIconUrl DefaultValue="https://localhost:3000/assets/icon-80.png.png"/>

<!--If you plan to submit this add-in to the Office Store, uncomment the SupportUrl element below-->
<!--<SupportUrl DefaultValue="[Insert the URL of a page that provides support information for the app]">-->
<!--<SupportUrl DefaultValue="[Insert the URL of a page that provides support information for the app]" />-->

<!-- Domains that will be allowed when navigating. For example, if you use ShowTaskpane and then have an href link, navigation will only be allowed if the domain is on this list. -->
<AppDomains>
Expand Down
2 changes: 1 addition & 1 deletion src/app/templates/hosts/project/manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<HighResolutionIconUrl DefaultValue="https://localhost:3000/assets/icon-80.png.png"/>

<!--If you plan to submit this add-in to the Office Store, uncomment the SupportUrl element below-->
<!--<SupportUrl DefaultValue="[Insert the URL of a page that provides support information for the app]">-->
<!--<SupportUrl DefaultValue="[Insert the URL of a page that provides support information for the app]" />-->

<!-- Domains that will be allowed when navigating. For example, if you use ShowTaskpane and then have an href link, navigation will only be allowed if the domain is on this list. -->
<AppDomains>
Expand Down
2 changes: 1 addition & 1 deletion src/app/templates/hosts/word/manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<HighResolutionIconUrl DefaultValue="https://localhost:3000/assets/icon-80.png"/>

<!--If you plan to submit this add-in to the Office Store, uncomment the SupportUrl element below-->
<!--<SupportUrl DefaultValue="[Insert the URL of a page that provides support information for the app]">-->
<!--<SupportUrl DefaultValue="[Insert the URL of a page that provides support information for the app]" />-->

<!-- Domains that will be allowed when navigating. For example, if you use ShowTaskpane and then have an href link, navigation will only be allowed if the domain is on this list. -->
<AppDomains>
Expand Down

0 comments on commit 6ac8700

Please sign in to comment.