From 6564835ee48b74cf851b6588571cd827ae1467e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2024 19:06:14 +0100 Subject: [PATCH] Bump NUnit3TestAdapter from 4.5.0 to 4.6.0 (#112) * Bump NUnit3TestAdapter from 4.5.0 to 4.6.0 Bumps [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/nunit/nunit3-vs-adapter/releases) - [Commits](https://github.com/nunit/nunit3-vs-adapter/compare/V4.5.0...V4.6.0) --- updated-dependencies: - dependency-name: NUnit3TestAdapter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Smaug123 <3138005+Smaug123@users.noreply.github.com> --- Consumer/Consumer.fsproj | 2 +- .../WoofWare.NUnitTestRunner.Test.fsproj | 2 +- nix/deps.nix | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Consumer/Consumer.fsproj b/Consumer/Consumer.fsproj index 9a76edb..8e80602 100644 --- a/Consumer/Consumer.fsproj +++ b/Consumer/Consumer.fsproj @@ -28,7 +28,7 @@ - + diff --git a/WoofWare.NUnitTestRunner/WoofWare.NUnitTestRunner.Test/WoofWare.NUnitTestRunner.Test.fsproj b/WoofWare.NUnitTestRunner/WoofWare.NUnitTestRunner.Test/WoofWare.NUnitTestRunner.Test.fsproj index 0421fbc..a562602 100644 --- a/WoofWare.NUnitTestRunner/WoofWare.NUnitTestRunner.Test/WoofWare.NUnitTestRunner.Test.fsproj +++ b/WoofWare.NUnitTestRunner/WoofWare.NUnitTestRunner.Test/WoofWare.NUnitTestRunner.Test.fsproj @@ -21,7 +21,7 @@ - + diff --git a/nix/deps.nix b/nix/deps.nix index 0eb9905..2f2e6d7 100644 --- a/nix/deps.nix +++ b/nix/deps.nix @@ -188,8 +188,8 @@ }) (fetchNuGet { pname = "NUnit3TestAdapter"; - version = "4.5.0"; - hash = "sha256-ER3ogl0L5FYyc6pVVPY1ch+AQxG/WgFcnWECnYQJPes="; + version = "4.6.0"; + hash = "sha256-9Yav2fYhC4w0OgsyUwU4/5rDy4FVDTpKnWHuwl/uKJQ="; }) (fetchNuGet { pname = "Spectre.Console";