From d7d437924be77d8886a129a1ea857800487dfccd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Nov 2023 07:42:46 +0000 Subject: [PATCH 1/2] Bump xunit.runner.visualstudio from 2.5.1 to 2.5.3 Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.1 to 2.5.3. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.1...2.5.3) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tests/PSRule.Rules.Azure.Tests/PSRule.Rules.Azure.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/PSRule.Rules.Azure.Tests/PSRule.Rules.Azure.Tests.csproj b/tests/PSRule.Rules.Azure.Tests/PSRule.Rules.Azure.Tests.csproj index 67bd33f66a4..d9adfaca758 100644 --- a/tests/PSRule.Rules.Azure.Tests/PSRule.Rules.Azure.Tests.csproj +++ b/tests/PSRule.Rules.Azure.Tests/PSRule.Rules.Azure.Tests.csproj @@ -14,7 +14,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From 514249287fecc7029611274ad69d837dd59f78a8 Mon Sep 17 00:00:00 2001 From: Bernie White Date: Sat, 4 Nov 2023 23:56:25 +1000 Subject: [PATCH 2/2] Bump change log --- docs/CHANGELOG-v1.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/CHANGELOG-v1.md b/docs/CHANGELOG-v1.md index df305fd822e..4259dd94b82 100644 --- a/docs/CHANGELOG-v1.md +++ b/docs/CHANGELOG-v1.md @@ -37,6 +37,8 @@ What's changed since pre-release v1.31.0-B0020: [#2508](https://github.com/Azure/PSRule.Rules.Azure/pull/2508) - Bump xunit to v2.6.1. [#2514](https://github.com/Azure/PSRule.Rules.Azure/pull/2514) + - Bump xunit.runner.visualstudio to v2.5.3. + [#2486](https://github.com/Azure/PSRule.Rules.Azure/pull/2486) - Bug fixes: - Fixed dependency ordering with symbolic name by @BernieWhite. [#2505](https://github.com/Azure/PSRule.Rules.Azure/issues/2505)