From 99397d7a61e804224bc7eb59a6486f9177fdb843 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 04:59:06 +0000 Subject: [PATCH 1/2] deps: Update dependency PublicApiGenerator to version 10.5.0 Updates-dependency: PublicApiGenerator Updates-dependency-from-version: 10.3.0 Updates-dependency-to-version: 10.5.0 --- src/GhBadgesSharp.Test/GhBadgesSharp.Test.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GhBadgesSharp.Test/GhBadgesSharp.Test.csproj b/src/GhBadgesSharp.Test/GhBadgesSharp.Test.csproj index 74ffeb5..ad877c7 100644 --- a/src/GhBadgesSharp.Test/GhBadgesSharp.Test.csproj +++ b/src/GhBadgesSharp.Test/GhBadgesSharp.Test.csproj @@ -14,7 +14,7 @@ - + From 273bfee3893e16bfea3b8f049c02aa4861d20717 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 7 Mar 2023 04:59:44 +0000 Subject: [PATCH 2/2] Update NuGet lock file --- src/GhBadgesSharp.Test/packages.lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/GhBadgesSharp.Test/packages.lock.json b/src/GhBadgesSharp.Test/packages.lock.json index 149df82..2994cbb 100644 --- a/src/GhBadgesSharp.Test/packages.lock.json +++ b/src/GhBadgesSharp.Test/packages.lock.json @@ -49,12 +49,12 @@ }, "PublicApiGenerator": { "type": "Direct", - "requested": "[10.3.0, )", - "resolved": "10.3.0", - "contentHash": "JUsbiQxsOWoQqayp3Ye/okdftKMPsynhDA/tGEWHWSi1HtgCqh3dRtXaVCGnTnAcqMHPel6/Lhj4tQD1hCDSlw==", + "requested": "[10.5.0, )", + "resolved": "10.5.0", + "contentHash": "75vaZS1fwOMWrhb1or22Tb5+8iVYqHcZ7QutVAlfnShsgHwcQMG1mgqpQsKlpi+FK9Y03ndtyuupcz+bnKh8Iw==", "dependencies": { "Mono.Cecil": "0.11.4", - "System.CodeDom": "6.0.0" + "System.CodeDom": "7.0.0" } }, "xunit": {