Skip to content

Commit ebe417d

Browse files
authored
Merge pull request #96 from RyanLua/microsoft-store
Associate with Microsoft Store
2 parents 655e4fc + ea6d9a1 commit ebe417d

File tree

7 files changed

+5
-6
lines changed

7 files changed

+5
-6
lines changed

AuraClick/AuraClick.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>WinExe</OutputType>
4-
<TargetFramework>net9.0-windows10.0.22621.0</TargetFramework>
4+
<TargetFramework>net9.0-windows10.0.26100.0</TargetFramework>
55
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
66
<RootNamespace>AuraClick</RootNamespace>
77
<ApplicationManifest>app.manifest</ApplicationManifest>

AuraClick/Package.appxmanifest

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
<Identity
1111
Name="RyanLuu.AuraClick"
1212
Publisher="CN=F928CF5C-7038-45EB-A55F-2CDFC6B12328"
13-
Version="1.0.0.0" />
13+
Version="0.1.0.0" />
1414

15-
<mp:PhoneIdentity PhoneProductId="10060ee9-4239-4473-8ef8-2f9d76c314f6" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
15+
<mp:PhoneIdentity PhoneProductId="2532d4fd-42fb-4b02-a922-9be41e17cb00" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
1616

1717
<Properties>
1818
<DisplayName>ms-resource:AppDisplayName</DisplayName>
@@ -21,8 +21,7 @@
2121
</Properties>
2222

2323
<Dependencies>
24-
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.17763.0" MaxVersionTested="10.0.19041.0" />
25-
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.17763.0" MaxVersionTested="10.0.19041.0" />
24+
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.17763.0" MaxVersionTested="10.0.26100.0" />
2625
</Dependencies>
2726

2827
<Resources>

AuraClick/app.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
3-
<assemblyIdentity version="1.0.0.0" name="AuraClick.app"/>
3+
<assemblyIdentity version="0.1.0.0" name="AuraClick.app"/>
44

55
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
66
<application>

assets/screenshot-dark.png

-54.9 KB
Loading
832 KB
Loading
669 KB
Loading
681 KB
Loading

0 commit comments

Comments
 (0)