Skip to content

Commit

Permalink
Finish task and publish 1.6.501.0 version
Browse files Browse the repository at this point in the history
Finish task and publish 1.6.501.0 version
  • Loading branch information
Gaoyifei1011 committed May 1, 2023
1 parent 5ff46b7 commit cf4c9b5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions GetStoreApp/GetStoreApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<EnableMsixTooling>false</EnableMsixTooling>
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
<FileAlignment>512</FileAlignment>
<FileVersion>1.5.428.0</FileVersion>
<FileVersion>1.6.501.0</FileVersion>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTestArtifacts>True</GenerateTestArtifacts>
<HttpActivityPropagationSupport>false</HttpActivityPropagationSupport>
Expand Down Expand Up @@ -43,7 +43,7 @@
<TargetFramework>net7.0-windows10.0.22621.0</TargetFramework>
<TargetPlatformMinVersion>10.0.18362.0</TargetPlatformMinVersion>
<TrimMode>partial</TrimMode>
<Version>1.5.428.0</Version>
<Version>1.6.501.0</Version>
<UseWindowsForms>False</UseWindowsForms>
<UseWinUI>true</UseWinUI>
<UseWPF>False</UseWPF>
Expand Down
4 changes: 2 additions & 2 deletions GetStoreApp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
// 生成号
// 修订号
//
[assembly: AssemblyVersion("1.5.428.0")]
[assembly: AssemblyFileVersion("1.5.428.0")]
[assembly: AssemblyVersion("1.6.501.0")]
[assembly: AssemblyFileVersion("1.6.501.0")]
2 changes: 1 addition & 1 deletion GetStoreAppPackage/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<Identity
Name="Gaoyifei1011.GetStoreApp"
Publisher="CN=高怡飞"
Version="1.5.428.0" />
Version="1.6.501.0" />

<Properties>
<DisplayName>ms-resource:PackageDisplayName</DisplayName>
Expand Down

0 comments on commit cf4c9b5

Please sign in to comment.