From 8579ee8f8b95e3e35101d565efeff607acca0dff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 19:29:34 +0100 Subject: [PATCH] Bump ApiSurface from 4.1.7 to 4.1.8 (#163) * Bump ApiSurface from 4.1.7 to 4.1.8 Bumps [ApiSurface](https://github.com/G-Research/ApiSurface) from 4.1.7 to 4.1.8. - [Release notes](https://github.com/G-Research/ApiSurface/releases) - [Commits](https://github.com/G-Research/ApiSurface/compare/ApiSurface.4.1.7...ApiSurface.4.1.8) --- updated-dependencies: - dependency-name: ApiSurface dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Bump Nerdbank.GitVersioning from 3.6.143 to 3.6.146 Bumps [Nerdbank.GitVersioning](https://github.com/dotnet/Nerdbank.GitVersioning) from 3.6.143 to 3.6.146. - [Release notes](https://github.com/dotnet/Nerdbank.GitVersioning/releases) - [Commits](https://github.com/dotnet/Nerdbank.GitVersioning/commits) --- updated-dependencies: - dependency-name: Nerdbank.GitVersioning 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> --- Directory.Build.props | 2 +- .../WoofWare.NUnitTestRunner.Test.fsproj | 2 +- nix/deps.nix | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index cd54598..d8bc2fa 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -10,7 +10,7 @@ FS3388,FS3559 - + true diff --git a/WoofWare.NUnitTestRunner/WoofWare.NUnitTestRunner.Test/WoofWare.NUnitTestRunner.Test.fsproj b/WoofWare.NUnitTestRunner/WoofWare.NUnitTestRunner.Test/WoofWare.NUnitTestRunner.Test.fsproj index 5b4da95..b8019fa 100644 --- a/WoofWare.NUnitTestRunner/WoofWare.NUnitTestRunner.Test/WoofWare.NUnitTestRunner.Test.fsproj +++ b/WoofWare.NUnitTestRunner/WoofWare.NUnitTestRunner.Test/WoofWare.NUnitTestRunner.Test.fsproj @@ -16,7 +16,7 @@ - + diff --git a/nix/deps.nix b/nix/deps.nix index 80e538d..fc88da6 100644 --- a/nix/deps.nix +++ b/nix/deps.nix @@ -3,8 +3,8 @@ {fetchNuGet}: [ (fetchNuGet { pname = "ApiSurface"; - version = "4.1.7"; - hash = "sha256-UZA0KP6yQlTCowmkQ+gPJLpz6gmF1bCdVtmaflhrMNs="; + version = "4.1.8"; + hash = "sha256-iU5v4SW2lNTMYN4uVj++nxbojgDsTCSQsowqGl75wXc="; }) (fetchNuGet { pname = "fantomas"; @@ -163,8 +163,8 @@ }) (fetchNuGet { pname = "Nerdbank.GitVersioning"; - version = "3.6.143"; - hash = "sha256-OhOtMzP+2obDIR+npR7SsoXo0KrmcsL+VCE8Z3t5gzQ="; + version = "3.6.146"; + hash = "sha256-6lpjiwxVrwjNUhPQ6C7LzazKdBQlAbmyEQk/qxrmr8Y="; }) (fetchNuGet { pname = "Newtonsoft.Json";