From 8626cc1252195365e1373c48b92bcdace88f79d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 19:00:43 +0000 Subject: [PATCH] Bump WoofWare.Myriad.Plugins.Attributes from 3.6.3 to 3.6.4 (#167) * Bump WoofWare.Myriad.Plugins.Attributes from 3.6.3 to 3.6.4 Bumps [WoofWare.Myriad.Plugins.Attributes](https://github.com/Smaug123/WoofWare.Myriad) from 3.6.3 to 3.6.4. - [Release notes](https://github.com/Smaug123/WoofWare.Myriad/releases) - [Changelog](https://github.com/Smaug123/WoofWare.Myriad/blob/main/CHANGELOG.md) - [Commits](https://github.com/Smaug123/WoofWare.Myriad/compare/WoofWare.Myriad.Plugins.Attributes.3.6.3...WoofWare.Myriad.Plugins.Attributes.3.6.4) --- updated-dependencies: - dependency-name: WoofWare.Myriad.Plugins.Attributes dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Deps --------- 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> --- .../WoofWare.NUnitTestRunner.Lib.fsproj | 2 +- nix/deps.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WoofWare.NUnitTestRunner.Lib/WoofWare.NUnitTestRunner.Lib.fsproj b/WoofWare.NUnitTestRunner.Lib/WoofWare.NUnitTestRunner.Lib.fsproj index 0634265..905235a 100644 --- a/WoofWare.NUnitTestRunner.Lib/WoofWare.NUnitTestRunner.Lib.fsproj +++ b/WoofWare.NUnitTestRunner.Lib/WoofWare.NUnitTestRunner.Lib.fsproj @@ -50,7 +50,7 @@ - + diff --git a/nix/deps.nix b/nix/deps.nix index fc88da6..1601d87 100644 --- a/nix/deps.nix +++ b/nix/deps.nix @@ -328,8 +328,8 @@ }) (fetchNuGet { pname = "WoofWare.Myriad.Plugins.Attributes"; - version = "3.6.3"; - hash = "sha256-KcswaTwDnZ+cGtFNdnWKQMhAPBVvaWtAVR+3eQYv0Ko="; + version = "3.6.4"; + hash = "sha256-fNWldUSkIxq5Y9nqIRSrEE8R+/pUcX1Ji/wkomATg+4="; }) (fetchNuGet { pname = "WoofWare.PrattParser";