Skip to content

Commit 8925c3e

Browse files
committed
v0.1.26更新
1 parent ad883a6 commit 8925c3e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ body:
3333
label: App version
3434
description: Specify the version of APK Installer you're using.
3535
options:
36+
- "0.1.26"
3637
- "0.1.25"
3738
- "0.1.24"
3839
- "0.1.23"

APKInstaller/APKInstaller/APKInstaller.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
2222
<TrimMode>partial</TrimMode>
2323
<UseWinUI>True</UseWinUI>
24-
<VersionPrefix>0.1.25</VersionPrefix>
24+
<VersionPrefix>0.1.26</VersionPrefix>
2525
</PropertyGroup>
2626

2727
<PropertyGroup>

APKInstaller/APKInstaller/Package.appxmanifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<Identity
1212
Name="18184wherewhere.AndroidAppInstaller"
1313
Publisher="CN=2C3A37C0-35FC-4839-B08C-751C1C1AFBF5"
14-
Version="0.1.25.0" />
14+
Version="0.1.26.0" />
1515

1616
<Properties>
1717
<DisplayName>APK 安装程序</DisplayName>

0 commit comments

Comments
 (0)