Skip to content

Commit

Permalink
Bump Avalonia.Diagnostics, Avalonia.Controls.ColorPicker, Avalonia an…
Browse files Browse the repository at this point in the history
…d Avalonia.Controls.DataGrid (#86)

Bumps [Avalonia.Diagnostics](https://github.com/AvaloniaUI/Avalonia), [Avalonia.Controls.ColorPicker](https://github.com/AvaloniaUI/Avalonia), [Avalonia](https://github.com/AvaloniaUI/Avalonia) and [Avalonia.Controls.DataGrid](https://github.com/AvaloniaUI/Avalonia). These dependencies needed to be updated together.

Updates `Avalonia.Diagnostics` from 11.0.5 to 11.0.6
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.0.5...11.0.6)

Updates `Avalonia.Controls.ColorPicker` from 11.0.5 to 11.0.6
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.0.5...11.0.6)

Updates `Avalonia` from 11.0.5 to 11.0.6
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.0.5...11.0.6)

Updates `Avalonia.Controls.DataGrid` from 11.0.5 to 11.0.6
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.0.5...11.0.6)

---
updated-dependencies:
- dependency-name: Avalonia.Diagnostics
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Avalonia.Controls.ColorPicker
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Avalonia
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Avalonia.Controls.DataGrid
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 6, 2023
1 parent 364bea2 commit e750554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TestableApp/TestableApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="Avalonia.Desktop" Version="11.0.5" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.0.5" />
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.0.5" />
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.0.5" />
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.0.6" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
</ItemGroup>

Expand Down

0 comments on commit e750554

Please sign in to comment.