Skip to content

Commit

Permalink
Update Readme.md and thanks list
Browse files Browse the repository at this point in the history
Update Readme.md and thanks list
  • Loading branch information
Gaoyifei1011 committed Jun 2, 2024
1 parent ddaf96e commit 03d1c70
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 10 deletions.
1 change: 1 addition & 0 deletions Description/README_EN-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ All the content of the program has been developed

> * [AndromedaMelody](https://github.com/AndromedaMelody) 
> * [cnbluefire](https://github.com/cnbluefire) 
> * [GreenShadeZhang](https://github.com/GreenShadeZhang) 
> * [飞翔](https://fionlen.azurewebsites.net) 
> * [MouriNaruto](https://github.com/MouriNaruto) 
> * [TaylorShi](https://github.com/TaylorShi) 
Expand Down
1 change: 1 addition & 0 deletions Description/README_ZH-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@

> * [AndromedaMelody](https://github.com/AndromedaMelody) 
> * [cnbluefire](https://github.com/cnbluefire) 
> * [GreenShadeZhang](https://github.com/GreenShadeZhang) 
> * [hez2010](https://github.com/hez2010) 
> * [飞翔](https://fionlen.azurewebsites.net) 
> * [MouriNaruto](https://github.com/MouriNaruto) 
Expand Down
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.0.601.0")]
[assembly: AssemblyInformationalVersion("4.0.601.0")]
[assembly: AssemblyFileVersion("4.0.602.0")]
[assembly: AssemblyInformationalVersion("4.0.602.0")]
[assembly: AssemblyProduct("获取商店应用")]
[assembly: AssemblyTitle("获取商店应用")]
[assembly: AssemblyVersion("4.0.601.0")]
[assembly: AssemblyVersion("4.0.602.0")]

// 应用程序默认区域性的资源控制器设置
[assembly: NeutralResourcesLanguage("en-us")]
Expand Down
1 change: 1 addition & 0 deletions GetStoreApp/Views/Pages/AboutPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ public bool IsChecking
[
new DictionaryEntry("AndromedaMelody", "https://github.com/AndromedaMelody"),
new DictionaryEntry("cnbluefire", "https://github.com/cnbluefire"),
new DictionaryEntry("GreenShadeZhang", "https://github.com/GreenShadeZhang"),
new DictionaryEntry("hez2010", "https://github.com/hez2010"),
new DictionaryEntry("飞翔", "https://fionlen.azurewebsites.net"),
new DictionaryEntry("MouriNaruto", "https://github.com/MouriNaruto"),
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.0.601.0" />
Version="4.0.602.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.0.601.0")]
[assembly: AssemblyInformationalVersion("4.0.601.0")]
[assembly: AssemblyFileVersion("4.0.602.0")]
[assembly: AssemblyInformationalVersion("4.0.602.0")]
[assembly: AssemblyProduct("网页浏览器")]
[assembly: AssemblyTitle("网页浏览器")]
[assembly: AssemblyVersion("4.0.601.0")]
[assembly: AssemblyVersion("4.0.602.0")]

// 应用程序默认区域性的资源控制器设置
[assembly: NeutralResourcesLanguage("en-us")]
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.0.601.0")]
[assembly: AssemblyInformationalVersion("4.0.601.0")]
[assembly: AssemblyFileVersion("4.0.602.0")]
[assembly: AssemblyInformationalVersion("4.0.602.0")]
[assembly: AssemblyProduct("获取商店应用 WinGet WinRT 扩展")]
[assembly: AssemblyVersion("4.0.601.0")]
[assembly: AssemblyVersion("4.0.602.0")]

// 设置程序集仅允许在Windows平台上可用
[assembly: SupportedOSPlatform("windows10.0.26100")]
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@

> * [AndromedaMelody](https://github.com/AndromedaMelody)&emsp;
> * [cnbluefire](https://github.com/cnbluefire)&emsp;
> * [GreenShadeZhang](https://github.com/GreenShadeZhang)&emsp;
> * [hez2010](https://github.com/hez2010)&emsp;
> * [飞翔](https://fionlen.azurewebsites.net)&emsp;
> * [MouriNaruto](https://github.com/MouriNaruto)&emsp;
Expand Down

0 comments on commit 03d1c70

Please sign in to comment.