From 989c585170ba1bb517c51068dae10f88fe9d1004 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jun 2023 07:09:51 +0200 Subject: [PATCH 01/30] Bump Shouldly from 4.1.0 to 4.2.1 in /src (#170) Bumps [Shouldly](https://github.com/shouldly/shouldly) from 4.1.0 to 4.2.1. - [Release notes](https://github.com/shouldly/shouldly/releases) - [Changelog](https://github.com/shouldly/shouldly/blob/master/BREAKING%20CHANGES.txt) - [Commits](https://github.com/shouldly/shouldly/compare/4.1.0...4.2.1) --- updated-dependencies: - dependency-name: Shouldly dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../Cake.Issues.GitRepository.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj b/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj index e97de88..33dac35 100644 --- a/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj +++ b/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj @@ -32,7 +32,7 @@ 3.0.0 - 4.1.0 + 4.2.1 1.1.118 From 2199e6009f825a08bb1d0defa32519501ee0ff9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 08:22:39 +0200 Subject: [PATCH 02/30] Bump Microsoft.NET.Test.Sdk from 17.6.2 to 17.6.3 in /src (#171) Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.6.2 to 17.6.3. - [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.6.2...v17.6.3) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../Cake.Issues.GitRepository.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj b/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj index 33dac35..1c51eeb 100644 --- a/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj +++ b/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj @@ -39,7 +39,7 @@ runtime; build; native; contentfiles; analyzers all - + 2.4.2 From f5e386e3ddd71273bb779040c73e6175b598f5a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 00:40:05 +0200 Subject: [PATCH 03/30] Configure Renovate (#172) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Pascal Berger --- .github/dependabot.yml | 21 --------------------- .github/renovate.json | 6 ++++++ 2 files changed, 6 insertions(+), 21 deletions(-) delete mode 100644 .github/dependabot.yml create mode 100644 .github/renovate.json diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 409c718..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,21 +0,0 @@ -version: 2 -updates: -- package-ecosystem: nuget - directory: "/src" - schedule: - interval: daily - time: "04:00" - open-pull-requests-limit: 10 - ignore: - - dependency-name: Cake.Core - versions: - - "(,3.0)" - - dependency-name: Cake.Testing - versions: - - "(,3.0)" - - dependency-name: Cake.Issues - versions: - - "> 1.0.0, < 2" - - dependency-name: Cake.Issues.Testing - versions: - - "> 1.0.0, < 2" diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..8588d1c --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "github>cake-contrib/renovate-presets:cake-issues" + ] +} From 12f69bb8473a34914412ddbf469d8e62a3177a69 Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Thu, 6 Jul 2023 00:42:36 +0200 Subject: [PATCH 04/30] Add Visual Studio Code configuration (#176) --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..23de187 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "dotnet.defaultSolution": "src\\Cake.Issues.GitRepository.sln" +} \ No newline at end of file From ed99b89a3f0054194f3fecb2649b721b192ab58a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 23:07:59 +0000 Subject: [PATCH 05/30] Update dependency Cake.Recipe to v3.0.1 (#173) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- recipe.cake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe.cake b/recipe.cake index 86ab2d7..ae7c3f4 100644 --- a/recipe.cake +++ b/recipe.cake @@ -1,4 +1,4 @@ -#load nuget:?package=Cake.Recipe&version=3.0.0 +#load nuget:?package=Cake.Recipe&version=3.0.1 //************************************************************************************************* // Settings From b2c71af18b0b126fd8390d2b0be25583eec306db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 09:13:00 +0200 Subject: [PATCH 06/30] Update dependency xunit to v2.5.0 (#177) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .../Cake.Issues.GitRepository.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj b/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj index 1c51eeb..6aa7622 100644 --- a/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj +++ b/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj @@ -41,7 +41,7 @@ - 2.4.2 + 2.5.0 2.4.5 From e33392d6c12cd0783cc13a6d5428c80f51ad7694 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 15:25:32 +0200 Subject: [PATCH 07/30] Update dependency xunit.runner.visualstudio to v2.5.0 (#178) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .../Cake.Issues.GitRepository.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj b/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj index 6aa7622..105c47a 100644 --- a/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj +++ b/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj @@ -44,7 +44,7 @@ 2.5.0 - 2.4.5 + 2.5.0 runtime; build; native; contentfiles; analyzers all From bfcf712441acf5923103b3bb842809ddf7cf665a Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Sun, 16 Jul 2023 18:11:41 +0200 Subject: [PATCH 08/30] (GH-103) Replace Gitter with GitHub discussions (#180) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6e4e2c4..61edab1 100644 --- a/README.md +++ b/README.md @@ -32,11 +32,11 @@ and for general information about the Cake build automation system see the [Cake - [Documentation](https://cakeissues.net) -## Chat Room +## Discussion -Come join in the conversation about this addin in our Gitter Chat Room. +For questions and to discuss ideas & feature requests, use the [GitHub discussions on the Cake GitHub repository](https://github.com/cake-build/cake/discussions), under the [Extension Q&A](https://github.com/cake-build/cake/discussions/categories/extension-q-a) category. -[![Join the chat at https://gitter.im/cake-contrib/Lobby](https://badges.gitter.im/cake-contrib/Lobby.svg)](https://gitter.im/cake-contrib/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +[![Join in the discussion on the Cake repository](https://img.shields.io/badge/GitHub-Discussions-green?logo=github)](https://github.com/cake-build/cake/discussions) ## Contributing From 4ce17cec036e2a25d92637b91288250f7b6ef8f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 23:40:52 +0200 Subject: [PATCH 09/30] Update dependency Microsoft.NET.Test.Sdk to v17.7.0 (#181) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .../Cake.Issues.GitRepository.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj b/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj index 02a2605..2646853 100644 --- a/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj +++ b/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj @@ -39,7 +39,7 @@ runtime; build; native; contentfiles; analyzers all - + 2.5.0 From 4a9e296a79063858acf36566845f78dfc8142a6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 17:28:10 +0200 Subject: [PATCH 10/30] Update dependency Microsoft.NET.Test.Sdk to v17.7.1 (#182) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .../Cake.Issues.GitRepository.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj b/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj index 2646853..de4c03b 100644 --- a/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj +++ b/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj @@ -39,7 +39,7 @@ runtime; build; native; contentfiles; analyzers all - + 2.5.0 From e958cfbea5eade8d63aecd95c64e120d90a4a00d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 18:46:09 +0200 Subject: [PATCH 11/30] Update dependency Cake.Recipe to v3.1.1 (#183) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- recipe.cake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe.cake b/recipe.cake index 199bfeb..4428f6f 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 //************************************************************************************************* // Settings From d848569ffbeceafebf07f6492eec2ba3f80b5101 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 10:09:44 +0200 Subject: [PATCH 12/30] Update dependency Microsoft.CodeAnalysis.NetAnalyzers to v7.0.4 (#184) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- src/Cake.Issues.GitRepository/Cake.Issues.GitRepository.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.Issues.GitRepository/Cake.Issues.GitRepository.csproj b/src/Cake.Issues.GitRepository/Cake.Issues.GitRepository.csproj index a42b318..475730d 100644 --- a/src/Cake.Issues.GitRepository/Cake.Issues.GitRepository.csproj +++ b/src/Cake.Issues.GitRepository/Cake.Issues.GitRepository.csproj @@ -33,7 +33,7 @@ 3.0.0 - + all runtime; build; native; contentfiles; analyzers; buildtransitive From 769b0755a4860821ea53ee81791ba48c228983cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 12:15:34 +0200 Subject: [PATCH 13/30] Update dependency Microsoft.NET.Test.Sdk to v17.7.2 (#185) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .../Cake.Issues.GitRepository.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj b/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj index de4c03b..aeb0784 100644 --- a/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj +++ b/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj @@ -39,7 +39,7 @@ runtime; build; native; contentfiles; analyzers all - + 2.5.0 From ea17d04cc75ba753c66c3d391ea2395f9970acdc Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Fri, 15 Sep 2023 01:13:29 +0200 Subject: [PATCH 14/30] Update .NET version in AppVeyor build (#186) --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index f7f80b0..1cfb4e1 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -11,8 +11,8 @@ install: - ps: mkdir $env:DOTNET_INSTALL_DIR -Force | Out-Null - ps: Invoke-WebRequest -Uri "https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.ps1" -OutFile "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" - ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 5.0.408 -InstallDir $env:DOTNET_INSTALL_DIR' - - ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 6.0.405 -InstallDir $env:DOTNET_INSTALL_DIR' - - ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 7.0.102 -InstallDir $env:DOTNET_INSTALL_DIR' + - ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 6.0.414 -InstallDir $env:DOTNET_INSTALL_DIR' + - ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 7.0.401 -InstallDir $env:DOTNET_INSTALL_DIR' - ps: $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path" - ps: dotnet --info From 166accd62b4b0368de7c8ee6062539a274f88739 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 07:13:23 +0200 Subject: [PATCH 15/30] Update xunit-dotnet monorepo to v2.5.1 (#187) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .../Cake.Issues.GitRepository.Tests.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj b/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj index aeb0784..7ffe887 100644 --- a/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj +++ b/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj @@ -41,10 +41,10 @@ - 2.5.0 + 2.5.1 - 2.5.0 + 2.5.1 runtime; build; native; contentfiles; analyzers all From bcf94fcdd815aa1a0b7e5ee93bbcdb30031bb3a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 15:53:25 +0200 Subject: [PATCH 16/30] Update xunit-dotnet monorepo (#188) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .../Cake.Issues.GitRepository.Tests.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj b/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj index 7ffe887..c1c58e8 100644 --- a/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj +++ b/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj @@ -41,10 +41,10 @@ - 2.5.1 + 2.5.2 - 2.5.1 + 2.5.3 runtime; build; native; contentfiles; analyzers all From 2a918240bb914d5314a437eb846e032531c11c73 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 22:31:06 +0000 Subject: [PATCH 17/30] Update dependency xunit to v2.5.3 (#189) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .../Cake.Issues.GitRepository.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj b/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj index c1c58e8..53c749a 100644 --- a/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj +++ b/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj @@ -41,7 +41,7 @@ - 2.5.2 + 2.5.3 2.5.3 From f3d93bd0a41f2adb1a7a0087cb469d4df1fffc95 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 07:48:32 +0100 Subject: [PATCH 18/30] Update dependency xunit to v2.6.0 (#190) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .../Cake.Issues.GitRepository.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj b/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj index 53c749a..fec7f64 100644 --- a/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj +++ b/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj @@ -41,7 +41,7 @@ - 2.5.3 + 2.6.0 2.5.3 From 077dc2028eca481c767e659d4d1f41c9567c0ba3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 20:55:08 +0100 Subject: [PATCH 19/30] Update dependency xunit to v2.6.1 (#191) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .../Cake.Issues.GitRepository.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj b/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj index fec7f64..111dae3 100644 --- a/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj +++ b/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj @@ -41,7 +41,7 @@ - 2.6.0 + 2.6.1 2.5.3 From 3d37e942a883a181dbdd09001e50a238c76491f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 18:08:06 +0000 Subject: [PATCH 20/30] Update dependency Microsoft.NET.Test.Sdk to v17.8.0 (#192) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .../Cake.Issues.GitRepository.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj b/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj index 111dae3..c96520d 100644 --- a/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj +++ b/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj @@ -39,7 +39,7 @@ runtime; build; native; contentfiles; analyzers all - + 2.6.1 From fb0b46bd144b1dab7b217ee99c0435d45a8b5e43 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 20:33:30 +0000 Subject: [PATCH 21/30] Update dependency Microsoft.CodeAnalysis.NetAnalyzers to v8 (#193) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- src/Cake.Issues.GitRepository/Cake.Issues.GitRepository.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.Issues.GitRepository/Cake.Issues.GitRepository.csproj b/src/Cake.Issues.GitRepository/Cake.Issues.GitRepository.csproj index 475730d..4fdd11b 100644 --- a/src/Cake.Issues.GitRepository/Cake.Issues.GitRepository.csproj +++ b/src/Cake.Issues.GitRepository/Cake.Issues.GitRepository.csproj @@ -33,7 +33,7 @@ 3.0.0 - + all runtime; build; native; contentfiles; analyzers; buildtransitive From b17efb845f67aec5961ada7410f2c3490f0d96cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Nov 2023 20:18:16 +0100 Subject: [PATCH 22/30] Update xunit-dotnet monorepo (#195) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .../Cake.Issues.GitRepository.Tests.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj b/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj index c96520d..8efa202 100644 --- a/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj +++ b/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj @@ -41,10 +41,10 @@ - 2.6.1 + 2.6.2 - 2.5.3 + 2.5.4 runtime; build; native; contentfiles; analyzers all From 3ba82a6b41763f53c8885f4bf45b6018835477e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 11:33:12 +0100 Subject: [PATCH 23/30] Update xunit-dotnet monorepo (#196) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .../Cake.Issues.GitRepository.Tests.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj b/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj index 8efa202..0d4db40 100644 --- a/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj +++ b/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj @@ -41,10 +41,10 @@ - 2.6.2 + 2.6.3 - 2.5.4 + 2.5.5 runtime; build; native; contentfiles; analyzers all From b8cb8f09335266b95405eb284826ad23b6134b7f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 22:44:05 +0100 Subject: [PATCH 24/30] Update cake monorepo to v4 (major) (#194) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Pascal Berger --- .../Cake.Issues.GitRepository.Tests.csproj | 2 +- src/Cake.Issues.GitRepository/Cake.Issues.GitRepository.csproj | 2 +- tests/script-runner/.config/dotnet-tools.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj b/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj index 0d4db40..765eeb7 100644 --- a/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj +++ b/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj @@ -29,7 +29,7 @@ 3.0.0 - 3.0.0 + 4.0.0 4.2.1 diff --git a/src/Cake.Issues.GitRepository/Cake.Issues.GitRepository.csproj b/src/Cake.Issues.GitRepository/Cake.Issues.GitRepository.csproj index 4fdd11b..065274c 100644 --- a/src/Cake.Issues.GitRepository/Cake.Issues.GitRepository.csproj +++ b/src/Cake.Issues.GitRepository/Cake.Issues.GitRepository.csproj @@ -28,7 +28,7 @@ - 3.0.0 + 4.0.0 3.0.0 diff --git a/tests/script-runner/.config/dotnet-tools.json b/tests/script-runner/.config/dotnet-tools.json index a37608c..7b34695 100644 --- a/tests/script-runner/.config/dotnet-tools.json +++ b/tests/script-runner/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "cake.tool": { - "version": "3.0.0", + "version": "4.0.0", "commands": [ "dotnet-cake" ] From 332bbf73f9e47d71c08641b1f6ca0f2eae9d2fad Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Mon, 11 Dec 2023 23:13:28 +0100 Subject: [PATCH 25/30] Multi-Target .NET 6, .NET 7 & .NET 8 (#200) --- .appveyor.yml | 1 + azure-pipelines.yml | 4 + nuspec/nuget/Cake.Issues.GitRepository.nuspec | 3 + .../GitRunnerFixture.cs | 2 +- .../Cake.Issues.GitRepository.csproj | 2 +- .../GitRepositoryIssuesProvider.cs | 79 +++++++++---------- src/Cake.Issues.GitRepository/GitRunner.cs | 32 +++----- .../GitRunnerSettings.cs | 2 +- src/Directory.Build.props | 5 ++ 9 files changed, 65 insertions(+), 65 deletions(-) create mode 100644 src/Directory.Build.props diff --git a/.appveyor.yml b/.appveyor.yml index 1cfb4e1..1b4c9f0 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -13,6 +13,7 @@ install: - ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 5.0.408 -InstallDir $env:DOTNET_INSTALL_DIR' - ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 6.0.414 -InstallDir $env:DOTNET_INSTALL_DIR' - ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 7.0.401 -InstallDir $env:DOTNET_INSTALL_DIR' + - ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 8.0.100 -InstallDir $env:DOTNET_INSTALL_DIR' - ps: $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path" - ps: dotnet --info diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 54bf7ec..8576409 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -28,6 +28,10 @@ jobs: inputs: version: '7.x' displayName: 'Install .NET 7' + - task: UseDotNet@2 + inputs: + version: '8.x' + displayName: 'Install .NET 8' - powershell: ./build.ps1 displayName: 'Build' - publish: $(Build.SourcesDirectory)/BuildArtifacts/Packages/NuGet diff --git a/nuspec/nuget/Cake.Issues.GitRepository.nuspec b/nuspec/nuget/Cake.Issues.GitRepository.nuspec index 5629f98..9a4bc7a 100644 --- a/nuspec/nuget/Cake.Issues.GitRepository.nuspec +++ b/nuspec/nuget/Cake.Issues.GitRepository.nuspec @@ -34,5 +34,8 @@ See the Project Site for an overview of the whole ecosystem of addins for workin + + + diff --git a/src/Cake.Issues.GitRepository.Tests/GitRunnerFixture.cs b/src/Cake.Issues.GitRepository.Tests/GitRunnerFixture.cs index 6a042b7..2c83ac9 100644 --- a/src/Cake.Issues.GitRepository.Tests/GitRunnerFixture.cs +++ b/src/Cake.Issues.GitRepository.Tests/GitRunnerFixture.cs @@ -5,7 +5,7 @@ internal class GitRunnerFixture : ToolFixture { - private readonly List standardOutput = new List(); + private readonly List standardOutput = []; public GitRunnerFixture() : base("git") diff --git a/src/Cake.Issues.GitRepository/Cake.Issues.GitRepository.csproj b/src/Cake.Issues.GitRepository/Cake.Issues.GitRepository.csproj index 065274c..df3b307 100644 --- a/src/Cake.Issues.GitRepository/Cake.Issues.GitRepository.csproj +++ b/src/Cake.Issues.GitRepository/Cake.Issues.GitRepository.csproj @@ -2,7 +2,7 @@ Library - net6.0;net7.0 + net6.0;net7.0;net8.0 Git repository linting support for the Cake.Issues addin for Cake Build Automation System Pascal Berger Cake.Issues diff --git a/src/Cake.Issues.GitRepository/GitRepositoryIssuesProvider.cs b/src/Cake.Issues.GitRepository/GitRepositoryIssuesProvider.cs index 83c1e61..81125e4 100644 --- a/src/Cake.Issues.GitRepository/GitRepositoryIssuesProvider.cs +++ b/src/Cake.Issues.GitRepository/GitRepositoryIssuesProvider.cs @@ -95,16 +95,16 @@ protected override IEnumerable InternalReadIssues() /// Checks for binary files which are not tracked by LFS. /// /// List of issues for binary files which are not tracked by LFS. - private IEnumerable CheckForBinaryFilesNotTrackedByLfs() + private List CheckForBinaryFilesNotTrackedByLfs() { if (!this.allFiles.Value.Any()) { - return new List(); + return []; } if (!this.binaryFiles.Value.Any()) { - return new List(); + return []; } var lfsTrackedFiles = this.GetLfsTrackedFilesFromRepository(); @@ -133,11 +133,11 @@ private IEnumerable CheckForBinaryFilesNotTrackedByLfs() /// Checks for files path length. /// /// List of issues for repository files with paths exceeding the allowed maximum. - private IEnumerable CheckForFilesPathLength() + private List CheckForFilesPathLength() { if (!this.allFiles.Value.Any()) { - return new List(); + return []; } var result = new List(); @@ -165,7 +165,7 @@ private IEnumerable CheckForFilesPathLength() /// Returns a list of the files in the repository. /// /// List of files in the repository. - private IEnumerable GetAllFilesFromRepository() + private List GetAllFilesFromRepository() { this.Log.Verbose("Reading all files from repository '{0}'...", this.Settings.RepositoryRoot); @@ -176,23 +176,24 @@ private IEnumerable GetAllFilesFromRepository() settings.Arguments.Clear(); settings.Arguments.Add("ls-files -z"); - var allFiles = string.Join(string.Empty, this.runner.RunCommand(settings)).Split('\0').Where(x => !string.IsNullOrEmpty(x)); - - if (allFiles == null) - { - throw new Exception("Error reading files from repository"); - } - - this.Log.Verbose("Found {0} file(s)", allFiles.Count()); - - return allFiles.ToList(); + var allFiles = + string.Join( + string.Empty, + this.runner.RunCommand(settings)) + .Split('\0') + .Where(x => !string.IsNullOrEmpty(x)) + .ToList() + ?? throw new Exception("Error reading files from repository"); + this.Log.Verbose("Found {0} file(s)", allFiles.Count); + + return allFiles; } /// /// Returns a list of text files in the repository. /// /// List of text files in the repository. - private IEnumerable GetTextFilesFromRepository() + private List GetTextFilesFromRepository() { this.Log.Verbose("Reading all text files from repository '{0}'...", this.Settings.RepositoryRoot); @@ -206,12 +207,9 @@ private IEnumerable GetTextFilesFromRepository() settings.Arguments.Clear(); settings.Arguments.Add("grep -Il ."); - var textFiles = this.runner.RunCommand(settings); - if (textFiles == null) - { - throw new Exception("Error reading text files from repository"); - } - + var textFiles = + this.runner.RunCommand(settings) + ?? throw new Exception("Error reading text files from repository"); settings.Arguments.Clear(); settings.Arguments.Add("grep -IL ."); var emptyFiles = this.runner.RunCommand(settings); @@ -220,9 +218,11 @@ private IEnumerable GetTextFilesFromRepository() textFiles = textFiles.Concat(emptyFiles); } - this.Log.Verbose("Found {0} text file(s)", textFiles.Count()); + var result = textFiles.ToList(); + + this.Log.Verbose("Found {0} text file(s)", result.Count); - return textFiles.ToList(); + return result; } /// @@ -240,12 +240,9 @@ private IEnumerable GetLfsTrackedFilesFromRepository() settings.Arguments.Clear(); settings.Arguments.Add("lfs ls-files -n"); - var lfsTrackedFiles = this.runner.RunCommand(settings); - if (lfsTrackedFiles == null) - { - throw new Exception("Error reading LFS tracked files from repository"); - } - + var lfsTrackedFiles = + this.runner.RunCommand(settings) + ?? throw new Exception("Error reading LFS tracked files from repository"); this.Log.Verbose("Found {0} LFS tracked file(s)", lfsTrackedFiles.Count()); return lfsTrackedFiles; @@ -257,20 +254,20 @@ private IEnumerable GetLfsTrackedFilesFromRepository() /// List of all files in the repository. /// List of text files in the repository. /// List of binary files in the repository. - private IEnumerable DetermineBinaryFiles(IEnumerable allFiles, IEnumerable textFiles) + private List DetermineBinaryFiles(IEnumerable allFiles, IEnumerable textFiles) { this.Log.Verbose("Determine binary files..."); - var binaryFiles = allFiles.Except(textFiles); + var binaryFiles = allFiles.Except(textFiles).ToList(); - if (binaryFiles.Any()) + if (binaryFiles.Count > 0) { this.Log.Debug(string.Join(Environment.NewLine, binaryFiles)); } - this.Log.Verbose("Found {0} binary file(s)", binaryFiles.Count()); + this.Log.Verbose("Found {0} binary file(s)", binaryFiles.Count); - return binaryFiles.ToList(); + return binaryFiles; } /// @@ -279,20 +276,20 @@ private IEnumerable DetermineBinaryFiles(IEnumerable allFiles, I /// List of binary files in the repository. /// List of files tracked with LFS in the repository. /// List of binary files in the repository which are not tracked with LFS. - private IEnumerable DetermineBinaryFilesNotTrackedWithLfs(IEnumerable binaryFiles, IEnumerable lfsTrackedFiles) + private List DetermineBinaryFilesNotTrackedWithLfs(IEnumerable binaryFiles, IEnumerable lfsTrackedFiles) { this.Log.Verbose("Checking if binary files are tracked by LFS..."); - var binaryFilesNotTrackedWithLfs = binaryFiles.Except(lfsTrackedFiles); + var binaryFilesNotTrackedWithLfs = binaryFiles.Except(lfsTrackedFiles).ToList(); - if (binaryFilesNotTrackedWithLfs.Any()) + if (binaryFilesNotTrackedWithLfs.Count > 0) { this.Log.Debug(string.Join(Environment.NewLine, binaryFilesNotTrackedWithLfs)); } - this.Log.Verbose("Found {0} binary file(s) not tracked by LFS", binaryFilesNotTrackedWithLfs.Count()); + this.Log.Verbose("Found {0} binary file(s) not tracked by LFS", binaryFilesNotTrackedWithLfs.Count); - return binaryFilesNotTrackedWithLfs.ToList(); + return binaryFilesNotTrackedWithLfs; } } } \ No newline at end of file diff --git a/src/Cake.Issues.GitRepository/GitRunner.cs b/src/Cake.Issues.GitRepository/GitRunner.cs index fb3f077..a8dbe89 100644 --- a/src/Cake.Issues.GitRepository/GitRunner.cs +++ b/src/Cake.Issues.GitRepository/GitRunner.cs @@ -11,24 +11,17 @@ /// /// A wrapper around the Git CLI. /// - internal class GitRunner : Tool + /// The file system. + /// The Cake environment. + /// The process runner. + /// The tool locator. + internal class GitRunner( + IFileSystem fileSystem, + ICakeEnvironment environment, + IProcessRunner processRunner, + IToolLocator toolLocator) + : Tool(fileSystem, environment, processRunner, toolLocator) { - /// - /// Initializes a new instance of the class. - /// - /// The file system. - /// The Cake environment. - /// The process runner. - /// The tool locator. - public GitRunner( - IFileSystem fileSystem, - ICakeEnvironment environment, - IProcessRunner processRunner, - IToolLocator toolLocator) - : base(fileSystem, environment, processRunner, toolLocator) - { - } - /// /// Runs Git with specified settings. /// @@ -36,10 +29,7 @@ public GitRunner( /// Output of command. public IEnumerable RunCommand(GitRunnerSettings settings) { - if (settings == null) - { - throw new ArgumentNullException(nameof(settings)); - } + ArgumentNullException.ThrowIfNull(settings); var args = new ProcessArgumentBuilder(); settings.Evaluate(args); diff --git a/src/Cake.Issues.GitRepository/GitRunnerSettings.cs b/src/Cake.Issues.GitRepository/GitRunnerSettings.cs index b774def..bc190f5 100644 --- a/src/Cake.Issues.GitRepository/GitRunnerSettings.cs +++ b/src/Cake.Issues.GitRepository/GitRunnerSettings.cs @@ -10,7 +10,7 @@ /// internal class GitRunnerSettings : ToolSettings { - private readonly List arguments = new List(); + private readonly List arguments = []; /// /// Gets arguments to pass to the target script. diff --git a/src/Directory.Build.props b/src/Directory.Build.props new file mode 100644 index 0000000..a95ac95 --- /dev/null +++ b/src/Directory.Build.props @@ -0,0 +1,5 @@ + + + latest + + \ No newline at end of file From fd3b316a2a80b93977f0025f68ce03b31cd736b8 Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Mon, 11 Dec 2023 23:26:18 +0100 Subject: [PATCH 26/30] Build against Cake Issues 4.0.0-beta0001 (#201) --- .../Cake.Issues.GitRepository.Tests.csproj | 4 ++-- .../Cake.Issues.GitRepository.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj b/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj index 765eeb7..03bfe70 100644 --- a/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj +++ b/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj @@ -23,10 +23,10 @@ - 3.0.0 + 4.0.0-beta0001 - 3.0.0 + 4.0.0-beta0001 4.0.0 diff --git a/src/Cake.Issues.GitRepository/Cake.Issues.GitRepository.csproj b/src/Cake.Issues.GitRepository/Cake.Issues.GitRepository.csproj index df3b307..cfbb302 100644 --- a/src/Cake.Issues.GitRepository/Cake.Issues.GitRepository.csproj +++ b/src/Cake.Issues.GitRepository/Cake.Issues.GitRepository.csproj @@ -31,7 +31,7 @@ 4.0.0 - 3.0.0 + 4.0.0-beta0001 all From 3e62cd1e83cfe343532196ac7d8c46200ad5af75 Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Tue, 12 Dec 2023 00:04:47 +0100 Subject: [PATCH 27/30] Update .NET SDK in AppVeyor build (#203) --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 1b4c9f0..a8b1255 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -11,8 +11,8 @@ install: - ps: mkdir $env:DOTNET_INSTALL_DIR -Force | Out-Null - ps: Invoke-WebRequest -Uri "https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.ps1" -OutFile "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" - ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 5.0.408 -InstallDir $env:DOTNET_INSTALL_DIR' - - ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 6.0.414 -InstallDir $env:DOTNET_INSTALL_DIR' - - ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 7.0.401 -InstallDir $env:DOTNET_INSTALL_DIR' + - ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 6.0.417 -InstallDir $env:DOTNET_INSTALL_DIR' + - ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 7.0.404 -InstallDir $env:DOTNET_INSTALL_DIR' - ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 8.0.100 -InstallDir $env:DOTNET_INSTALL_DIR' - ps: $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path" - ps: dotnet --info From 57bef5b56d6784581c8d47b4dfb6b8e30f7c7660 Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Tue, 12 Dec 2023 00:35:17 +0100 Subject: [PATCH 28/30] Add global.json (#202) --- global.json | 7 +++++++ tests/script-runner/global.json | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 global.json create mode 100644 tests/script-runner/global.json diff --git a/global.json b/global.json new file mode 100644 index 0000000..3660ff8 --- /dev/null +++ b/global.json @@ -0,0 +1,7 @@ +{ + "sdk": { + "allowPrerelease": true, + "version": "8.0.100", + "rollForward": "latestFeature" + } +} \ No newline at end of file diff --git a/tests/script-runner/global.json b/tests/script-runner/global.json new file mode 100644 index 0000000..c31f98b --- /dev/null +++ b/tests/script-runner/global.json @@ -0,0 +1,7 @@ +{ + "sdk": { + "allowPrerelease": true, + "version": "6.0.100", + "rollForward": "latestFeature" + } +} \ No newline at end of file From d368852e4af4be00d233309d637f3680b084743c Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Tue, 12 Dec 2023 00:45:25 +0100 Subject: [PATCH 29/30] Update release notes link --- nuspec/nuget/Cake.Issues.GitRepository.nuspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuspec/nuget/Cake.Issues.GitRepository.nuspec b/nuspec/nuget/Cake.Issues.GitRepository.nuspec index 9a4bc7a..88fbafd 100644 --- a/nuspec/nuget/Cake.Issues.GitRepository.nuspec +++ b/nuspec/nuget/Cake.Issues.GitRepository.nuspec @@ -24,7 +24,7 @@ See the Project Site for an overview of the whole ecosystem of addins for workin Copyright © Pascal Berger cake cake-addin cake-issues cake-issueprovider code-analysis linting git - https://github.com/cake-contrib/Cake.Issues.GitRepository/releases/tag/3.0.0 + https://github.com/cake-contrib/Cake.Issues.GitRepository/releases/tag/4.0.0 From 135e11656abfa9f316355167a74cc6f223fb62bf Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Sat, 23 Dec 2023 21:35:33 +0100 Subject: [PATCH 30/30] Update to Cake.Issues 4.0.0 --- .../Cake.Issues.GitRepository.Tests.csproj | 4 ++-- .../Cake.Issues.GitRepository.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj b/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj index 03bfe70..05df807 100644 --- a/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj +++ b/src/Cake.Issues.GitRepository.Tests/Cake.Issues.GitRepository.Tests.csproj @@ -23,10 +23,10 @@ - 4.0.0-beta0001 + 4.0.0 - 4.0.0-beta0001 + 4.0.0 4.0.0 diff --git a/src/Cake.Issues.GitRepository/Cake.Issues.GitRepository.csproj b/src/Cake.Issues.GitRepository/Cake.Issues.GitRepository.csproj index cfbb302..f8e2a31 100644 --- a/src/Cake.Issues.GitRepository/Cake.Issues.GitRepository.csproj +++ b/src/Cake.Issues.GitRepository/Cake.Issues.GitRepository.csproj @@ -31,7 +31,7 @@ 4.0.0 - 4.0.0-beta0001 + 4.0.0 all