From d3709a753f88e6b02d6a1760835227a7fdcc5a19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 19:00:08 +0100 Subject: [PATCH] nuget: bump XamlNameReferenceGenerator from 1.4.2 to 1.5.1 (#4026) Bumps [XamlNameReferenceGenerator](https://github.com/avaloniaui/Avalonia.NameGenerator) from 1.4.2 to 1.5.1. - [Release notes](https://github.com/avaloniaui/Avalonia.NameGenerator/releases) - [Commits](https://github.com/avaloniaui/Avalonia.NameGenerator/compare/1.4.2...1.5.1) --- updated-dependencies: - dependency-name: XamlNameReferenceGenerator dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Ryujinx.Ava/Ryujinx.Ava.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ryujinx.Ava/Ryujinx.Ava.csproj b/Ryujinx.Ava/Ryujinx.Ava.csproj index c7b0eadc57..6d963a4031 100644 --- a/Ryujinx.Ava/Ryujinx.Ava.csproj +++ b/Ryujinx.Ava/Ryujinx.Ava.csproj @@ -28,7 +28,7 @@ <PackageReference Include="jp2masa.Avalonia.Flexbox" Version="0.2.0" /> <PackageReference Include="DynamicData" Version="7.12.8" /> <PackageReference Include="FluentAvaloniaUI" Version="1.4.5" /> - <PackageReference Include="XamlNameReferenceGenerator" Version="1.4.2" /> + <PackageReference Include="XamlNameReferenceGenerator" Version="1.5.1" /> <PackageReference Include="OpenTK.Core" Version="4.7.5" /> <PackageReference Include="Ryujinx.Audio.OpenAL.Dependencies" Version="1.21.0.1" Condition="'$(RuntimeIdentifier)' != 'linux-x64' AND '$(RuntimeIdentifier)' != 'osx-x64'" />