From dca1ab9517310e7ba01ee8f68eb07cafcbd00371 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 05:39:33 +0000 Subject: [PATCH] Bump dotnet/nbgv from 0.4.0 to 0.5.1 Bumps [dotnet/nbgv](https://github.com/dotnet/nbgv) from 0.4.0 to 0.5.1. - [Release notes](https://github.com/dotnet/nbgv/releases) - [Commits](https://github.com/dotnet/nbgv/compare/v0.4.0...v0.5.1) --- updated-dependencies: - dependency-name: dotnet/nbgv dependency-version: 0.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/dotnetcore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 262b820..e294dee 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -20,7 +20,7 @@ jobs: - name: Build with dotnet run: dotnet build --configuration Release - name: Nerdbank.GitVersioning - uses: dotnet/nbgv@v0.4.0 + uses: dotnet/nbgv@v0.5.1 id: nbgv - name: publish on version change id: publish_nuget