| OLD | NEW |
| 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.AdblockPlusdevelopmentbuild" Publisher="CN=4F06
6043-8AFE-41C9-B762-6C15E77E3F88" Version="1.2.3.1337" /> | 3 » <Identity Name="EyeoGmbH.AdblockPlusdevelopmentbuild" Publisher="CN=4F06
6043-8AFE-41C9-B762-6C15E77E3F88" Version="1.2.1337.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 Loading... |
| 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> |
| OLD | NEW |