Skip to content

Commit

Permalink
v0.1.19更新
Browse files Browse the repository at this point in the history
  • Loading branch information
wherewhere committed Oct 2, 2022
1 parent d01604d commit cce7478
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion APKInstaller/APKInstaller/APKInstaller.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<TargetPlatformMaxVersion>10.0.22621.0</TargetPlatformMaxVersion>
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
<UseWinUI>True</UseWinUI>
<VersionPrefix>0.1.18</VersionPrefix>
<VersionPrefix>0.1.19</VersionPrefix>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)' == 'Release'">
Expand Down
2 changes: 1 addition & 1 deletion APKInstaller/APKInstaller/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Identity
Name="18184wherewhere.AndroidAppInstaller"
Publisher="CN=2C3A37C0-35FC-4839-B08C-751C1C1AFBF5"
Version="0.1.18.0" />
Version="0.1.19.0" />

<Properties>
<DisplayName>APK 安装程序</DisplayName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ internal bool IsShowProgressRing
}

internal bool IsDevelopment => Package.Current.IsDevelopmentMode
|| Package.Current.SignatureKind != PackageSignatureKind.None
|| Package.Current.SignatureKind != PackageSignatureKind.Developer
|| Package.Current.SignatureKind != PackageSignatureKind.Store
|| Package.Current.Status.Modified;

public event PropertyChangedEventHandler PropertyChanged;
Expand Down

0 comments on commit cce7478

Please sign in to comment.