Skip to content

Commit

Permalink
Update Windows App SDK version to 1.6.241106002
Browse files Browse the repository at this point in the history
Update Windows App SDK version to 1.6.241106002
  • Loading branch information
Gaoyifei1011 committed Nov 28, 2024
1 parent 482b8c6 commit 04abc72
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
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.1118.0")]
[assembly: AssemblyInformationalVersion("3.2.1118.0")]
[assembly: AssemblyFileVersion("3.2.1128.0")]
[assembly: AssemblyInformationalVersion("3.2.1128.0")]
[assembly: AssemblyProduct("Windows 工具箱")]
[assembly: AssemblyTitle("Windows 工具箱")]
[assembly: AssemblyVersion("3.2.1118.0")]
[assembly: AssemblyVersion("3.2.1128.0")]

// 应用程序默认区域性的资源控制器设置
[assembly: NeutralResourcesLanguage("en-us")]
2 changes: 1 addition & 1 deletion WindowsTools/WindowsTools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@

<PackageReference Include="Microsoft.UI.Xaml" Version="2.8.6" GeneratePathProperty="true" />
<PackageReference Include="Microsoft.Windows.SDK.Contracts" Version="10.0.26100.1742" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.241106002" GeneratePathProperty="true" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.241114003" GeneratePathProperty="true" />
<PackageReference Include="Mile.Xaml" Version="2.3.1064" />
<PackageReference Include="System.Private.Uri" Version="4.3.2" />

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.1118.0" />
Version="3.2.1128.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.1118.0")]
[assembly: AssemblyInformationalVersion("3.2.1118.0")]
[assembly: AssemblyFileVersion("3.2.1128.0")]
[assembly: AssemblyInformationalVersion("3.2.1128.0")]
[assembly: AssemblyProduct("Windows 工具箱 右键菜单扩展")]
[assembly: AssemblyTitle("Windows 工具箱 右键菜单扩展")]
[assembly: AssemblyVersion("3.2.1118.0")]
[assembly: AssemblyVersion("3.2.1128.0")]

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

0 comments on commit 04abc72

Please sign in to comment.