From a122d7411eeb06930a42d422511c8998ce913775 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 12:57:31 +0000 Subject: [PATCH] Bump Nerdbank.GitVersioning from 3.5.119 to 3.6.128 (#33) * Bump Nerdbank.GitVersioning from 3.5.119 to 3.6.128 Bumps [Nerdbank.GitVersioning](https://github.com/dotnet/Nerdbank.GitVersioning) from 3.5.119 to 3.6.128. - [Release notes](https://github.com/dotnet/Nerdbank.GitVersioning/releases) - [Commits](https://github.com/dotnet/Nerdbank.GitVersioning/compare/v3.5.119...v3.6.128) --- updated-dependencies: - dependency-name: Nerdbank.GitVersioning dependency-type: direct:production update-type: version-update:semver-minor ... 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 --- Directory.Build.props | 2 +- nix/deps.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 5835a84..045d450 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -7,7 +7,7 @@ true - + diff --git a/nix/deps.nix b/nix/deps.nix index c6d5183..fbfee37 100644 --- a/nix/deps.nix +++ b/nix/deps.nix @@ -178,8 +178,8 @@ }) (fetchNuGet { pname = "Nerdbank.GitVersioning"; - version = "3.5.119"; - sha256 = "0g7a812lfa5y140pinpy5q3nl3xcarydflpxzzcyxxk4hjjlawy0"; + version = "3.6.128"; + sha256 = "1ip5qlhssfhx7q6gjnx7syvwc9m1bf4ikd17z5cbn9l257465hrj"; }) (fetchNuGet { pname = "NETStandard.Library";