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

Side by Side Diff: tests/expecteddata/AppxManifest_edge_release_build.xml

Issue 29931555: Issue 5668 - Reintroduce buildnumber shifting for edge (Closed)
Patch Set: Created Oct. 30, 2018, 4:55 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 <?xml version='1.0' encoding='utf-8'?> 1 <?xml version='1.0' encoding='utf-8'?>
2 <Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap3 ="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" IgnorableNamespace s="uap3"> 2 <Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap3 ="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" IgnorableNamespace s="uap3">
3 » <Identity Name="EyeoGmbH.AdblockPlus" Publisher="CN=4F066043-8AFE-41C9-B 762-6C15E77E3F88" Version="0.1.2.3" /> 3 » <Identity Name="EyeoGmbH.AdblockPlus" Publisher="CN=4F066043-8AFE-41C9-B 762-6C15E77E3F88" Version="1.2.3.0" />
4 4
5 <Properties> 5 <Properties>
6 <DisplayName>ms-resource:DisplayName</DisplayName> 6 <DisplayName>ms-resource:DisplayName</DisplayName>
7 <PublisherDisplayName>eyeo GmbH</PublisherDisplayName> 7 <PublisherDisplayName>eyeo GmbH</PublisherDisplayName>
8 <Logo>Assets/logo_50.png</Logo> 8 <Logo>Assets/logo_50.png</Logo>
9 </Properties> 9 </Properties>
10 10
11 <Dependencies> 11 <Dependencies>
12 <TargetDeviceFamily MaxVersionTested="12.0.0.0" MinVersion="10.0 .14332.0" Name="Windows.Desktop" /> 12 <TargetDeviceFamily MaxVersionTested="12.0.0.0" MinVersion="10.0 .14332.0" Name="Windows.Desktop" />
13 </Dependencies> 13 </Dependencies>
(...skipping 17 matching lines...) Expand all
31 <Capability Name ="websiteInfo" /> 31 <Capability Name ="websiteInfo" />
32 <Capability Name ="websiteContent" /> 32 <Capability Name ="websiteContent" />
33 </Capabilities> 33 </Capabilities>
34 </uap3:Properties> 34 </uap3:Properties>
35 </uap3:AppExtension> 35 </uap3:AppExtension>
36 </uap3:Extension> 36 </uap3:Extension>
37 </Extensions> 37 </Extensions>
38 </Application> 38 </Application>
39 </Applications> 39 </Applications>
40 </Package> 40 </Package>
OLDNEW
« package.json ('K') | « tests/expecteddata/AppxManifest_edge_development_build.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld