Skip to content

Commit

Permalink
fix icon url choices
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenegriffin committed Jun 9, 2022
1 parent a21c7af commit 3309758
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions Manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<DefaultLocale>en-US</DefaultLocale>
<DisplayName DefaultValue="Message Header Analyzer" />
<Description DefaultValue="Microsoft Message Header Analyzer" />
<IconUrl DefaultValue="https://mha.azurewebsites.net/Resources/mhaLogo.jpg" />
<IconUrl DefaultValue="https://mha.azurewebsites.net/Resources/mhaLogo64.jpg" />
<HighResolutionIconUrl DefaultValue="https://mha.azurewebsites.net/Resources/mhaLogo128.jpg" />
<SupportUrl DefaultValue="https://github.com/stephenegriffin/MHA/issues" />
<Hosts>
Expand Down Expand Up @@ -187,9 +187,9 @@
<Resources>
<bt:Images>
<!-- MHA icon -->
<bt:Image id="mha-icon-16" DefaultValue="https://mha.azurewebsites.net/Resources/mhaLogo64.jpg"/>
<bt:Image id="mha-icon-32" DefaultValue="https://mha.azurewebsites.net/Resources/mhaLogo64.jpg"/>
<bt:Image id="mha-icon-80" DefaultValue="https://mha.azurewebsites.net/Resources/mhaLogo64.jpg"/>
<bt:Image id="mha-icon-16" DefaultValue="https://mha.azurewebsites.net/Resources/mhaLogo.jpg"/>
<bt:Image id="mha-icon-32" DefaultValue="https://mha.azurewebsites.net/Resources/mhaLogo.jpg"/>
<bt:Image id="mha-icon-80" DefaultValue="https://mha.azurewebsites.net/Resources/mhaLogo.jpg"/>
</bt:Images>
<bt:Urls>
<bt:Url id="functionFile" DefaultValue="https://mha.azurewebsites.net/Pages/Functions.html"/>
Expand Down
8 changes: 4 additions & 4 deletions ManifestDebugLocal.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<DefaultLocale>en-US</DefaultLocale>
<DisplayName DefaultValue="Message Header Analyzer Debug Local" />
<Description DefaultValue="Microsoft Message Header Analyzer Debug Local" />
<IconUrl DefaultValue="https://localhost:44336/Resources/mhaLogo.jpg" />
<IconUrl DefaultValue="https://localhost:44336/Resources/mhaLogo64.jpg" />
<HighResolutionIconUrl DefaultValue="https://localhost:44336/Resources/mhaLogo128.jpg" />
<SupportUrl DefaultValue="https://github.com/stephenegriffin/MHA/issues" />
<Hosts>
Expand Down Expand Up @@ -93,9 +93,9 @@
<Resources>
<bt:Images>
<!-- MHA icon -->
<bt:Image id="mha-icon-16" DefaultValue="https://localhost:44336/Resources/mhaLogo64.jpg"/>
<bt:Image id="mha-icon-32" DefaultValue="https://localhost:44336/Resources/mhaLogo64.jpg"/>
<bt:Image id="mha-icon-80" DefaultValue="https://localhost:44336/Resources/mhaLogo64.jpg"/>
<bt:Image id="mha-icon-16" DefaultValue="https://localhost:44336/Resources/mhaLogo.jpg"/>
<bt:Image id="mha-icon-32" DefaultValue="https://localhost:44336/Resources/mhaLogo.jpg"/>
<bt:Image id="mha-icon-80" DefaultValue="https://localhost:44336/Resources/mhaLogo.jpg"/>
</bt:Images>
<bt:Urls>
<bt:Url id="functionFile" DefaultValue="https://localhost:44336/Pages/Functions.html"/>
Expand Down
8 changes: 4 additions & 4 deletions ManifestDebugServer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<DefaultLocale>en-US</DefaultLocale>
<DisplayName DefaultValue="Message Header Analyzer Debug Server" />
<Description DefaultValue="Microsoft Message Header Analyzer Debug Server" />
<IconUrl DefaultValue="https://mha-test3ff4.azurewebsites.net/Resources/mhaLogo.jpg" />
<IconUrl DefaultValue="https://mha-test3ff4.azurewebsites.net/Resources/mhaLogo64.jpg" />
<HighResolutionIconUrl DefaultValue="https://mha-test3ff4.azurewebsites.net/Resources/mhaLogo128.jpg" />
<SupportUrl DefaultValue="https://github.com/stephenegriffin/MHA/issues" />
<Hosts>
Expand Down Expand Up @@ -93,9 +93,9 @@
<Resources>
<bt:Images>
<!-- MHA icon -->
<bt:Image id="mha-icon-16" DefaultValue="https://mha-test3ff4.azurewebsites.net/Resources/mhaLogo64.jpg"/>
<bt:Image id="mha-icon-32" DefaultValue="https://mha-test3ff4.azurewebsites.net/Resources/mhaLogo64.jpg"/>
<bt:Image id="mha-icon-80" DefaultValue="https://mha-test3ff4.azurewebsites.net/Resources/mhaLogo64.jpg"/>
<bt:Image id="mha-icon-16" DefaultValue="https://mha-test3ff4.azurewebsites.net/Resources/mhaLogo.jpg"/>
<bt:Image id="mha-icon-32" DefaultValue="https://mha-test3ff4.azurewebsites.net/Resources/mhaLogo.jpg"/>
<bt:Image id="mha-icon-80" DefaultValue="https://mha-test3ff4.azurewebsites.net/Resources/mhaLogo.jpg"/>
</bt:Images>
<bt:Urls>
<bt:Url id="functionFile" DefaultValue="https://mha-test3ff4.azurewebsites.net/Pages/Functions.html"/>
Expand Down

0 comments on commit 3309758

Please sign in to comment.