From c412d947b8cc59307cdc9a7faa9c3e00aedd57b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 17:37:18 -0600 Subject: [PATCH] chore(deps): bump the avalonia group with 5 updates (#60) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the avalonia group with 5 updates: | Package | From | To | | --- | --- | --- | | [Avalonia](https://github.com/AvaloniaUI/Avalonia) | `11.0.7` | `11.0.9` | | [Avalonia.Desktop](https://github.com/AvaloniaUI/Avalonia) | `11.0.6` | `11.0.9` | | [Avalonia.Themes.Fluent](https://github.com/AvaloniaUI/Avalonia) | `11.0.6` | `11.0.9` | | [Avalonia.Fonts.Inter](https://github.com/AvaloniaUI/Avalonia) | `11.0.7` | `11.0.9` | | [Avalonia.Diagnostics](https://github.com/AvaloniaUI/Avalonia) | `11.0.7` | `11.0.9` | Updates `Avalonia` from 11.0.7 to 11.0.9
Release notes

Sourced from Avalonia's releases.

11.0.9

https://www.nuget.org/packages/Avalonia/11.0.9 Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/11.0.8...11.0.9

Releasing shortly after previous, as 11.0.8 release had critical issues.

What's Changed

11.0.8

https://www.nuget.org/packages/Avalonia/11.0.8

Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/11.0.7...11.0.8

What's Changed

... (truncated)

Commits

Updates `Avalonia.Desktop` from 11.0.6 to 11.0.9
Release notes

Sourced from Avalonia.Desktop's releases.

11.0.9

https://www.nuget.org/packages/Avalonia/11.0.9 Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/11.0.8...11.0.9

Releasing shortly after previous, as 11.0.8 release had critical issues.

What's Changed

11.0.8

https://www.nuget.org/packages/Avalonia/11.0.8

Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/11.0.7...11.0.8

What's Changed

... (truncated)

Commits

Updates `Avalonia.Themes.Fluent` from 11.0.6 to 11.0.9
Release notes

Sourced from Avalonia.Themes.Fluent's releases.

11.0.9

https://www.nuget.org/packages/Avalonia/11.0.9 Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/11.0.8...11.0.9

Releasing shortly after previous, as 11.0.8 release had critical issues.

What's Changed

11.0.8

https://www.nuget.org/packages/Avalonia/11.0.8

Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/11.0.7...11.0.8

What's Changed

... (truncated)

Commits

Updates `Avalonia.Fonts.Inter` from 11.0.7 to 11.0.9
Release notes

Sourced from Avalonia.Fonts.Inter's releases.

11.0.9

https://www.nuget.org/packages/Avalonia/11.0.9 Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/11.0.8...11.0.9

Releasing shortly after previous, as 11.0.8 release had critical issues.

What's Changed

11.0.8

https://www.nuget.org/packages/Avalonia/11.0.8

Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/11.0.7...11.0.8

What's Changed

... (truncated)

Commits

Updates `Avalonia.Diagnostics` from 11.0.7 to 11.0.9
Release notes

Sourced from Avalonia.Diagnostics's releases.

11.0.9

https://www.nuget.org/packages/Avalonia/11.0.9 Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/11.0.8...11.0.9

Releasing shortly after previous, as 11.0.8 release had critical issues.

What's Changed

11.0.8

https://www.nuget.org/packages/Avalonia/11.0.8

Full Changelog: https://github.com/AvaloniaUI/Avalonia/compare/11.0.7...11.0.8

What's Changed

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
--------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nate Bross --- SharpFM.App/SharpFM.App.csproj | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/SharpFM.App/SharpFM.App.csproj b/SharpFM.App/SharpFM.App.csproj index 40072e4..b460b8a 100644 --- a/SharpFM.App/SharpFM.App.csproj +++ b/SharpFM.App/SharpFM.App.csproj @@ -25,16 +25,16 @@ - - + + - - + + - +