Skip to content

Commit

Permalink
chore(deps): bump Uno.WinUI.DevServer and Uno.WinUI
Browse files Browse the repository at this point in the history
Bumps [Uno.WinUI.DevServer](https://github.com/unoplatform/uno) and [Uno.WinUI](https://github.com/unoplatform/uno). These dependencies needed to be updated together.

Updates `Uno.WinUI.DevServer` from 5.0.0-dev.3552 to 5.0.64
- [Release notes](https://github.com/unoplatform/uno/releases)
- [Commits](https://github.com/unoplatform/uno/commits)

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

---
updated-dependencies:
- dependency-name: Uno.WinUI.DevServer
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Uno.WinUI
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent 3db143c commit a7766b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="7.0.0" />
<PackageReference Include="Uno.WinUI.Skia.Gtk" Version="5.0.0-dev.3552" />
<PackageReference Include="Uno.WinUI.DevServer" Version="5.0.0-dev.3552" /><!--Note: Keep the DevServer package also in release for hot reload tests (cf. HotReloadHelper).-->
<PackageReference Include="Uno.WinUI.DevServer" Version="5.0.64" /><!--Note: Keep the DevServer package also in release for hot reload tests (cf. HotReloadHelper).-->
<PackageReference Include="Uno.UI.Adapter.Microsoft.Extensions.Logging" Version="5.0.0-dev.3552" />

<PackageReference Include="MSTest.TestFramework" Version="2.2.10" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="7.0.0" />
<PackageReference Include="Uno.WinUI.Skia.Linux.FrameBuffer" Version="5.0.0-dev.3552" />
<PackageReference Include="Uno.WinUI.DevServer" Version="5.0.0-dev.3552" /><!--Note: Keep the DevServer package also in release for hot reload tests (cf. HotReloadHelper).-->
<PackageReference Include="Uno.WinUI.DevServer" Version="5.0.64" /><!--Note: Keep the DevServer package also in release for hot reload tests (cf. HotReloadHelper).-->
<PackageReference Include="Uno.UI.Adapter.Microsoft.Extensions.Logging" Version="5.0.0-dev.3552" />

<PackageReference Include="MSTest.TestFramework" Version="2.2.10" />
Expand Down

0 comments on commit a7766b9

Please sign in to comment.