Skip to content

Commit f9a40ca

Browse files
Merge pull request #128 from akrantz/from-taskpane
Merge changes from Office-Addin-TaskPane
2 parents 12a6e52 + a9bdbdc commit f9a40ca

File tree

12 files changed

+668
-624
lines changed

12 files changed

+668
-624
lines changed

certs/ca.crt

Lines changed: 0 additions & 22 deletions
This file was deleted.

certs/server.crt

Lines changed: 0 additions & 22 deletions
This file was deleted.

certs/server.key

Lines changed: 0 additions & 28 deletions
This file was deleted.

manifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<Description resid="Contoso.GetStarted.Description"/>
4646
<LearnMoreUrl resid="Contoso.GetStarted.LearnMoreUrl"/>
4747
</GetStarted>
48-
<FunctionFile resid="Contoso.Ribbon.Url" />
48+
<FunctionFile resid="Contoso.Commands.Url" />
4949
<ExtensionPoint xsi:type="PrimaryCommandSurface">
5050
<OfficeTab id="TabHome">
5151
<Group id="Contoso.Group1">
@@ -88,7 +88,7 @@
8888
<bt:Url id="Contoso.Functions.Metadata.Url" DefaultValue="https://localhost:3000/dist/functions.json" />
8989
<bt:Url id="Contoso.Functions.Page.Url" DefaultValue="https://localhost:3000/dist/functions.html" />
9090
<bt:Url id="Contoso.GetStarted.LearnMoreUrl" DefaultValue="https://go.microsoft.com/fwlink/?LinkId=276812" />
91-
<bt:Url id="Contoso.Ribbon.Url" DefaultValue="https://localhost:3000/ribbon.html" />
91+
<bt:Url id="Contoso.Commands.Url" DefaultValue="https://localhost:3000/commands.html" />
9292
<bt:Url id="Contoso.Taskpane.Url" DefaultValue="https://localhost:3000/taskpane.html" />
9393
</bt:Urls>
9494
<bt:ShortStrings>

0 commit comments

Comments
 (0)