Skip to content

Commit

Permalink
Finish task and publish 4.2.710.0 version
Browse files Browse the repository at this point in the history
Finish task and publish 4.2.710.0 version
  • Loading branch information
Gaoyifei1011 committed Jul 10, 2024
1 parent e5fe1c1 commit c1ec1b9
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 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 @@ -6,11 +6,11 @@
[assembly: AssemblyCompany("高怡飞")]
[assembly: AssemblyCopyright("Copyright ©2022-2024 高怡飞, All Rights Reserved.")]
[assembly: AssemblyDescription("获取商店应用")]
[assembly: AssemblyFileVersion("4.1.703.0")]
[assembly: AssemblyInformationalVersion("4.1.703.0")]
[assembly: AssemblyFileVersion("4.2.710.0")]
[assembly: AssemblyInformationalVersion("4.2.710.0")]
[assembly: AssemblyProduct("获取商店应用")]
[assembly: AssemblyTitle("获取商店应用")]
[assembly: AssemblyVersion("4.1.703.0")]
[assembly: AssemblyVersion("4.2.710.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 @@ -11,7 +11,7 @@
<Identity
Name="Gaoyifei1011.GetStoreApp"
Publisher="CN=高怡飞"
Version="4.1.703.0" />
Version="4.2.710.0" />

<Properties>
<DisplayName>ms-resource:PackageDisplayName</DisplayName>
Expand Down
Binary file modified GetStoreAppWebView/GetStoreAppWebView.res
Binary file not shown.
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-2024 高怡飞, All Rights Reserved.")]
[assembly: AssemblyDescription("网页浏览器")]
[assembly: AssemblyFileVersion("4.1.703.0")]
[assembly: AssemblyInformationalVersion("4.1.703.0")]
[assembly: AssemblyFileVersion("4.2.710.0")]
[assembly: AssemblyInformationalVersion("4.2.710.0")]
[assembly: AssemblyProduct("网页浏览器")]
[assembly: AssemblyTitle("网页浏览器")]
[assembly: AssemblyVersion("4.1.703.0")]
[assembly: AssemblyVersion("4.2.710.0")]

// 应用程序默认区域性的资源控制器设置
[assembly: NeutralResourcesLanguage("en-us")]
Expand Down
2 changes: 1 addition & 1 deletion GetStoreAppWebView/Views/Windows/WebWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ private void OnOpenCacheFolderClicked(object sender, RoutedEventArgs args)
}
else
{
await Launcher.LaunchFolderPathAsync(ApplicationData.Current.LocalFolder.Path);
await Launcher.LaunchFolderAsync(ApplicationData.Current.LocalFolder);
}
});
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
// 程序集信息设置
[assembly: AssemblyCompany("高怡飞")]
[assembly: AssemblyCopyright("©Copyright ©2022-2024 高怡飞, All Rights Reserved.")]
[assembly: AssemblyFileVersion("4.1.703.0")]
[assembly: AssemblyInformationalVersion("4.1.703.0")]
[assembly: AssemblyFileVersion("4.2.710.0")]
[assembly: AssemblyInformationalVersion("4.2.710.0")]
[assembly: AssemblyProduct("获取商店应用 WinGet WinRT 扩展")]
[assembly: AssemblyVersion("4.1.703.0")]
[assembly: AssemblyVersion("4.2.710.0")]

// 设置程序集仅允许在Windows平台上可用
[assembly: SupportedOSPlatform("windows10.0.26100")]

0 comments on commit c1ec1b9

Please sign in to comment.