From 816029857c1e07e740c3010a7192fa380a026931 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 09:29:16 +0100 Subject: [PATCH] Bump Nerdbank.GitVersioning from 3.6.132 to 3.6.133 (#21) * Bump Nerdbank.GitVersioning from 3.6.132 to 3.6.133 Bumps [Nerdbank.GitVersioning](https://github.com/dotnet/Nerdbank.GitVersioning) from 3.6.132 to 3.6.133. - [Release notes](https://github.com/dotnet/Nerdbank.GitVersioning/releases) - [Commits](https://github.com/dotnet/Nerdbank.GitVersioning/compare/v3.6.132...v3.6.133) --- updated-dependencies: - dependency-name: Nerdbank.GitVersioning dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update 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 376b614..41ea2c1 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 6c3103b..e1ffa21 100644 --- a/nix/deps.nix +++ b/nix/deps.nix @@ -58,8 +58,8 @@ }) (fetchNuGet { pname = "Nerdbank.GitVersioning"; - version = "3.6.132"; - sha256 = "1yqc738wbgxcbpzn9y76wdif0j3jl06nas5q0sg1h9qb3ra4by30"; + version = "3.6.133"; + sha256 = "1cdw8krvsnx0n34f7fm5hiiy7bs6h3asvncqcikc0g46l50w2j80"; }) (fetchNuGet { pname = "NETStandard.Library";