Skip to content

Commit

Permalink
Finish task and publish 5.2.1114.0 version
Browse files Browse the repository at this point in the history
Finish task and publish 5.2.1114.0 version
  • Loading branch information
Gaoyifei1011 committed Nov 14, 2024
1 parent d7a47b0 commit 7c90f86
Show file tree
Hide file tree
Showing 12 changed files with 51 additions and 47 deletions.
Binary file modified GetStoreApp/GetStoreApp.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-2024 高怡飞, All Rights Reserved.")]
[assembly: AssemblyDescription("获取商店应用")]
[assembly: AssemblyFileVersion("5.1.1113.0")]
[assembly: AssemblyInformationalVersion("5.1.1113.0")]
[assembly: AssemblyFileVersion("5.2.1114.0")]
[assembly: AssemblyInformationalVersion("5.2.1114.0")]
[assembly: AssemblyProduct("获取商店应用")]
[assembly: AssemblyTitle("获取商店应用")]
[assembly: AssemblyVersion("5.1.1113.0")]
[assembly: AssemblyVersion("5.2.1114.0")]

// 应用程序默认区域性的资源控制器设置
[assembly: NeutralResourcesLanguage("en-us")]
Expand Down
60 changes: 32 additions & 28 deletions GetStoreApp/Views/Pages/AppUpdatePage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:root="using:GetStoreApp.Services.Root"
xmlns:sys="using:System"
NavigationCacheMode="Enabled"
mc:Ignorable="d">

Expand Down Expand Up @@ -98,36 +99,39 @@
Text="{x:Bind x:String.Format(AppUpdateCountInfo, AppUpdateCollection.Count), Mode=OneWay}"
Visibility="{x:Bind converter:ValueConverterHelper.IntToVisibilityConvert(AppUpdateCollection.Count), Mode=OneWay}" />

<StackPanel
<ContentControl
Grid.Column="4"
Margin="0,0,10,0"
VerticalAlignment="Center"
Background="Transparent"
Orientation="Horizontal"
Spacing="2">

<AppBarButton
Click="{x:Bind OnCheckUpdateClicked}"
IsEnabled="{x:Bind IsLoadedCompleted.Equals(x:True), Mode=OneWay}"
Label="{x:Bind root:ResourceService.GetLocalized('AppUpdate/CheckUpdate')}"
Style="{StaticResource AppBarButtonStyle}">

<AppBarButton.Icon>
<FontIcon Glyph="&#xE8CB;" />
</AppBarButton.Icon>
</AppBarButton>

<AppBarButton
Click="{x:Bind OnUpdateAllClicked}"
IsEnabled="{x:Bind IsLoadedCompleted.Equals(x:True), Mode=OneWay}"
Label="{x:Bind root:ResourceService.GetLocalized('AppUpdate/UpdateAll')}"
Style="{StaticResource AppBarButtonStyle}">

<AppBarButton.Icon>
<FontIcon Glyph="&#xE74A;" />
</AppBarButton.Icon>
</AppBarButton>
</StackPanel>
IsEnabled="{x:Bind IsLoadedCompleted.Equals(x:True), Mode=OneWay}">

<StackPanel
VerticalAlignment="Center"
Background="Transparent"
Orientation="Horizontal"
Spacing="2">

<AppBarButton
Click="{x:Bind OnCheckUpdateClicked}"
Label="{x:Bind root:ResourceService.GetLocalized('AppUpdate/CheckUpdate')}"
Style="{StaticResource AppBarButtonStyle}">

<AppBarButton.Icon>
<FontIcon Glyph="&#xE8CB;" />
</AppBarButton.Icon>
</AppBarButton>

<AppBarButton
Click="{x:Bind OnUpdateAllClicked}"
IsEnabled="{x:Bind sys:Convert.ToBoolean(AppUpdateCollection.Count), Mode=OneWay}"
Label="{x:Bind root:ResourceService.GetLocalized('AppUpdate/UpdateAll')}"
Style="{StaticResource AppBarButtonStyle}">

<AppBarButton.Icon>
<FontIcon Glyph="&#xE74A;" />
</AppBarButton.Icon>
</AppBarButton>
</StackPanel>
</ContentControl>
</Grid>

<Grid
Expand Down
Binary file modified GetStoreAppInstaller/GetStoreAppInstaller.res
Binary file not shown.
6 changes: 3 additions & 3 deletions GetStoreAppInstaller/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-2024 高怡飞, All Rights Reserved.")]
[assembly: AssemblyDescription("获取商店应用 应用安装器")]
[assembly: AssemblyFileVersion("5.1.1113.0")]
[assembly: AssemblyInformationalVersion("5.1.1113.0")]
[assembly: AssemblyFileVersion("5.2.1114.0")]
[assembly: AssemblyInformationalVersion("5.2.1114.0")]
[assembly: AssemblyProduct("获取商店应用 应用安装器")]
[assembly: AssemblyTitle("获取商店应用 应用安装器")]
[assembly: AssemblyVersion("5.1.1113.0")]
[assembly: AssemblyVersion("5.2.1114.0")]

// 应用程序默认区域性的资源控制器设置
[assembly: NeutralResourcesLanguage("en-us")]
Expand Down
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="5.1.1113.0" />
Version="5.2.1114.0" />

<Properties>
<DisplayName>ms-resource:PackageDisplayName</DisplayName>
Expand Down
6 changes: 3 additions & 3 deletions GetStoreAppShellExtension/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-2024 高怡飞, All Rights Reserved.")]
[assembly: AssemblyDescription("获取商店应用 右键菜单扩展")]
[assembly: AssemblyFileVersion("5.1.1113.0")]
[assembly: AssemblyInformationalVersion("5.1.1113.0")]
[assembly: AssemblyFileVersion("5.2.1114.0")]
[assembly: AssemblyInformationalVersion("5.2.1114.0")]
[assembly: AssemblyProduct("获取商店应用 右键菜单扩展")]
[assembly: AssemblyTitle("获取商店应用 右键菜单扩展")]
[assembly: AssemblyVersion("5.1.1113.0")]
[assembly: AssemblyVersion("5.2.1114.0")]

// 应用程序默认区域性的资源控制器设置
[assembly: NeutralResourcesLanguage("en-us")]
Expand Down
Binary file modified GetStoreAppWebView/GetStoreAppWebView.res
Binary file not shown.
Binary file modified GetStoreAppWidget/GetStoreAppWidget.res
Binary file not shown.
6 changes: 3 additions & 3 deletions GetStoreAppWidget/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-2024 高怡飞, All Rights Reserved.")]
[assembly: AssemblyDescription("获取商店应用 小组件")]
[assembly: AssemblyFileVersion("5.1.1113.0")]
[assembly: AssemblyInformationalVersion("5.1.1113.0")]
[assembly: AssemblyFileVersion("5.2.1114.0")]
[assembly: AssemblyInformationalVersion("5.2.1114.0")]
[assembly: AssemblyProduct("获取商店应用 小组件")]
[assembly: AssemblyTitle("获取商店应用 小组件")]
[assembly: AssemblyVersion("5.1.1113.0")]
[assembly: AssemblyVersion("5.2.1114.0")]

// 应用程序默认区域性的资源控制器设置
[assembly: NeutralResourcesLanguage("en-us")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
[assembly: AssemblyCompany("高怡飞")]
[assembly: AssemblyCopyright("©Copyright ©2022-2024 高怡飞, All Rights Reserved.")]
[assembly: AssemblyDescription("获取商店应用 WinGet WinRT 扩展")]
[assembly: AssemblyFileVersion("5.1.1113.0")]
[assembly: AssemblyInformationalVersion("5.1.1113.0")]
[assembly: AssemblyFileVersion("5.2.1114.0")]
[assembly: AssemblyInformationalVersion("5.2.1114.0")]
[assembly: AssemblyProduct("获取商店应用 WinGet WinRT 扩展")]
[assembly: AssemblyTitle("获取商店应用 WinGet WinRT 扩展")]
[assembly: AssemblyVersion("5.1.1113.0")]
[assembly: AssemblyVersion("5.2.1114.0")]

// 应用程序默认区域性的资源控制器设置
[assembly: NeutralResourcesLanguage("en-us")]
Expand Down
6 changes: 3 additions & 3 deletions Microsoft.UI.Xaml.Projection/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-2024 高怡飞, All Rights Reserved.")]
[assembly: AssemblyDescription("获取商店应用 Microsoft.UI.Xaml(WinUI 2) WinRT 扩展")]
[assembly: AssemblyFileVersion("5.1.1113.0")]
[assembly: AssemblyInformationalVersion("5.1.1113.0")]
[assembly: AssemblyFileVersion("5.2.1114.0")]
[assembly: AssemblyInformationalVersion("5.2.1114.0")]
[assembly: AssemblyProduct("获取商店应用 Microsoft.UI.Xaml(WinUI 2) WinRT 扩展")]
[assembly: AssemblyTitle("获取商店应用 Microsoft.UI.Xaml(WinUI 2) WinRT 扩展")]
[assembly: AssemblyVersion("5.1.1113.0")]
[assembly: AssemblyVersion("5.2.1114.0")]

// 应用程序默认区域性的资源控制器设置
[assembly: NeutralResourcesLanguage("en-us")]
Expand Down

0 comments on commit 7c90f86

Please sign in to comment.