Skip to content

Commit

Permalink
Finish task and publish 3.3.110.0 version
Browse files Browse the repository at this point in the history
1.Finish task and publish 3.3.110.0 version
2.Update Windows App SDK version to 1.4.231219000
3.Update Microsoft.WindowsPackageManager.ComInterop version to 1.7.10091-preview
  • Loading branch information
Gaoyifei1011 committed Jan 10, 2024
1 parent 9898348 commit 8453afd
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 22 deletions.
22 changes: 11 additions & 11 deletions GetStoreApp/GetStoreApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@
<EmbeddedResource Update="Properties\Resources.resx" Generator="PublicResXFileCodeGenerator" LastGenOutput="Resources.Designer.cs" />

<Manifest Include="$(ApplicationManifest)" />

<None Remove="Assets\LICENSE" />

<None Remove="Styles\AppbarButton.xaml" />
<None Remove="Styles\DropDownButton.xaml" />
<None Remove="Styles\Flyout.xaml" />
Expand All @@ -90,16 +90,16 @@

<None Remove="UI\Controls\Download\CompletedControl.xaml" />
<None Remove="UI\Controls\Download\UnfinishedControl.xaml" />

<None Remove="UI\Controls\Store\QueryLinksControl.xaml" />
<None Remove="UI\Controls\Store\SearchStoreControl.xaml" />

<None Remove="UI\Controls\UWPApp\AppInfoControl.xaml" />
<None Remove="UI\Controls\UWPApp\AppListControl.xaml" />

<None Remove="UI\Controls\WinGet\InstalledAppsControl.xaml" />
<None Remove="UI\Controls\WinGet\SearchAppsControl.xaml" />
<None Remove="UI\Controls\WinGet\UpgradableAppsControl.xaml" />
<None Remove="UI\Controls\WinGet\UpgradableAppsControl.xaml" />

<None Remove="UI\Dialogs\About\AppInformationDialog.xaml" />
<None Remove="UI\Dialogs\About\ConsoleStartupArgsDialog.xaml" />
Expand All @@ -120,7 +120,7 @@
<None Remove="UI\Dialogs\Settings\TraceCleanupPromptDialog.xaml" />

<None Remove="UI\Dialogs\WinGet\RebootDialog.xaml" />

<None Remove="UI\TeachingTips\DataCopyTip.xaml" />
<None Remove="UI\TeachingTips\DownloadCreateTip.xaml" />
<None Remove="UI\TeachingTips\FolderPickerTip.xaml" />
Expand All @@ -147,8 +147,8 @@
<None Update="Mile.Aria2.conf" CopyToOutputDirectory="Never" />

<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.0.4" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.4.231115000" />
<PackageReference Include="Microsoft.WindowsPackageManager.ComInterop" Version="1.5.1572" GeneratePathProperty="true" IncludeAssets="none" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.4.231219000" />
<PackageReference Include="Microsoft.WindowsPackageManager.ComInterop" Version="1.7.10091-preview" GeneratePathProperty="true" IncludeAssets="none" />
<PackageReference Include="Mile.Aria2" Version="1.0.230" />

<Page Update="Styles\AppBarButton.xaml" Generator="MSBuild:Compile" />
Expand All @@ -171,9 +171,9 @@

<Page Update="UI\Controls\Store\QueryLinksControl.xaml" Generator="MSBuild:Compile" />
<Page Update="UI\Controls\Store\SearchStoreControl.xaml" Generator="MSBuild:Compile" />

<Page Update="UI\Controls\UWPApp\AppInfoControl.xaml" Generator="MSBuild:Compile" />
<Page Update="UI\Controls\UWPApp\AppListControl.xaml" Generator="MSBuild:Compile" />
<Page Update="UI\Controls\UWPApp\AppListControl.xaml" Generator="MSBuild:Compile" />

<Page Update="UI\Dialogs\About\AppInformationDialog.xaml" Generator="MSBuild:Compile" />
<Page Update="UI\Dialogs\About\ConsoleStartupArgsDialog.xaml" Generator="MSBuild:Compile" />
Expand Down Expand Up @@ -215,7 +215,7 @@
<Page Update="Views\Windows\MainWindow.xaml" Generator="MSBuild:Compile" />

<Page Remove="WinUIApp.xaml" />

<TrimmableAssembly Include="Microsoft.InteractiveExperiences.Projection" />
<TrimmableAssembly Include="Microsoft.Windows.ApplicationModel.DynamicDependency.Projection" />
<TrimmableAssembly Include="Microsoft.Windows.ApplicationModel.Resources.Projection" />
Expand Down
Binary file modified GetStoreApp/GetStoreAppResource.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("3.2.104.0")]
[assembly: AssemblyInformationalVersion("3.2.104.0")]
[assembly: AssemblyFileVersion("3.3.110.0")]
[assembly: AssemblyInformationalVersion("3.3.110.0")]
[assembly: AssemblyProduct("获取商店应用")]
[assembly: AssemblyTitle("获取商店应用")]
[assembly: AssemblyVersion("3.2.104.0")]
[assembly: AssemblyVersion("3.3.110.0")]

// 设置程序集对 COM 组件的访问权限
[assembly: ComVisible(false)]
Expand Down
6 changes: 5 additions & 1 deletion GetStoreApp/Views/Pages/UWPAppPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@
<ColumnDefinition Width="Auto" />
</Grid.ColumnDefinitions>

<BreadcrumbBar ItemClicked="{x:Bind OnItemClicked}" ItemsSource="{x:Bind BreadCollection, Mode=OneWay}">
<BreadcrumbBar
VerticalAlignment="Center"
ItemClicked="{x:Bind OnItemClicked}"
ItemsSource="{x:Bind BreadCollection, Mode=OneWay}">

<BreadcrumbBar.ItemTemplate>
<DataTemplate x:DataType="collection:DictionaryEntry">
<BreadcrumbBarItem Content="{Binding}">
Expand Down
1 change: 1 addition & 0 deletions GetStoreApp/Views/Pages/WinGetPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
TextAlignment="Center"
TextWrapping="WrapWholeWords" />
</Grid>

<ListView
Width="300"
Height="200"
Expand Down
6 changes: 3 additions & 3 deletions 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="3.2.104.0" />
Version="3.3.110.0" />

<Properties>
<DisplayName>ms-resource:PackageDisplayName</DisplayName>
Expand All @@ -21,8 +21,8 @@
</Properties>

<Dependencies>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.19044.0" MaxVersionTested="10.0.22621.0" />
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.19044.0" MaxVersionTested="10.0.22621.0" />
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.19041.0" MaxVersionTested="10.0.22621.0" />
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.19041.0" MaxVersionTested="10.0.22621.0" />
</Dependencies>

<Resources>
Expand Down
2 changes: 1 addition & 1 deletion GetStoreAppWebView/GetStoreAppWebView.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<EmbeddedResource Update="Properties\Resources.resx" Generator="PublicResXFileCodeGenerator" LastGenOutput="Resources.Designer.cs" />

<PackageReference Include="Microsoft.Windows.SDK.Contracts" Version="10.0.22621.2428" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.4.231115000" GeneratePathProperty="true" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.4.231219000" GeneratePathProperty="true" />

<Reference Include="Microsoft.UI.Xaml" HintPath="$(PkgMicrosoft_WindowsAppSDK)\lib\uap10.0\Microsoft.UI.Xaml.winmd" IsWinMDFile="true" Private="false" />
<Reference Include="Microsoft.Web.WebView2.Core" HintPath="$(PkgMicrosoft_WindowsAppSDK)\lib\uap10.0\Microsoft.Web.WebView2.Core.winmd" IsWinMDFile="true" Private="false" />
Expand Down
6 changes: 3 additions & 3 deletions GetStoreAppWebView/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
[assembly: AssemblyCompany("高怡飞")]
[assembly: AssemblyCopyright("Copyright ©2022-2023 高怡飞, All Rights Reserved.")]
[assembly: AssemblyDescription("网页浏览器")]
[assembly: AssemblyFileVersion("3.2.104.0")]
[assembly: AssemblyInformationalVersion("3.2.104.0")]
[assembly: AssemblyFileVersion("3.3.110.0")]
[assembly: AssemblyInformationalVersion("3.3.110.0")]
[assembly: AssemblyProduct("网页浏览器")]
[assembly: AssemblyTitle("网页浏览器")]
[assembly: AssemblyVersion("3.2.104.0")]
[assembly: AssemblyVersion("3.3.110.0")]

// 设置程序集对 COM 组件的访问权限
[assembly: ComVisible(false)]
Expand Down

0 comments on commit 8453afd

Please sign in to comment.