Skip to content

Commit

Permalink
Finish task and publish 2.5.1011.0 version
Browse files Browse the repository at this point in the history
1.Finish task and publish 2.5.1011.0 version.
2.Update Windows App SDK to 1.4.231008000
  • Loading branch information
Gaoyifei1011 committed Oct 11, 2023
1 parent 985e13a commit 082cb9b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions GetStoreApp/GetStoreApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
<RootNamespace>GetStoreApp</RootNamespace>
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
<SelfContained>false</SelfContained>
<StartupObject>GetStoreApp.Program</StartupObject>
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
<TargetPlatformMinVersion>10.0.19044.0</TargetPlatformMinVersion>
Expand Down Expand Up @@ -174,7 +173,7 @@
<None Update="Mile.Aria2.conf" CopyToOutputDirectory="Never" />

<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.0.3" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.4.230913002" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.4.231008000" />
<PackageReference Include="Microsoft.WindowsPackageManager.ComInterop" Version="1.5.1572">
<GeneratePathProperty>true</GeneratePathProperty>
<IncludeAssets>none</IncludeAssets>
Expand Down
Binary file modified GetStoreApp/GetStoreAppVersion.res
Binary file not shown.
6 changes: 3 additions & 3 deletions GetStoreApp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
[assembly: AssemblyCompany("高怡飞")]
[assembly: AssemblyCopyright("Copyright ©2022-2023 高怡飞, All Rights Reserved.")]
[assembly: AssemblyDescription("获取商店应用")]
[assembly: AssemblyFileVersion("2.4.1010.0")]
[assembly: AssemblyInformationalVersion("2.4.1010.0")]
[assembly: AssemblyFileVersion("2.5.1011.0")]
[assembly: AssemblyInformationalVersion("2.5.1011.0")]
[assembly: AssemblyProduct("获取商店应用")]
[assembly: AssemblyTitle("获取商店应用")]
[assembly: AssemblyVersion("2.4.1010.0")]
[assembly: AssemblyVersion("2.5.1011.0")]

// 设置程序集对 COM 组件的访问权限
[assembly: ComVisible(false)]
Expand Down
2 changes: 1 addition & 1 deletion GetStoreAppPackage/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Identity
Name="Gaoyifei1011.GetStoreApp"
Publisher="CN=高怡飞"
Version="2.4.1010.0" />
Version="2.5.1011.0" />

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

0 comments on commit 082cb9b

Please sign in to comment.