Skip to content

Commit 09f6ad0

Browse files
committed
Merge branch 'master' of https://github.com/duke7553/files-uwp
2 parents dc28780 + 987c03c commit 09f6ad0

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

Files UWP/FilesUWP.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<AppInstallerUpdateFrequency>1</AppInstallerUpdateFrequency>
2525
<AppInstallerCheckForUpdateFrequency>OnApplicationRun</AppInstallerCheckForUpdateFrequency>
2626
<AppxPackageDir>C:\Users\Luke\Documents\Packages\</AppxPackageDir>
27-
<PackageCertificateThumbprint>EDB926CA7770B2992722830C048F36DD5077691C</PackageCertificateThumbprint>
27+
<PackageCertificateThumbprint>54A40DE81C61BD87FE34D0B18BAE38926F2D7292</PackageCertificateThumbprint>
2828
<AppxBundle>Never</AppxBundle>
2929
</PropertyGroup>
3030
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
@@ -166,6 +166,7 @@
166166
<Content Include="Assets\FilesHome.png" />
167167
<Content Include="Assets\FilesDrive.png" />
168168
<Content Include="Assets\logo.bmp" />
169+
<None Include="Package.StoreAssociation.xml" />
169170
<Content Include="Properties\Default.rd.xml" />
170171
</ItemGroup>
171172
<ItemGroup>

Files UWP/Package.appxmanifest

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" xmlns:desktop4="http://schemas.microsoft.com/appx/manifest/desktop/windows10/4" xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" xmlns:uap4="http://schemas.microsoft.com/appx/manifest/uap/windows10/4" xmlns:uap5="http://schemas.microsoft.com/appx/manifest/uap/windows10/5" IgnorableNamespaces="uap mp rescap desktop4 desktop uap3 uap4 uap5">
3-
<Identity Name="cd15f916-6036-4135-8201-430a5c5547dd" Publisher="CN=lukeb" Version="0.5.0.0" />
4-
<mp:PhoneIdentity PhoneProductId="cd15f916-6036-4135-8201-430a5c5547dd" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
3+
<Identity Name="49306atecsolution.FilesUWP" Publisher="CN=53EC4384-7F5B-4CF6-8C23-513FFE9D1AB7" Version="0.5.0.0" />
4+
<mp:PhoneIdentity PhoneProductId="c930b805-527c-4678-b5c1-3141043b3de9" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
55
<Properties>
6-
<DisplayName>Files</DisplayName>
6+
<DisplayName>Files UWP</DisplayName>
77
<PublisherDisplayName>Luke Blevins</PublisherDisplayName>
88
<Logo>Assets\StoreLogo.png</Logo>
99
</Properties>
@@ -15,7 +15,7 @@
1515
</Resources>
1616
<Applications>
1717
<Application Id="App" Executable="$targetnametoken$.exe" EntryPoint="Files.App" desktop4:SupportsMultipleInstances="true">
18-
<uap:VisualElements DisplayName="Files" Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png" Description="Meet Files, a free and open-source File Manager for Windows 10. Created from the ground up to look and feel amazing, Files is built to replace the dated Windows File Explorer." BackgroundColor="transparent">
18+
<uap:VisualElements DisplayName="Files UWP" Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png" Description="Meet Files, a free and open-source File Manager for Windows 10. Created from the ground up to look and feel amazing, Files is built to replace the dated Windows File Explorer." BackgroundColor="transparent">
1919
<uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png" Square310x310Logo="Assets\LargeTile.png" Square71x71Logo="Assets\SmallTile.png">
2020
<uap:ShowNameOnTiles>
2121
<uap:ShowOn Tile="square150x150Logo" />

FilesUwp.Package/FilesUwp.Package.wapproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<DefaultLanguage>en-US</DefaultLanguage>
4949
<PackageCertificateKeyFile>FilesUwp.Package_StoreKey.pfx</PackageCertificateKeyFile>
5050
<EntryPointProjectUniqueName>..\Files UWP\FilesUWP.csproj</EntryPointProjectUniqueName>
51-
<PackageCertificateThumbprint>5FE49FD0C7743156EF5773463F063CD57A823A8C</PackageCertificateThumbprint>
51+
<PackageCertificateThumbprint>54A40DE81C61BD87FE34D0B18BAE38926F2D7292</PackageCertificateThumbprint>
5252
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
5353
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
5454
<AppInstallerUpdateFrequency>1</AppInstallerUpdateFrequency>

FilesUwp.Package/Package.appxmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" xmlns:desktop4="http://schemas.microsoft.com/appx/manifest/desktop/windows10/4" xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10" IgnorableNamespaces="uap mp rescap desktop4 desktop">
3-
<Identity Name="2763LukeBlevins.FilesUWP" Publisher="CN=37E01253-E594-4D6C-B7FA-1EDA1D6F65BF" Version="0.5.0.0" />
3+
<Identity Name="49306atecsolution.FilesUWP" Publisher="CN=53EC4384-7F5B-4CF6-8C23-513FFE9D1AB7" Version="0.6.0.0" />
44
<Properties>
55
<DisplayName>Files UWP</DisplayName>
6-
<PublisherDisplayName>Luke Blevins</PublisherDisplayName>
6+
<PublisherDisplayName>Yair A</PublisherDisplayName>
77
<Logo>Assets\StoreLogo.png</Logo>
88
</Properties>
99
<Dependencies>

0 commit comments

Comments
 (0)