Skip to content

Commit

Permalink
Finish task and publish 3.3.1204.0 version
Browse files Browse the repository at this point in the history
1.Finish task and publish 3.3.1204.0 version
2.Update readme.md
  • Loading branch information
Gaoyifei1011 committed Dec 4, 2024
1 parent 6c747c6 commit 607ce01
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Description/README_EN-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ A toolbox that integrates multiple gadgets.
> * [Microsoft.UI.Xaml](https://github.com/microsoft/microsoft-ui-xaml) 
> * [Microsoft.Windows.SDK.BuildTools](https://aka.ms/WinSDKProjectURL) 
> * [Microsoft.Windows.SDK.Contracts](https://aka.ms/WinSDKProjectURL) 
> * [Microsoft.WindowsAppSDK](https://github.com/microsoft/windowsappsdk) 
> * [Mile.Xaml](https://github.com/ProjectMile/Mile.Xaml) 
> * [System.Private.Uri](https://dot.net) 
Expand Down Expand Up @@ -131,6 +130,7 @@ A toolbox that integrates multiple gadgets.
### Thanks (Sort by alphabetical order)

> * [AndromedaMelody](https://github.com/AndromedaMelody) 
> * [Blinue](https://github.com/Blinue) 
> * [cnbluefire](https://github.com/cnbluefire) 
> * [MicaApps](https://github.com/MicaApps) 
> * [MouriNaruto](https://github.com/MouriNaruto) 
Expand Down
2 changes: 1 addition & 1 deletion Description/README_ZH-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
> * [Microsoft.UI.Xaml](https://github.com/microsoft/microsoft-ui-xaml) 
> * [Microsoft.Windows.SDK.BuildTools](https://aka.ms/WinSDKProjectURL) 
> * [Microsoft.Windows.SDK.Contracts](https://aka.ms/WinSDKProjectURL) 
> * [Microsoft.WindowsAppSDK](https://github.com/microsoft/windowsappsdk) 
> * [Mile.Xaml](https://github.com/ProjectMile/Mile.Xaml) 
> * [System.Private.Uri](https://dot.net) 
Expand Down Expand Up @@ -132,6 +131,7 @@
### 感谢(按英文首字母排序)

> * [AndromedaMelody](https://github.com/AndromedaMelody) 
> * [Blinue](https://github.com/Blinue) 
> * [cnbluefire](https://github.com/cnbluefire) 
> * [MicaApps](https://github.com/MicaApps) 
> * [MouriNaruto](https://github.com/MouriNaruto) 
Expand Down
1 change: 1 addition & 0 deletions Description/StudyReferenceCode.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@
> * [PriTools](https://github.com/chausner/PriTools) 
> * [Uno](https://github.com/unoplatform/uno) 
> * [UWP-Loopback-Exemption-Manager](https://github.com/themerror/UWP-Loopback-Exemption-Manager) 
> * [Xaml-Islands-Cpp](https://github.com/Blinue/Xaml-Islands-Cpp) 
> * [Wice](https://github.com/aelyo-softworks/Wice) 
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@
> * [Microsoft.UI.Xaml](https://github.com/microsoft/microsoft-ui-xaml) 
> * [Microsoft.Windows.SDK.BuildTools](https://aka.ms/WinSDKProjectURL) 
> * [Microsoft.Windows.SDK.Contracts](https://aka.ms/WinSDKProjectURL) 
> * [Microsoft.WindowsAppSDK](https://github.com/microsoft/windowsappsdk) 
> * [Mile.Xaml](https://github.com/ProjectMile/Mile.Xaml) 
> * [System.Private.Uri](https://dot.net) 
Expand Down Expand Up @@ -138,6 +137,7 @@
### 感谢(按英文首字母排序)

> * [AndromedaMelody](https://github.com/AndromedaMelody) 
> * [Blinue](https://github.com/Blinue) 
> * [cnbluefire](https://github.com/cnbluefire) 
> * [MicaApps](https://github.com/MicaApps) 
> * [MouriNaruto](https://github.com/MouriNaruto) 
Expand Down
6 changes: 3 additions & 3 deletions WindowsTools/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
[assembly: AssemblyCompany("高怡飞")]
[assembly: AssemblyCopyright("Copyright ©2024 高怡飞, All Rights Reserved.")]
[assembly: AssemblyDescription("Windows 工具箱")]
[assembly: AssemblyFileVersion("3.2.1204.0")]
[assembly: AssemblyInformationalVersion("3.2.1204.0")]
[assembly: AssemblyFileVersion("3.3.1204.0")]
[assembly: AssemblyInformationalVersion("3.3.1204.0")]
[assembly: AssemblyProduct("Windows 工具箱")]
[assembly: AssemblyTitle("Windows 工具箱")]
[assembly: AssemblyVersion("3.2.1204.0")]
[assembly: AssemblyVersion("3.3.1204.0")]

// 应用程序默认区域性的资源控制器设置
[assembly: NeutralResourcesLanguage("en-us")]
2 changes: 1 addition & 1 deletion WindowsTools/Views/Pages/AboutPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ public bool IsChecking
{ "Microsoft.UI.Xaml", new Uri("https://github.com/microsoft/microsoft-ui-xaml") },
{ "Microsoft.Windows.SDK.BuildTools", new Uri("https://aka.ms/WinSDKProjectURL") },
{ "Microsoft.Windows.SDK.Contracts", new Uri("https://aka.ms/WinSDKProjectURL") },
{ "Microsoft.WindowsAppSDK", new Uri("https://github.com/microsoft/windowsappsdk") },
{ "Mile.Xaml", new Uri("https://github.com/ProjectMile/Mile.Xaml") },
{ "System.Private.Uri", new Uri("https://dot.net") }
};
Expand All @@ -68,6 +67,7 @@ public bool IsChecking
private ListDictionary ThanksList { get; } = new()
{
{ "AndromedaMelody", new Uri("https://github.com/AndromedaMelody") },
{ "Blinue", new Uri("https://github.com/Blinue") },
{ "cnbluefire", new Uri("https://github.com/cnbluefire") },
{ "MicaApps", new Uri("https://github.com/MicaApps") },
{ "MouriNaruto" , new Uri("https://github.com/MouriNaruto") }
Expand Down
2 changes: 1 addition & 1 deletion WindowsToolsPackage/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<Identity
Name="Gaoyifei1011.WindowsTools"
Publisher="CN=高怡飞"
Version="3.2.1204.0" />
Version="3.3.1204.0" />

<Properties>
<DisplayName>ms-resource:PackageDisplayName</DisplayName>
Expand Down
6 changes: 3 additions & 3 deletions WindowsToolsShellExtension/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
[assembly: AssemblyCompany("高怡飞")]
[assembly: AssemblyCopyright("Copyright ©2024 高怡飞, All Rights Reserved.")]
[assembly: AssemblyDescription("Windows 工具箱 右键菜单扩展")]
[assembly: AssemblyFileVersion("3.2.1204.0")]
[assembly: AssemblyInformationalVersion("3.2.1204.0")]
[assembly: AssemblyFileVersion("3.3.1204.0")]
[assembly: AssemblyInformationalVersion("3.3.1204.0")]
[assembly: AssemblyProduct("Windows 工具箱 右键菜单扩展")]
[assembly: AssemblyTitle("Windows 工具箱 右键菜单扩展")]
[assembly: AssemblyVersion("3.2.1204.0")]
[assembly: AssemblyVersion("3.3.1204.0")]

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

0 comments on commit 607ce01

Please sign in to comment.