Skip to content

Commit

Permalink
Bump WinUIEx and Microsoft.WindowsAppSDK
Browse files Browse the repository at this point in the history
Bumps [WinUIEx](https://github.com/dotMorten/WinUIEx) and [Microsoft.WindowsAppSDK](https://github.com/microsoft/windowsappsdk). These dependencies needed to be updated together.

Updates `WinUIEx` from 2.3.4 to 2.4.2
- [Release notes](https://github.com/dotMorten/WinUIEx/releases)
- [Commits](dotMorten/WinUIEx@v2.3.4...v2.4.2)

Updates `Microsoft.WindowsAppSDK` from 1.6.240701003-experimental2 to 1.6.240829007
- [Release notes](https://github.com/microsoft/windowsappsdk/releases)
- [Commits](https://github.com/microsoft/windowsappsdk/commits)

---
updated-dependencies:
- dependency-name: WinUIEx
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.WindowsAppSDK
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 10, 2024
1 parent 22dcc55 commit ba6b788
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions About/Rebound.About.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
<ItemGroup>
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.1.0-prerelease.240722.1" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1742" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.240701003-experimental2" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.240829007" />
<PackageReference Include="System.Management" Version="9.0.0-rc.1.24431.7" />
<PackageReference Include="WinUIEx" Version="2.3.4" />
<PackageReference Include="WinUIEx" Version="2.4.2" />
<Manifest Include="$(ApplicationManifest)" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions Cleanup/Rebound.Cleanup.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
<ItemGroup>
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.1.1" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1742" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.240701003-experimental2" />
<PackageReference Include="WinUIEx" Version="2.3.4" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.240829007" />
<PackageReference Include="WinUIEx" Version="2.4.2" />
<Manifest Include="$(ApplicationManifest)" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions Defrag/Rebound.Defrag.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.1.5" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2646-prerelease" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1742" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.240701003-experimental2" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.240829007" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Diagnostics.EventLog" Version="9.0.0-preview.6.24327.7" />
<PackageReference Include="System.Management" Version="8.0.0" />
<PackageReference Include="TaskScheduler" Version="2.11.0" />
<PackageReference Include="WinUIEx" Version="2.3.4" />
<PackageReference Include="WinUIEx" Version="2.4.2" />
<Manifest Include="$(ApplicationManifest)" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
<ItemGroup>
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.1.0-prerelease.240722.1" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1742" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.240701003-experimental2" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.240829007" />
<PackageReference Include="System.Drawing.Common" Version="8.0.8" />
<PackageReference Include="WinUIEx" Version="2.3.4" />
<PackageReference Include="WinUIEx" Version="2.4.2" />
<Manifest Include="$(ApplicationManifest)" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions Helpers/Rebound.Helpers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<ItemGroup>
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2646-prerelease" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.240701003-experimental2" />
<PackageReference Include="WinUIEx" Version="2.3.4" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.240829007" />
<PackageReference Include="WinUIEx" Version="2.4.2" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Rebound/Rebound.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@
<PackageReference Include="Ivirius.UI.Controls" Version="0.2.0-prerelease" />
<PackageReference Include="Microsoft.Graphics.Win2D" Version="1.2.1-experimental2" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.240701003-experimental2" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.240829007" />
<PackageReference Include="System.Drawing.Common" Version="8.0.8" />
<PackageReference Include="System.Management" Version="9.0.0-rc.1.24431.7" />
<PackageReference Include="WinUIEx" Version="2.3.4" />
<PackageReference Include="WinUIEx" Version="2.4.2" />
<Manifest Include="$(ApplicationManifest)" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions Run/Rebound.Run.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@
<ItemGroup>
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.1.3" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.240701003-experimental2" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.240829007" />
<PackageReference Include="TaskScheduler" Version="2.11.0" />
<PackageReference Include="WindowsDisplayAPI" Version="1.3.0.13" />
<PackageReference Include="WinUIEx" Version="2.3.4" />
<PackageReference Include="WinUIEx" Version="2.4.2" />
<Manifest Include="$(ApplicationManifest)" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions SysInfo/Rebound.SysInfo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<Manifest Include="$(ApplicationManifest)" />
<PackageReference Include="Ivirius.UI.Controls" Version="0.1.1-prerelease" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.240701003-experimental2" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.240829007" />
<PackageReference Include="System.Diagnostics.PerformanceCounter" Version="8.0.0" />
<PackageReference Include="System.Management" Version="9.0.0-preview.6.24327.7" />
<PackageReference Include="WinUICommunity.Win2D" Version="6.9.0" />
Expand All @@ -52,7 +52,7 @@
<PackageReference Include="Serilog.Sinks.File" Version="6.0.0" />
<PackageReference Include="Serilog.Sinks.Debug" Version="3.0.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" />
<PackageReference Include="WinUIEx" Version="2.3.4" />
<PackageReference Include="WinUIEx" Version="2.4.2" />
</ItemGroup>
<!--
Defining the "Msix" ProjectCapability here allows the Single-project MSIX Packaging
Expand Down
4 changes: 2 additions & 2 deletions TrustedPlatform/Rebound.TrustedPlatform.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@
<PackageReference Include="Microsoft.Graphics.Win2D" Version="1.2.1-experimental2" />
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.1.1" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.240701003-experimental2" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.240829007" />
<PackageReference Include="Microsoft.Xaml.Behaviors.WinUI.Managed" Version="2.0.9" />
<PackageReference Include="System.Management" Version="9.0.0-rc.1.24431.7" />
<PackageReference Include="WinUIEx" Version="2.3.4" />
<PackageReference Include="WinUIEx" Version="2.4.2" />
</ItemGroup>
<ItemGroup>
<Page Update="MainWindow.xaml">
Expand Down

0 comments on commit ba6b788

Please sign in to comment.