Skip to content

Commit

Permalink
finish task and publish 2.1.614.0 version
Browse files Browse the repository at this point in the history
finish task and publish 2.1.614.0 version
update dependencies
  • Loading branch information
Gaoyifei1011 committed Jun 14, 2023
1 parent b872527 commit ca1b4c9
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions GetStoreApp/GetStoreApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,9 @@
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</ApplicationDefinition>
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.0.2" />
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.0.3" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.756" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.3.230502000" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.3.230602002" />
<PackageReference Include="Mile.Aria2" Version="1.0.66" />

<Page Update="Styles\Button.xaml" Generator="MSBuild:Compile" />
Expand Down
6 changes: 3 additions & 3 deletions GetStoreApp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
// 程序集信息设置
[assembly: AssemblyCopyright("Copyright ©2022-2023 高怡飞, All Rights Reserved.")]
[assembly: AssemblyDescription("获取商店应用 桌面程序")]
[assembly: AssemblyFileVersion("2.0.613.0")]
[assembly: AssemblyInformationalVersion("2.0.613.0")]
[assembly: AssemblyFileVersion("2.1.614.0")]
[assembly: AssemblyInformationalVersion("2.1.614.0")]
[assembly: AssemblyProduct("获取商店应用 桌面程序")]
[assembly: AssemblyTitle("获取商店应用")]
[assembly: AssemblyVersion("2.0.613.0")]
[assembly: AssemblyVersion("2.1.614.0")]

// 设置程序集对COM组件的访问权限
[assembly: ComVisible(false)]
Expand Down
1 change: 0 additions & 1 deletion GetStoreApp/Styles/GridView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
SelectedPressedBackground="{ThemeResource GridViewItemBackgroundSelectedPressed}"
SelectedPressedBorderBrush="{ThemeResource GridViewItemSelectedPressedBorderBrush}"
SelectionCheckMarkVisualEnabled="{ThemeResource GridViewItemSelectionCheckMarkVisualEnabled}" />

</ControlTemplate>
</Setter.Value>
</Setter>
Expand Down
8 changes: 4 additions & 4 deletions GetStoreApp/UI/Dialogs/About/AppInformationDialog.xaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<dialogsAndFlyouts:ExtendedContentDialog
x:Class="GetStoreApp.UI.Dialogs.About.AppInformationDialog"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:dialogViewModel="using:GetStoreApp.ViewModels.Dialogs.About"
xmlns:dialogsAndFlyouts="using:GetStoreApp.Views.CustomControls.DialogsAndFlyouts"
xmlns:getStoreApp="using:GetStoreApp"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:getStoreApp="using:GetStoreApp"
xmlns:root="using:GetStoreApp.Services.Root"
xmlns:dialogViewModel="using:GetStoreApp.ViewModels.Dialogs.About"
xmlns:dialogsAndFlyouts="using:GetStoreApp.Views.CustomControls.DialogsAndFlyouts"
Title="{x:Bind root:ResourceService.GetLocalized('Dialog/AppInformationTitle')}"
CloseButtonText="{x:Bind root:ResourceService.GetLocalized('Dialog/CloseDialog')}"
PrimaryButtonClick="{x:Bind ViewModel.OnCopyAppInformationClicked}"
Expand Down
3 changes: 2 additions & 1 deletion GetStoreApp/WinUIApp.xaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<Application
x:Class="GetStoreApp.WinUIApp"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
HighContrastAdjustment="None">

<Application.Resources>
<ResourceDictionary>
Expand Down
2 changes: 1 addition & 1 deletion GetStoreAppPackage/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<Identity
Name="Gaoyifei1011.GetStoreApp"
Publisher="CN=高怡飞"
Version="2.0.613.0" />
Version="2.1.614.0" />

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

0 comments on commit ca1b4c9

Please sign in to comment.