Skip to content

Commit

Permalink
chore(deps): bump Avalonia and FluentAvaloniaUI
Browse files Browse the repository at this point in the history
Bumps [Avalonia](https://github.com/AvaloniaUI/Avalonia) and [FluentAvaloniaUI](https://github.com/amwx/FluentAvalonia). These dependencies needed to be updated together.

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

Updates `FluentAvaloniaUI` from 2.1.0 to 2.2.0
- [Commits](https://github.com/amwx/FluentAvalonia/commits)

---
updated-dependencies:
- dependency-name: Avalonia
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: FluentAvaloniaUI
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and fuzzzerd committed Dec 1, 2024
1 parent f430a8d commit 0039b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SharpFM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
configuration.-->
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics"
Version="11.2.2" />
<PackageReference Include="FluentAvaloniaUI" Version="2.1.0" />
<PackageReference Include="FluentAvaloniaUI" Version="2.2.0" />

<PackageReference Include="MinVer" Version="6.0.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 0039b93

Please sign in to comment.