diff --git a/Description/README_EN-US.md b/Description/README_EN-US.md index ef9f84b..929dbb3 100644 --- a/Description/README_EN-US.md +++ b/Description/README_EN-US.md @@ -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)  @@ -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)  diff --git a/Description/README_ZH-CN.md b/Description/README_ZH-CN.md index f4eb92d..9ce11c0 100644 --- a/Description/README_ZH-CN.md +++ b/Description/README_ZH-CN.md @@ -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)  @@ -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)  diff --git a/Description/StudyReferenceCode.md b/Description/StudyReferenceCode.md index 3354dc3..ca31f94 100644 --- a/Description/StudyReferenceCode.md +++ b/Description/StudyReferenceCode.md @@ -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)  \ No newline at end of file diff --git a/README.md b/README.md index 3dcb9ba..444075c 100644 --- a/README.md +++ b/README.md @@ -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)  @@ -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)  diff --git a/WindowsTools/Properties/AssemblyInfo.cs b/WindowsTools/Properties/AssemblyInfo.cs index 0369f52..d93b7d0 100644 --- a/WindowsTools/Properties/AssemblyInfo.cs +++ b/WindowsTools/Properties/AssemblyInfo.cs @@ -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")] diff --git a/WindowsTools/Views/Pages/AboutPage.xaml.cs b/WindowsTools/Views/Pages/AboutPage.xaml.cs index 8d405fa..e791a2a 100644 --- a/WindowsTools/Views/Pages/AboutPage.xaml.cs +++ b/WindowsTools/Views/Pages/AboutPage.xaml.cs @@ -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") } }; @@ -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") } diff --git a/WindowsToolsPackage/Package.appxmanifest b/WindowsToolsPackage/Package.appxmanifest index ab08db0..9399bd4 100644 --- a/WindowsToolsPackage/Package.appxmanifest +++ b/WindowsToolsPackage/Package.appxmanifest @@ -13,7 +13,7 @@ + Version="3.3.1204.0" /> ms-resource:PackageDisplayName diff --git a/WindowsToolsShellExtension/Properties/AssemblyInfo.cs b/WindowsToolsShellExtension/Properties/AssemblyInfo.cs index 3e08659..3de7a69 100644 --- a/WindowsToolsShellExtension/Properties/AssemblyInfo.cs +++ b/WindowsToolsShellExtension/Properties/AssemblyInfo.cs @@ -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")]