Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Richasy committed Nov 21, 2024
1 parent 975aa35 commit 930a4d5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/LoopbackManager.UI/App.xaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8" ?>
<Application
x:Class="LoopbackManager.UI.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
Expand Down
1 change: 1 addition & 0 deletions src/LoopbackManager.UI/LoopbackManager.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,6 @@
<PublishReadyToRun Condition="'$(Configuration)' != 'Debug'">True</PublishReadyToRun>
<PublishTrimmed Condition="'$(Configuration)' == 'Debug'">False</PublishTrimmed>
<PublishTrimmed Condition="'$(Configuration)' != 'Debug'">True</PublishTrimmed>
<ApplicationIcon>Assets\logo.ico</ApplicationIcon>
</PropertyGroup>
</Project>
12 changes: 6 additions & 6 deletions src/LoopbackManager.UI/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@
IgnorableNamespaces="uap rescap">

<Identity
Name="924f03b8-5752-4dd1-9b20-b2460dd8a3b6"
Publisher="CN=zrich"
Name="Richasy.LoopbackManager"
Publisher="CN=Richasy"
Version="1.0.0.0" />

<mp:PhoneIdentity PhoneProductId="924f03b8-5752-4dd1-9b20-b2460dd8a3b6" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>

<Properties>
<DisplayName>LoopbackManager.UI</DisplayName>
<PublisherDisplayName>zrich</PublisherDisplayName>
<DisplayName>ms-resource:AppName</DisplayName>
<PublisherDisplayName>Richasy</PublisherDisplayName>
<Logo>Assets\Logo\StoreLogo.png</Logo>
</Properties>

<Dependencies>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.17763.0" MaxVersionTested="10.0.19041.0" />
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.17763.0" MaxVersionTested="10.0.19041.0" />
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.19041.0" MaxVersionTested="10.0.22621.0" />
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.19041.0" MaxVersionTested="10.0.22621.0" />
</Dependencies>

<Resources>
Expand Down

0 comments on commit 930a4d5

Please sign in to comment.