From cc9baa7e540e15aee79d1b5a695b4e02b01f3243 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 17:31:35 +0000 Subject: [PATCH 1/2] Bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0 Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.2 to 17.8.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/vstest/compare/v17.7.2...v17.8.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tests/PSRule.Tests/PSRule.Tests.csproj | 2 +- tests/PSRule.Tool.Tests/PSRule.Tool.Tests.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/PSRule.Tests/PSRule.Tests.csproj b/tests/PSRule.Tests/PSRule.Tests.csproj index f9054cd33c..c714273222 100644 --- a/tests/PSRule.Tests/PSRule.Tests.csproj +++ b/tests/PSRule.Tests/PSRule.Tests.csproj @@ -10,7 +10,7 @@ - + diff --git a/tests/PSRule.Tool.Tests/PSRule.Tool.Tests.csproj b/tests/PSRule.Tool.Tests/PSRule.Tool.Tests.csproj index 16b83a337a..bc17f2a9e3 100644 --- a/tests/PSRule.Tool.Tests/PSRule.Tool.Tests.csproj +++ b/tests/PSRule.Tool.Tests/PSRule.Tool.Tests.csproj @@ -10,7 +10,7 @@ - + all From 6bd138a3c76c0840844fa43d91c76b14b6e868ea Mon Sep 17 00:00:00 2001 From: Bernie White Date: Tue, 28 Nov 2023 03:37:36 +1000 Subject: [PATCH 2/2] Bump change log --- docs/CHANGELOG-v3.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/CHANGELOG-v3.md b/docs/CHANGELOG-v3.md index 29653ddea6..bbe9f23228 100644 --- a/docs/CHANGELOG-v3.md +++ b/docs/CHANGELOG-v3.md @@ -32,6 +32,8 @@ What's changed since pre-release v3.0.0-B0093: - Engineering: - Bump xunit to v2.6.2. [#1679](https://github.com/microsoft/PSRule/pull/1679) + - Bump Microsoft.NET.Test.Sdk to v17.8.0. + [#1659](https://github.com/microsoft/PSRule/pull/1659) ## v3.0.0-B0093 (pre-release)