Skip to content

Commit

Permalink
rework debug manifests - one local, one server
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenegriffin committed Jun 4, 2022
1 parent 3a289ce commit 53fed2f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ManifestDebug.xml → ManifestDebugLocal.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ProviderName>Stephen Griffin</ProviderName>
<DefaultLocale>en-US</DefaultLocale>
<DisplayName DefaultValue="Message Header Analyzer Debug" />
<Description DefaultValue="Microsoft Message Header Analyzer debug" />
<Description DefaultValue="Microsoft Message Header Analyzer Debug" />
<IconUrl DefaultValue="https://localhost:44336/Resources/mhaLogo.jpg" />
<HighResolutionIconUrl DefaultValue="https://localhost:44336/Resources/mhaLogo128.jpg" />
<SupportUrl DefaultValue="https://github.com/stephenegriffin/MHA/issues" />
Expand Down
16 changes: 8 additions & 8 deletions ManifestMobile.xml → ManifestDebugServer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
xmlns:bt="http://schemas.microsoft.com/office/officeappbasictypes/1.0"
xmlns:mailappor="http://schemas.microsoft.com/office/mailappversionoverrides"
xsi:type="MailApp">
<Id>62916641-fc48-44ae-a2a3-163811f1c945</Id>
<Id>62916641-fc48-44ae-a2a3-163811f1c947</Id>
<Version>3.1</Version>
<ProviderName>Stephen Griffin</ProviderName>
<DefaultLocale>en-US</DefaultLocale>
<DisplayName DefaultValue="Message Header Analyzer" />
<Description DefaultValue="Microsoft Message Header Analyzer" />
<DisplayName DefaultValue="Message Header Analyzer Debug Server" />
<Description DefaultValue="Microsoft Message Header Analyzer Debug Server" />
<IconUrl DefaultValue="https://mha.azurewebsites.net/Resources/mhaLogo.jpg" />
<HighResolutionIconUrl DefaultValue="https://mha.azurewebsites.net/Resources/mhaLogo128.jpg" />
<SupportUrl DefaultValue="https://github.com/stephenegriffin/MHA/issues" />
Expand Down Expand Up @@ -103,8 +103,8 @@
</bt:Urls>
<bt:ShortStrings>
<bt:String id="groupLabel" DefaultValue=" "/>
<bt:String id="mhaOpenPaneBtnLabel" DefaultValue="View Headers"/>
<bt:String id="mhaOpenPaneBtnTipTitle" DefaultValue="Open a pane to view the available headers on the current message"/>
<bt:String id="mhaOpenPaneBtnLabel" DefaultValue="View Headers Debug Server"/>
<bt:String id="mhaOpenPaneBtnTipTitle" DefaultValue="Open a pane to view the available headers on the current message - Debug build on server"/>
</bt:ShortStrings>
<bt:LongStrings>
<bt:String id="mhaOpenPaneBtnTipDescription" DefaultValue="Retrieves the transport message headers of the current message and displays them in an easy-to-read format." />
Expand Down Expand Up @@ -198,11 +198,11 @@
</bt:Urls>
<bt:ShortStrings>
<bt:String id="groupLabel" DefaultValue=" "/>
<bt:String id="mhaOpenPaneBtnLabel" DefaultValue="View Headers"/>
<bt:String id="mhaOpenPaneBtnTipTitle" DefaultValue="Open a pane to view the available headers on the current message"/>
<bt:String id="mhaOpenPaneBtnLabel" DefaultValue="View Headers Debug Server"/>
<bt:String id="mhaOpenPaneBtnTipTitle" DefaultValue="Open a pane to view the available headers on the current message - Debug build on server"/>
</bt:ShortStrings>
<bt:LongStrings>
<bt:String id="mhaOpenPaneBtnTipDescription" DefaultValue="Retrieves the transport message headers of the current message and displays them in an easy-to-read format." />
<bt:String id="mhaOpenPaneBtnTipDescription" DefaultValue="Retrieves the transport message headers of the current message and displays them in an easy-to-read format. Debug build on server" />
</bt:LongStrings>
</Resources>
</VersionOverrides>
Expand Down

0 comments on commit 53fed2f

Please sign in to comment.