Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: tests/expecteddata/AppxManifest_edge_release_build.xml

Issue 29968555: Issue 7145 - Change manifest name for release builds
Patch Set: Updated tests Created Dec. 29, 2018, 5:04 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « templates/manifest.json.tmpl ('k') | tests/expecteddata/manifest_chrome_devenv.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/expecteddata/AppxManifest_edge_release_build.xml
diff --git a/tests/expecteddata/AppxManifest_edge_release_build.xml b/tests/expecteddata/AppxManifest_edge_release_build.xml
index fa577e53ffe198043bd069bda19b8091bbf9c549..c55aede6bd312fd906819f6ec4bf7f1e91971908 100644
--- a/tests/expecteddata/AppxManifest_edge_release_build.xml
+++ b/tests/expecteddata/AppxManifest_edge_release_build.xml
@@ -3,7 +3,7 @@
<Identity Name="EyeoGmbH.AdblockPlus" Publisher="CN=4F066043-8AFE-41C9-B762-6C15E77E3F88" Version="1.2.3.0" />
<Properties>
- <DisplayName>Adblock Plus</DisplayName>
+ <DisplayName>Adblock Plus - free ad blocker</DisplayName>
<PublisherDisplayName>eyeo GmbH</PublisherDisplayName>
<Logo>Assets/logo_50.png</Logo>
</Properties>
@@ -19,11 +19,11 @@
<Applications>
<Application Id="App">
- <uap:VisualElements AppListEntry="none" BackgroundColor="transparent" Description="ms-resource:Description" DisplayName="Adblock Plus" Square150x150Logo="Assets/logo_150.png" Square44x44Logo="Assets/logo_44.png">
+ <uap:VisualElements AppListEntry="none" BackgroundColor="transparent" Description="ms-resource:Description" DisplayName="Adblock Plus - free ad blocker" Square150x150Logo="Assets/logo_150.png" Square44x44Logo="Assets/logo_44.png">
</uap:VisualElements>
<Extensions>
<uap3:Extension Category="windows.appExtension">
- <uap3:AppExtension DisplayName="Adblock Plus" Id="EdgeExtension" Name="com.microsoft.edge.extension" PublicFolder="Extension">
+ <uap3:AppExtension DisplayName="Adblock Plus - free ad blocker" Id="EdgeExtension" Name="com.microsoft.edge.extension" PublicFolder="Extension">
<uap3:Properties>
<Capabilities>
<Capability Name="websiteInfo" />
« no previous file with comments | « templates/manifest.json.tmpl ('k') | tests/expecteddata/manifest_chrome_devenv.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld