From 6f32d7b1de84153569f753f6ce29fb071e836c07 Mon Sep 17 00:00:00 2001 From: Nils Andresen Date: Mon, 1 May 2023 23:14:01 +0200 Subject: [PATCH 01/39] (#202) Bump GitHub machines --- .github/workflows/build.yml | 2 +- .github/workflows/codeql-analysis.yml | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9be11a63..5be71a92 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ windows-2019, ubuntu-18.04, macos-10.15 ] + os: [ windows-2022, ubuntu-22.04, macos-12 ] env: AZURE_PASSWORD: ${{ secrets.AZURE_PASSWORD }} diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 98f3b158..55cbeae5 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -21,7 +21,7 @@ env: jobs: analyze: name: Analyze - runs-on: ubuntu-18.04 + runs-on: ubuntu-22.04 strategy: fail-fast: false @@ -40,7 +40,10 @@ jobs: - uses: actions/setup-dotnet@v3.0.3 with: - dotnet-version: 7.0.x + dotnet-version: | + 5.0.x + 6.0.x + 7.0.x - name: Cache Tools uses: actions/cache@v3 From 19945533a1aeb4794becc683ba76d14ce51362e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 21:42:12 +0000 Subject: [PATCH 02/39] (maint) Update dependency Shouldly to v4.2.1 --- src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj index 83ecde91..36733169 100644 --- a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj +++ b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj @@ -22,7 +22,7 @@ all - + all runtime; build; native; contentfiles; analyzers; buildtransitive From 8ab2ec53de96a5f61b223f9d1bc94ac41241fcaa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 21:52:04 +0000 Subject: [PATCH 03/39] (maint) Update dependency IDisposableAnalyzers to v4.0.6 --- src/Cake.AsciiDoctorJ/Cake.AsciiDoctorJ.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.AsciiDoctorJ/Cake.AsciiDoctorJ.csproj b/src/Cake.AsciiDoctorJ/Cake.AsciiDoctorJ.csproj index f8261d90..27842498 100644 --- a/src/Cake.AsciiDoctorJ/Cake.AsciiDoctorJ.csproj +++ b/src/Cake.AsciiDoctorJ/Cake.AsciiDoctorJ.csproj @@ -39,7 +39,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From 8ca8d514104c596cea0d87b9cb0f654aaff2bef0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 22:01:11 +0000 Subject: [PATCH 04/39] (maint) Update dependency Microsoft.NET.Test.Sdk to v17.5.0 --- src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj index 36733169..00c8ff30 100644 --- a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj +++ b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj @@ -16,7 +16,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all From 4d22d6bf05b89d5e5ec3f2f374992524cea2b770 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 22:13:18 +0000 Subject: [PATCH 05/39] (maint) Update dependency dotnet-sdk to v7.0.203 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index b6ff0a69..3b4ff855 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "7.0.102", + "version": "7.0.203", "rollForward": "latestFeature" } } From 70dd4f25233c0d6a2569c78057f46aa7e1388010 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 04:47:12 +0000 Subject: [PATCH 06/39] (maint) Update actions/setup-dotnet action to v3.2.0 --- .github/workflows/build.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5be71a92..a8c43704 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,7 +47,7 @@ jobs: uses: actions/checkout@v3 - name: Fetch all tags and branches run: git fetch --prune --unshallow - - uses: actions/setup-dotnet@v3.0.3 + - uses: actions/setup-dotnet@v3.2.0 with: dotnet-version: | 2.1.818 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 55cbeae5..d1ea17d6 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -38,7 +38,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/setup-dotnet@v3.0.3 + - uses: actions/setup-dotnet@v3.2.0 with: dotnet-version: | 5.0.x From d3eac7eb5c5ed9ab142c6cdf81aca3ca2c77e2a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 07:09:25 +0000 Subject: [PATCH 07/39] (maint) Update dependency coverlet.msbuild to v6 --- src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj index 00c8ff30..979050d9 100644 --- a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj +++ b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj @@ -12,7 +12,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all From 695ab4ec64b89e22950c5dacce452204d4ec7632 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 12:56:11 +0000 Subject: [PATCH 08/39] (maint) Update dependency Microsoft.NET.Test.Sdk to v17.6.3 --- src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj index 979050d9..6e49d49d 100644 --- a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj +++ b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj @@ -16,7 +16,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all From cf1eef6545234431f8896818e7c0d69fb906f580 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 22:35:12 +0000 Subject: [PATCH 09/39] (maint) Update dependency xunit.analyzers to v1.2.0 --- src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj index 6e49d49d..90a7f6d7 100644 --- a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj +++ b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj @@ -28,7 +28,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + runtime; build; native; contentfiles; analyzers all From c85663e41f4fbaf43f13c4e92940c7a2cf5397b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 23:16:11 +0000 Subject: [PATCH 10/39] (maint) Update dependency dotnet-sdk to v7.0.305 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 3b4ff855..a2be3a3e 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "7.0.203", + "version": "7.0.305", "rollForward": "latestFeature" } } From 996fd3ad7e350b71bad01faf2364cc0032a95c20 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 23:20:13 +0000 Subject: [PATCH 11/39] (maint) Update dependency xunit to v2.5.0 --- src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj index 90a7f6d7..66d19a32 100644 --- a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj +++ b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj @@ -27,7 +27,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + runtime; build; native; contentfiles; analyzers From 1a12ccf081c95c5c9a206cd1c133b31501a59f6d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Jul 2023 22:40:27 +0000 Subject: [PATCH 12/39] (maint) Update dependency Cake.Testing to v3.1.0 --- src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj index 66d19a32..9250ac10 100644 --- a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj +++ b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj @@ -11,7 +11,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all From 40bbdea696f165f16f062f4fe8ea251eaf6d3dc2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 06:41:59 +0000 Subject: [PATCH 13/39] (maint) Update dependency xunit.runner.visualstudio to v2.5.0 --- src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj index 9250ac10..10d73f90 100644 --- a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj +++ b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj @@ -29,7 +29,7 @@ - + runtime; build; native; contentfiles; analyzers all From b97132e268e9540a0b80b65f86eb477f3ae82112 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 01:50:26 +0000 Subject: [PATCH 14/39] (maint) Update dependency dotnet-sdk to v7.0.306 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index a2be3a3e..72fe6b4a 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "7.0.305", + "version": "7.0.306", "rollForward": "latestFeature" } } From 038d820d15cd8d98f3c8ff848f6ca201387ce566 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 13:02:19 +0000 Subject: [PATCH 15/39] (maint) Update dependency Cake.Recipe to v3.1.1 --- recipe.cake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe.cake b/recipe.cake index 40d71b7d..78601c2a 100644 --- a/recipe.cake +++ b/recipe.cake @@ -1,4 +1,4 @@ -#load nuget:?package=Cake.Recipe&version=3.0.1 +#load nuget:?package=Cake.Recipe&version=3.1.1 Environment.SetVariableNames(); From 3c49f4a8108ab25ede5babf2f63d11e821741024 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Aug 2023 18:40:41 +0000 Subject: [PATCH 16/39] (maint) Update dependency Moq to v4.20.69 --- src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj index 10d73f90..ac2338d5 100644 --- a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj +++ b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj @@ -21,7 +21,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + all From 3b2f11ece25a40f635503944442da8e9e7eef662 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Aug 2023 20:02:58 +0000 Subject: [PATCH 17/39] (maint) Update dependency dotnet-sdk to v7.0.400 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 72fe6b4a..0c4b7f5e 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "7.0.306", + "version": "7.0.400", "rollForward": "latestFeature" } } From 2caebe50ac0640d4c43451d3e3f1004543ba9cd2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Aug 2023 20:08:06 +0000 Subject: [PATCH 18/39] (maint) Update dependency Microsoft.NET.Test.Sdk to v17.7.1 --- src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj index ac2338d5..5b0a18f2 100644 --- a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj +++ b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj @@ -16,7 +16,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all From 18ede328efefcb1a231ea3b170bb850e825e9c85 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Aug 2023 21:08:58 +0000 Subject: [PATCH 19/39] (maint) Update dependency ubuntu to v22 --- .github/workflows/publishDocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publishDocs.yml b/.github/workflows/publishDocs.yml index b7a73a02..6aa9fd2f 100644 --- a/.github/workflows/publishDocs.yml +++ b/.github/workflows/publishDocs.yml @@ -11,7 +11,7 @@ env: jobs: cake: - runs-on: ubuntu-18.04 + runs-on: ubuntu-22.04 steps: - name: checkout From 50f8d3154a6dfc0512277fd0e873534381ba9789 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 10:34:51 +0000 Subject: [PATCH 20/39] (maint) Update dependency Microsoft.NET.Test.Sdk to v17.7.2 --- src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj index 5b0a18f2..a15deede 100644 --- a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj +++ b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj @@ -16,7 +16,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all From 4c56218e327a59c14010496be6b89eb4e7805ffc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 14:50:16 +0000 Subject: [PATCH 21/39] (maint) Update actions/checkout action to v4 --- .github/workflows/build.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/publishDocs.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a8c43704..16ffe55d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Fetch all tags and branches run: git fetch --prune --unshallow - uses: actions/setup-dotnet@v3.2.0 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index d1ea17d6..49c2031b 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/publishDocs.yml b/.github/workflows/publishDocs.yml index 6aa9fd2f..73740490 100644 --- a/.github/workflows/publishDocs.yml +++ b/.github/workflows/publishDocs.yml @@ -15,7 +15,7 @@ jobs: steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Fetch all tags and branches run: git fetch --prune --unshallow From cf4ecace959eeead05b4b720b6a1d6c0bb8451ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 15:32:51 +0000 Subject: [PATCH 22/39] (maint) Update dependency IDisposableAnalyzers to v4.0.7 --- src/Cake.AsciiDoctorJ/Cake.AsciiDoctorJ.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.AsciiDoctorJ/Cake.AsciiDoctorJ.csproj b/src/Cake.AsciiDoctorJ/Cake.AsciiDoctorJ.csproj index 27842498..4c0eb9b0 100644 --- a/src/Cake.AsciiDoctorJ/Cake.AsciiDoctorJ.csproj +++ b/src/Cake.AsciiDoctorJ/Cake.AsciiDoctorJ.csproj @@ -39,7 +39,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From 8513373523acba07ce198fc70a9e5fae235e1b14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 09:19:00 +0000 Subject: [PATCH 23/39] (maint) Update dependency dotnet-sdk to v7.0.401 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 0c4b7f5e..f79dc3ea 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "7.0.400", + "version": "7.0.401", "rollForward": "latestFeature" } } From 4eddcfdc17f603ea07d91519c3511d1a96d7f740 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 02:01:05 +0000 Subject: [PATCH 24/39] (maint) Update dependency xunit.analyzers to v1.3.0 --- src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj index a15deede..9bab7e48 100644 --- a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj +++ b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj @@ -28,7 +28,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + runtime; build; native; contentfiles; analyzers all From 0004239d4ef51b1f45c14f21da4ec1f153141f48 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 16:22:58 +0000 Subject: [PATCH 25/39] (maint) Update dependency dotnet-sdk to v7.0.402 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index f79dc3ea..849a9ae9 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "7.0.401", + "version": "7.0.402", "rollForward": "latestFeature" } } From 6c7c14ff730b0542cd92bed1aca409238c84ad37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 14:46:23 +0000 Subject: [PATCH 26/39] (maint) Update xunit-dotnet monorepo to v2.5.1 --- src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj index 9bab7e48..3e84bee1 100644 --- a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj +++ b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj @@ -27,9 +27,9 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + - + runtime; build; native; contentfiles; analyzers all From ff369e295f24074ec1e8d83d4c17ef899f5782c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 04:44:34 +0000 Subject: [PATCH 27/39] (maint) Update xunit-dotnet monorepo --- src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj index 3e84bee1..2b40cb52 100644 --- a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj +++ b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj @@ -27,9 +27,9 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - - + + + runtime; build; native; contentfiles; analyzers all From e40816ef500491a1b12ef131cde4993536d9cbdd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 23:05:02 +0000 Subject: [PATCH 28/39] (maint) Update dependency xunit to v2.5.3 --- src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj index 2b40cb52..02eaedcb 100644 --- a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj +++ b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj @@ -27,7 +27,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + runtime; build; native; contentfiles; analyzers From c358b41c55e004fae8ec56ee61e8fa1b9bdb0307 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 16:57:38 +0000 Subject: [PATCH 29/39] (maint) Update dependency dotnet-sdk to v7.0.403 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 849a9ae9..baef153b 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "7.0.402", + "version": "7.0.403", "rollForward": "latestFeature" } } From 653bcfa38c3b7d7bb15c86ff2d0b0eb9dfadef18 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 00:28:33 +0000 Subject: [PATCH 30/39] (maint) Update dependency xunit to v2.6.0 --- src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj index 02eaedcb..118121e5 100644 --- a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj +++ b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj @@ -27,7 +27,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + runtime; build; native; contentfiles; analyzers From c80f520d46cc6e9212f53bc00cfa36bf5770cea2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 20:08:09 +0000 Subject: [PATCH 31/39] (maint) Update dependency xunit to v2.6.1 --- src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj index 118121e5..a7709d4a 100644 --- a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj +++ b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj @@ -27,7 +27,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + runtime; build; native; contentfiles; analyzers From a55f97f6477bf5f15d244027cd653bc1299e2b3a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 18:29:36 +0000 Subject: [PATCH 32/39] (maint) Update dependency Microsoft.NET.Test.Sdk to v17.8.0 --- src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj index a7709d4a..09a186f2 100644 --- a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj +++ b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj @@ -16,7 +16,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all From fbc88d66f87778bae1ec902576b1a25db47fbc66 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 01:09:47 +0000 Subject: [PATCH 33/39] (maint) Update dependency xunit.analyzers to v1.5.0 --- src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj index 09a186f2..a481ca91 100644 --- a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj +++ b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj @@ -28,7 +28,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + runtime; build; native; contentfiles; analyzers all From 1ed07530e20f10babe4dd225d4141c793935cfed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 07:44:56 +0000 Subject: [PATCH 34/39] (maint) Update dependency Cake.Testing to v3.2.0 --- src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj index a481ca91..34ace76f 100644 --- a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj +++ b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj @@ -11,7 +11,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all From d5d828306de76729250847187d58f6a3890c57c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 19:56:04 +0000 Subject: [PATCH 35/39] (maint) Update dependency Microsoft.SourceLink.GitHub to v8 --- src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj | 2 +- src/Cake.AsciiDoctorJ/Cake.AsciiDoctorJ.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj index 34ace76f..c299fcb8 100644 --- a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj +++ b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj @@ -17,7 +17,7 @@ all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/src/Cake.AsciiDoctorJ/Cake.AsciiDoctorJ.csproj b/src/Cake.AsciiDoctorJ/Cake.AsciiDoctorJ.csproj index 4c0eb9b0..9e07f5fe 100644 --- a/src/Cake.AsciiDoctorJ/Cake.AsciiDoctorJ.csproj +++ b/src/Cake.AsciiDoctorJ/Cake.AsciiDoctorJ.csproj @@ -47,7 +47,7 @@ runtime; build; native; contentfiles; analyzers all - + all runtime; build; native; contentfiles; analyzers; buildtransitive From cf30bc20f1ec8435ab5d53524347b7923a37ebda Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 17:31:23 +0000 Subject: [PATCH 36/39] (maint) Update dependency dotnet-sdk to v8 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index baef153b..391ba3c2 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "7.0.403", + "version": "8.0.100", "rollForward": "latestFeature" } } From e68b0eb5cffbc6a8abc2552bb9db072b8ab29aea Mon Sep 17 00:00:00 2001 From: Nils Andresen Date: Thu, 16 Nov 2023 20:22:26 +0100 Subject: [PATCH 37/39] add .net 8.0 to GitHub Actions --- .github/workflows/build.yml | 11 ++++++----- .github/workflows/codeql-analysis.yml | 5 ++--- .github/workflows/publishDocs.yml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 16ffe55d..62c883b1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,11 +50,12 @@ jobs: - uses: actions/setup-dotnet@v3.2.0 with: dotnet-version: | - 2.1.818 - 3.1.x - 5.0.x - 6.0.x - 7.0.x + 2.1 + 3.1 + 5.0 + 6.0 + 7.0 + 8.0 - name: Cache Tools uses: actions/cache@v3 with: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 49c2031b..70523f2f 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -41,9 +41,8 @@ jobs: - uses: actions/setup-dotnet@v3.2.0 with: dotnet-version: | - 5.0.x - 6.0.x - 7.0.x + 5.0 + 8.0 - name: Cache Tools uses: actions/cache@v3 diff --git a/.github/workflows/publishDocs.yml b/.github/workflows/publishDocs.yml index 73740490..020f3655 100644 --- a/.github/workflows/publishDocs.yml +++ b/.github/workflows/publishDocs.yml @@ -19,7 +19,7 @@ jobs: - name: Fetch all tags and branches run: git fetch --prune --unshallow - + - name: Cache Tools uses: actions/cache@v3 with: From 7faf23cd311f9fb1b0a945558f820706c4f4e1d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Nov 2023 02:10:30 +0000 Subject: [PATCH 38/39] (maint) Update xunit-dotnet monorepo --- src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj index c299fcb8..9c13cccd 100644 --- a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj +++ b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj @@ -27,9 +27,9 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - - + + + runtime; build; native; contentfiles; analyzers all From ceee73db3ebe511bcee75d7bc3b844ea9e8f199b Mon Sep 17 00:00:00 2001 From: Nils Andresen Date: Tue, 21 Nov 2023 00:48:01 +0100 Subject: [PATCH 39/39] (#242) Update Cake.Core to 4.0.0 And CakeContribGuidelines to 1.5.1 --- nuget.config | 6 ------ .../Cake.AsciiDoctorJ.Tests.csproj | 9 +++++++-- src/Cake.AsciiDoctorJ/Cake.AsciiDoctorJ.csproj | 6 +++--- 3 files changed, 10 insertions(+), 11 deletions(-) delete mode 100644 nuget.config diff --git a/nuget.config b/nuget.config deleted file mode 100644 index 9e92e80c..00000000 --- a/nuget.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj index 9c13cccd..fb715e9d 100644 --- a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj +++ b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj @@ -1,8 +1,13 @@ + netcoreapp3.1 - net6.0;net7.0 + net6.0;net7.0;net8.0 ..\Cake.AsciiDoctorJ.ruleset false @@ -11,7 +16,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/src/Cake.AsciiDoctorJ/Cake.AsciiDoctorJ.csproj b/src/Cake.AsciiDoctorJ/Cake.AsciiDoctorJ.csproj index 9e07f5fe..7d0815b8 100644 --- a/src/Cake.AsciiDoctorJ/Cake.AsciiDoctorJ.csproj +++ b/src/Cake.AsciiDoctorJ/Cake.AsciiDoctorJ.csproj @@ -1,6 +1,6 @@ - net6.0;net7.0 + net6.0;net7.0;net8.0 true true $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb @@ -37,8 +37,8 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive