Skip to content

Commit

Permalink
chore(deps): Bump the all group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| Microsoft.Windows.SDK.BuildTools | `10.0.22621.756` | `10.0.22621.2428` |
| [Uno.UI](https://github.com/unoplatform/uno) | `4.10.26` | `5.0.19` |
| [Uno.WinUI](https://github.com/unoplatform/uno) | `4.10.26` | `5.0.19` |
| [Uno.WinUI.Skia.Wpf](https://github.com/unoplatform/uno) | `4.10.26` | `5.0.19` |
| [Uno.WinUI.RemoteControl](https://github.com/unoplatform/uno) | `4.10.26` | `5.0.19` |
| [Uno.UI.Adapter.Microsoft.Extensions.Logging](https://github.com/unoplatform/uno) | `4.10.26` | `5.0.19` |


Updates `Microsoft.Windows.SDK.BuildTools` from 10.0.22621.756 to 10.0.22621.2428

Updates `Uno.UI` from 4.10.26 to 5.0.19
- [Release notes](https://github.com/unoplatform/uno/releases)
- [Commits](https://github.com/unoplatform/uno/commits/5.0.19)

Updates `Uno.WinUI` from 4.10.26 to 5.0.19
- [Release notes](https://github.com/unoplatform/uno/releases)
- [Commits](https://github.com/unoplatform/uno/commits/5.0.19)

Updates `Uno.WinUI.Skia.Wpf` from 4.10.26 to 5.0.19
- [Release notes](https://github.com/unoplatform/uno/releases)
- [Commits](https://github.com/unoplatform/uno/commits/5.0.19)

Updates `Uno.WinUI.RemoteControl` from 4.10.26 to 5.0.19
- [Release notes](https://github.com/unoplatform/uno/releases)
- [Commits](https://github.com/unoplatform/uno/commits/5.0.19)

Updates `Uno.UI.Adapter.Microsoft.Extensions.Logging` from 4.10.26 to 5.0.19
- [Release notes](https://github.com/unoplatform/uno/releases)
- [Commits](https://github.com/unoplatform/uno/commits/5.0.19)

---
updated-dependencies:
- dependency-name: Microsoft.Windows.SDK.BuildTools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: Uno.UI
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: Uno.WinUI
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: Uno.WinUI.Skia.Wpf
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: Uno.WinUI.RemoteControl
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: Uno.UI.Adapter.Microsoft.Extensions.Logging
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and HavenDV committed Nov 6, 2023
1 parent c1b07f9 commit 1d13704
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Uno.WinUI.Skia.Wpf" Version="4.10.26" />
<PackageReference Include="Uno.WinUI.RemoteControl" Condition="'$(Configuration)'=='Debug'" Version="4.10.26" />
<PackageReference Include="Uno.UI.Adapter.Microsoft.Extensions.Logging" Version="4.10.26" />
<PackageReference Include="Uno.WinUI.Skia.Wpf" Version="5.0.19" />
<PackageReference Include="Uno.WinUI.RemoteControl" Condition="'$(Configuration)'=='Debug'" Version="5.0.19" />
<PackageReference Include="Uno.UI.Adapter.Microsoft.Extensions.Logging" Version="5.0.19" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="7.0.0" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.756" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.2428" />
<Manifest Include="$(ApplicationManifest)" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Uno.WinUI" Version="4.10.26" />
<PackageReference Include="Uno.WinUI" Version="5.0.19" />
</ItemGroup>

<PropertyGroup Label="NuGet">
Expand Down
2 changes: 1 addition & 1 deletion src/libs/H.NotifyIcon.Uno/H.NotifyIcon.Uno.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Uno.UI" Version="4.10.26" />
<PackageReference Include="Uno.UI" Version="5.0.19" />
</ItemGroup>

<PropertyGroup Label="NuGet">
Expand Down

0 comments on commit 1d13704

Please sign in to comment.