Skip to content

Commit

Permalink
chore(deps): 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) | `11.0.7` | `11.0.8` |
| [Avalonia.Desktop](https://github.com/AvaloniaUI/Avalonia) | `11.0.6` | `11.0.8` |
| [Avalonia.Themes.Fluent](https://github.com/AvaloniaUI/Avalonia) | `11.0.6` | `11.0.8` |
| [Avalonia.Fonts.Inter](https://github.com/AvaloniaUI/Avalonia) | `11.0.7` | `11.0.8` |
| [Avalonia.Diagnostics](https://github.com/AvaloniaUI/Avalonia) | `11.0.7` | `11.0.8` |


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

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

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

Updates `Avalonia.Fonts.Inter` from 11.0.7 to 11.0.8
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.0.7...11.0.8)

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

---
updated-dependencies:
- dependency-name: Avalonia
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: avalonia
- dependency-name: Avalonia.Desktop
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: avalonia
- dependency-name: Avalonia.Themes.Fluent
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: avalonia
- dependency-name: Avalonia.Fonts.Inter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: avalonia
- dependency-name: Avalonia.Diagnostics
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: avalonia
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 8, 2024
1 parent 69a420f commit 4c61055
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SharpFM.App/SharpFM.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Avalonia" Version="11.0.7" />
<PackageReference Include="Avalonia" Version="11.0.8" />
<PackageReference Include="Avalonia.Desktop" Version="11.0.6" />
<PackageReference Include="Avalonia.Xaml.Interactions" Version="11.0.6" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.0.6" />
Expand All @@ -34,7 +34,7 @@
<PackageReference Include="TextMateSharp.Grammars" Version="1.0.56" />
<PackageReference Include="AvaloniaEdit.TextMate" Version="11.0.6" />
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.0.7" />
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.0.8" />
<PackageReference Include="FluentAvaloniaUI" Version="2.0.5" />

<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.1" />
Expand Down

0 comments on commit 4c61055

Please sign in to comment.