Skip to content

Commit

Permalink
Removed the XML declaration from AppxManifest.xml.
Browse files Browse the repository at this point in the history
  • Loading branch information
lstratman committed Sep 26, 2020
1 parent 2f59eee commit babefaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion AppxManifest.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap2="http://schemas.microsoft.com/appx/manifest/uap/windows10/2" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" xmlns:uap4="http://schemas.microsoft.com/appx/manifest/uap/windows10/4" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" xmlns:rescap3="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities/3" xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10" xmlns:desktop2="http://schemas.microsoft.com/appx/manifest/desktop/windows10/2" xmlns:com="http://schemas.microsoft.com/appx/manifest/com/windows10" xmlns:wincap3="http://schemas.microsoft.com/appx/manifest/foundation/windows10/windowscapabilities/3" IgnorableNamespaces="uap4 wincap3 rescap3 desktop2 com">
<Identity Name="40487LukeStratman.EasyConnect" ProcessorArchitecture="x64" Publisher="CN=A801895E-1076-4329-B981-365F428B85D4" Version="1.0.0.0" />
<Properties>
Expand Down

0 comments on commit babefaa

Please sign in to comment.