Skip to content

Commit

Permalink
修复版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
d3ara1n committed Apr 7, 2024
1 parent e7e4518 commit b586c31
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
3 changes: 2 additions & 1 deletion changelogs/v0.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
- **修复**实例列表启动游戏会跳过还原步骤(#31)
- **新增**支持 Forge/Neoforge/Fabric/Quilt 的支持(#32)
- **修复**CurseForge 支持检索 NeoForge 作为加载器的资源
- **新增**支持 Modrinth 仓库(#27)
- **新增**支持 Modrinth 仓库(#27)
- **修复**上一个版本号错写成了v0.0.6
2 changes: 1 addition & 1 deletion src/Polymerium.Package/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Identity
Name="2413Dearain.Polymerium"
Publisher="CN=11C5722E-21B2-4CEC-984F-6BC6DC620005"
Version="0.0.6.0"/>
Version="0.6.1.0"/>

<mp:PhoneIdentity PhoneProductId="962c8853-9511-4780-84af-179bb352d441"
PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
Expand Down
24 changes: 24 additions & 0 deletions src/Polymerium.Package/Polymerium.Package.wapproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,30 @@
<DefaultLanguage>en-US</DefaultLanguage>
<AppxPackageSigningEnabled>false</AppxPackageSigningEnabled>
<EntryPointProjectUniqueName>..\Polymerium.App\Polymerium.App.csproj</EntryPointProjectUniqueName>
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
<GenerateTestArtifacts>True</GenerateTestArtifacts>
<AppxBundlePlatforms>x86|x64</AppxBundlePlatforms>
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<AppxBundle>Always</AppxBundle>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
<AppxBundle>Always</AppxBundle>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
<AppxBundle>Always</AppxBundle>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
<AppxBundle>Always</AppxBundle>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<AppxBundle>Always</AppxBundle>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
<AppxBundle>Always</AppxBundle>
</PropertyGroup>
<ItemGroup>
<AppxManifest Include="Package.appxmanifest">
Expand Down

0 comments on commit b586c31

Please sign in to comment.