From 72df7bf61c7653bd81eef4be664a09e2c802c220 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 3 Jun 2025 16:20:46 +0000
Subject: [PATCH 1/3] Update dependency Microsoft.NET.Test.Sdk to 17.14.1
---
src/UnitTests/UnitTests.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/UnitTests/UnitTests.csproj b/src/UnitTests/UnitTests.csproj
index dab575a..953d963 100644
--- a/src/UnitTests/UnitTests.csproj
+++ b/src/UnitTests/UnitTests.csproj
@@ -23,7 +23,7 @@
-
+
From daf7b3a417237f5d9be6cf05747b4e0f02d5b211 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sat, 7 Jun 2025 09:46:38 +0000
Subject: [PATCH 2/3] Update dependency xunit.runner.visualstudio to 3.1.1
---
src/UnitTests/UnitTests.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/UnitTests/UnitTests.csproj b/src/UnitTests/UnitTests.csproj
index 953d963..92dff52 100644
--- a/src/UnitTests/UnitTests.csproj
+++ b/src/UnitTests/UnitTests.csproj
@@ -25,7 +25,7 @@
-
+
From d9a277ce565b11aec483d1605ee0af3403ee7fa3 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 30 Jun 2025 11:47:49 +0000
Subject: [PATCH 3/3] Update gittools/actions action to v4
---
.github/workflows/build.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e8eef49..207d50e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -10,10 +10,10 @@ jobs:
with:
fetch-depth: 0
show-progress: false
- - uses: gittools/actions/gitversion/setup@v3.2.1
+ - uses: gittools/actions/gitversion/setup@v4.0.0
with:
versionSpec: '5.12.x'
- - uses: gittools/actions/gitversion/execute@v3.2.1
+ - uses: gittools/actions/gitversion/execute@v4.0.0
id: gitversion
- uses: actions/setup-dotnet@v4
with: