Skip to content

Commit

Permalink
⬆️ Bump the avalonia group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the avalonia group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [Avalonia](https://github.com/AvaloniaUI/Avalonia) | `0.10.21` | `11.0.10` |
| [Avalonia.Diagnostics](https://github.com/AvaloniaUI/Avalonia) | `0.10.21` | `11.0.10` |
| [Avalonia.Desktop](https://github.com/AvaloniaUI/Avalonia) | `0.10.21` | `11.0.10` |
| [Avalonia.ReactiveUI](https://github.com/AvaloniaUI/Avalonia) | `0.10.21` | `11.0.10` |
| [Avalonia.Xaml.Behaviors](https://github.com/AvaloniaUI/Avalonia.Xaml.Behaviors) | `0.10.19` | `11.0.10.3` |


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

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

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

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

Updates `Avalonia.Xaml.Behaviors` from 0.10.19 to 11.0.10.3
- [Release notes](https://github.com/AvaloniaUI/Avalonia.Xaml.Behaviors/releases)
- [Commits](AvaloniaUI/Avalonia.Xaml.Behaviors@0.10.19...11.0.10.3)

---
updated-dependencies:
- dependency-name: Avalonia
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: avalonia
- dependency-name: Avalonia.Diagnostics
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: avalonia
- dependency-name: Avalonia.Desktop
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: avalonia
- dependency-name: Avalonia.ReactiveUI
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: avalonia
- dependency-name: Avalonia.Xaml.Behaviors
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: avalonia
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 3, 2024
1 parent aa8c06d commit d711eb3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions LibVLCSharp.Avalonia/LibVLCSharp.Avalonia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="0.10.21" />
<PackageReference Include="Avalonia.Diagnostics" Version="0.10.21" />
<PackageReference Include="Avalonia" Version="11.0.10" />
<PackageReference Include="Avalonia.Diagnostics" Version="11.0.10" />
<PackageReference Include="LibVLCSharp" Version="3.8.2" />
</ItemGroup>
<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions TeslaVideoCenter.Common/TeslaVideoCenter.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<AvaloniaResource Include="Assets\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="0.10.21" />
<PackageReference Include="Avalonia.Desktop" Version="0.10.21" />
<PackageReference Include="Avalonia.ReactiveUI" Version="0.10.21" />
<PackageReference Include="Avalonia.Xaml.Behaviors" Version="0.10.19" />
<PackageReference Include="Avalonia" Version="11.0.10" />
<PackageReference Include="Avalonia.Desktop" Version="11.0.10" />
<PackageReference Include="Avalonia.ReactiveUI" Version="11.0.10" />
<PackageReference Include="Avalonia.Xaml.Behaviors" Version="11.0.10.3" />
<PackageReference Include="FFMpegCore" Version="5.1.0" />
<PackageReference Include="Material.Avalonia" Version="2.5.1" />
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0">
Expand Down

0 comments on commit d711eb3

Please sign in to comment.