From ea272ac072a2af56cfeadf406cbb425383c3203c Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Sun, 16 Dec 2018 13:25:18 +0100 Subject: [PATCH 01/19] Add Azure DevOps build badge --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4a4f0fe..7707ef1 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,10 @@ and for general information about the Cake build automation system see the [Cake ## Build Status -|Develop|Master| -|:--:|:--:| -|[![Build status](https://ci.appveyor.com/api/projects/status/w2gfo8792r6bxfia/branch/develop?svg=true)](https://ci.appveyor.com/project/cakecontrib/cake-issues-pullrequests/branch/develop)|[![Build status](https://ci.appveyor.com/api/projects/status/w2gfo8792r6bxfia/branch/master?svg=true)](https://ci.appveyor.com/project/cakecontrib/cake-issues-pullrequests/branch/master)| +| | Develop | Master | +|:--:|:--:|:--:| +|AppVeyor Windows|[![Build status](https://ci.appveyor.com/api/projects/status/w2gfo8792r6bxfia/branch/develop?svg=true)](https://ci.appveyor.com/project/cakecontrib/cake-issues-pullrequests/branch/develop)|[![Build status](https://ci.appveyor.com/api/projects/status/w2gfo8792r6bxfia/branch/master?svg=true)](https://ci.appveyor.com/project/cakecontrib/cake-issues-pullrequests/branch/master)| +|Azure DevOps Windows|[![Build Status](https://dev.azure.com/cake-contrib/Cake.Issues.PullRequests/_apis/build/status/cake-contrib.Cake.Issues.PullRequests?branchName=develop&jobName=Windows)](https://dev.azure.com/cake-contrib/Cake.Issues.PullRequests/_build/latest?definitionId=7?branchName=develop)|[![Build Status](https://dev.azure.com/cake-contrib/Cake.Issues.PullRequests/_apis/build/status/cake-contrib.Cake.Issues.PullRequests?branchName=master&jobName=Windows)](https://dev.azure.com/cake-contrib/Cake.Issues.PullRequests/_build/latest?definitionId=7?branchName=master)| ## Code Coverage From 34ca46e24068c8f30840be6e1b35387ea6484a76 Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Tue, 8 Jan 2019 21:16:27 +0100 Subject: [PATCH 02/19] Build with Cake 0.32.0 --- tools/packages.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/packages.config b/tools/packages.config index 84d0eb4..2e475d6 100644 --- a/tools/packages.config +++ b/tools/packages.config @@ -1,4 +1,4 @@ - + From cbd89acd90d800a35ce5bad527b06eb004251d38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 11 Jan 2019 04:52:18 +0000 Subject: [PATCH 03/19] Bump Microsoft.CodeAnalysis.FxCopAnalyzers from 2.6.2 to 2.6.3 in /src Bumps [Microsoft.CodeAnalysis.FxCopAnalyzers](https://github.com/dotnet/roslyn-analyzers) from 2.6.2 to 2.6.3. - [Release notes](https://github.com/dotnet/roslyn-analyzers/releases) - [Commits](https://github.com/dotnet/roslyn-analyzers/compare/v2.6.2...v2.6.3) Signed-off-by: dependabot[bot] --- src/Cake.Issues.PullRequests/Cake.Issues.PullRequests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.Issues.PullRequests/Cake.Issues.PullRequests.csproj b/src/Cake.Issues.PullRequests/Cake.Issues.PullRequests.csproj index f462523..cddb859 100644 --- a/src/Cake.Issues.PullRequests/Cake.Issues.PullRequests.csproj +++ b/src/Cake.Issues.PullRequests/Cake.Issues.PullRequests.csproj @@ -19,7 +19,7 @@ - + \ No newline at end of file From ca57522f62093229eb5d07ee49a26e81bdbd696f Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Fri, 11 Jan 2019 22:06:53 +0100 Subject: [PATCH 04/19] Enable full debug symbols --- .../Cake.Issues.PullRequests.csproj | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/Cake.Issues.PullRequests/Cake.Issues.PullRequests.csproj b/src/Cake.Issues.PullRequests/Cake.Issues.PullRequests.csproj index cddb859..62d60b6 100644 --- a/src/Cake.Issues.PullRequests/Cake.Issues.PullRequests.csproj +++ b/src/Cake.Issues.PullRequests/Cake.Issues.PullRequests.csproj @@ -7,16 +7,24 @@ Addin for the Cake build automation system for writing code analyzer or linter issues as comments to pull requests BBT Software AG BBT Software AG + + + + full + true ..\Cake.Issues.PullRequests.ruleset + bin\Debug\netstandard2.0\Cake.Issues.PullRequests.xml latest - + + bin\Release\netstandard2.0\Cake.Issues.PullRequests.xml - + + From acbc769ac1834b67dfeacd2fd42b48c11cea7271 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 1 Mar 2019 04:30:12 +0000 Subject: [PATCH 05/19] Bump Microsoft.NET.Test.Sdk from 15.9.0 to 16.0.0 in /src Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 15.9.0 to 16.0.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](https://github.com/microsoft/vstest/commits) Signed-off-by: dependabot[bot] --- .../Cake.Issues.PullRequests.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.Issues.PullRequests.Tests/Cake.Issues.PullRequests.Tests.csproj b/src/Cake.Issues.PullRequests.Tests/Cake.Issues.PullRequests.Tests.csproj index e72d945..3552f45 100644 --- a/src/Cake.Issues.PullRequests.Tests/Cake.Issues.PullRequests.Tests.csproj +++ b/src/Cake.Issues.PullRequests.Tests/Cake.Issues.PullRequests.Tests.csproj @@ -10,7 +10,7 @@ ..\Cake.Issues.PullRequests.Tests.ruleset - + From bbc138150a47ebe1a0b33ba04e60c8b68ca643ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 27 Mar 2019 04:24:41 +0000 Subject: [PATCH 06/19] Bump Microsoft.CodeAnalysis.FxCopAnalyzers from 2.6.3 to 2.9.0 in /src Bumps [Microsoft.CodeAnalysis.FxCopAnalyzers](https://github.com/dotnet/roslyn-analyzers) from 2.6.3 to 2.9.0. - [Release notes](https://github.com/dotnet/roslyn-analyzers/releases) - [Commits](https://github.com/dotnet/roslyn-analyzers/commits) Signed-off-by: dependabot[bot] --- src/Cake.Issues.PullRequests/Cake.Issues.PullRequests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.Issues.PullRequests/Cake.Issues.PullRequests.csproj b/src/Cake.Issues.PullRequests/Cake.Issues.PullRequests.csproj index 62d60b6..f8f4692 100644 --- a/src/Cake.Issues.PullRequests/Cake.Issues.PullRequests.csproj +++ b/src/Cake.Issues.PullRequests/Cake.Issues.PullRequests.csproj @@ -27,7 +27,7 @@ - + \ No newline at end of file From d8042bc0b67693fec9a1ddc151eb7fe9b13f8366 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 27 Mar 2019 09:55:00 +0000 Subject: [PATCH 07/19] Bump Microsoft.NET.Test.Sdk from 16.0.0 to 16.0.1 in /src Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.0.0 to 16.0.1. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](https://github.com/microsoft/vstest/commits) Signed-off-by: dependabot[bot] --- .../Cake.Issues.PullRequests.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.Issues.PullRequests.Tests/Cake.Issues.PullRequests.Tests.csproj b/src/Cake.Issues.PullRequests.Tests/Cake.Issues.PullRequests.Tests.csproj index 3552f45..5e918a4 100644 --- a/src/Cake.Issues.PullRequests.Tests/Cake.Issues.PullRequests.Tests.csproj +++ b/src/Cake.Issues.PullRequests.Tests/Cake.Issues.PullRequests.Tests.csproj @@ -10,7 +10,7 @@ ..\Cake.Issues.PullRequests.Tests.ruleset - + From b73a7af45bdfce35ee0202abe22d60c14b9256dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 29 Mar 2019 04:16:34 +0000 Subject: [PATCH 08/19] Bump Microsoft.CodeAnalysis.FxCopAnalyzers from 2.9.0 to 2.9.1 in /src Bumps [Microsoft.CodeAnalysis.FxCopAnalyzers](https://github.com/dotnet/roslyn-analyzers) from 2.9.0 to 2.9.1. - [Release notes](https://github.com/dotnet/roslyn-analyzers/releases) - [Commits](https://github.com/dotnet/roslyn-analyzers/compare/v2.9.0...v2.9.1) Signed-off-by: dependabot[bot] --- src/Cake.Issues.PullRequests/Cake.Issues.PullRequests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.Issues.PullRequests/Cake.Issues.PullRequests.csproj b/src/Cake.Issues.PullRequests/Cake.Issues.PullRequests.csproj index f8f4692..1fb71c5 100644 --- a/src/Cake.Issues.PullRequests/Cake.Issues.PullRequests.csproj +++ b/src/Cake.Issues.PullRequests/Cake.Issues.PullRequests.csproj @@ -27,7 +27,7 @@ - + \ No newline at end of file From f263a3f7e8273de2dce6021fcdaf79ad8d315e65 Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Mon, 15 Apr 2019 21:30:05 +0200 Subject: [PATCH 09/19] (GH-77) Build against Cake 0.33.0 --- .../Cake.Issues.PullRequests.Tests.csproj | 4 ++-- src/Cake.Issues.PullRequests/Cake.Issues.PullRequests.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Cake.Issues.PullRequests.Tests/Cake.Issues.PullRequests.Tests.csproj b/src/Cake.Issues.PullRequests.Tests/Cake.Issues.PullRequests.Tests.csproj index 5e918a4..a52a436 100644 --- a/src/Cake.Issues.PullRequests.Tests/Cake.Issues.PullRequests.Tests.csproj +++ b/src/Cake.Issues.PullRequests.Tests/Cake.Issues.PullRequests.Tests.csproj @@ -11,8 +11,8 @@ - - + + diff --git a/src/Cake.Issues.PullRequests/Cake.Issues.PullRequests.csproj b/src/Cake.Issues.PullRequests/Cake.Issues.PullRequests.csproj index 1fb71c5..56c9cae 100644 --- a/src/Cake.Issues.PullRequests/Cake.Issues.PullRequests.csproj +++ b/src/Cake.Issues.PullRequests/Cake.Issues.PullRequests.csproj @@ -25,7 +25,7 @@ - + From f7379e2515fda79a03615d4560ea721be54c49d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 18 Apr 2019 04:33:38 +0000 Subject: [PATCH 10/19] Bump Microsoft.CodeAnalysis.FxCopAnalyzers from 2.9.1 to 2.9.2 in /src Bumps [Microsoft.CodeAnalysis.FxCopAnalyzers](https://github.com/dotnet/roslyn-analyzers) from 2.9.1 to 2.9.2. - [Release notes](https://github.com/dotnet/roslyn-analyzers/releases) - [Commits](https://github.com/dotnet/roslyn-analyzers/compare/v2.9.1...v2.9.2) Signed-off-by: dependabot[bot] --- src/Cake.Issues.PullRequests/Cake.Issues.PullRequests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.Issues.PullRequests/Cake.Issues.PullRequests.csproj b/src/Cake.Issues.PullRequests/Cake.Issues.PullRequests.csproj index 56c9cae..48a32a5 100644 --- a/src/Cake.Issues.PullRequests/Cake.Issues.PullRequests.csproj +++ b/src/Cake.Issues.PullRequests/Cake.Issues.PullRequests.csproj @@ -27,7 +27,7 @@ - + \ No newline at end of file From 7933b2bf47e5c345fbcaa3c9bef4e6314e07ea09 Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Fri, 19 Apr 2019 17:58:42 +0200 Subject: [PATCH 11/19] (GH-78) Update to Cake.Issues 0.7.0-beta001 --- .../Cake.Issues.PullRequests.Tests.csproj | 4 ++-- src/Cake.Issues.PullRequests/Cake.Issues.PullRequests.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Cake.Issues.PullRequests.Tests/Cake.Issues.PullRequests.Tests.csproj b/src/Cake.Issues.PullRequests.Tests/Cake.Issues.PullRequests.Tests.csproj index a52a436..ee80f50 100644 --- a/src/Cake.Issues.PullRequests.Tests/Cake.Issues.PullRequests.Tests.csproj +++ b/src/Cake.Issues.PullRequests.Tests/Cake.Issues.PullRequests.Tests.csproj @@ -13,8 +13,8 @@ - - + + diff --git a/src/Cake.Issues.PullRequests/Cake.Issues.PullRequests.csproj b/src/Cake.Issues.PullRequests/Cake.Issues.PullRequests.csproj index 48a32a5..b2efd63 100644 --- a/src/Cake.Issues.PullRequests/Cake.Issues.PullRequests.csproj +++ b/src/Cake.Issues.PullRequests/Cake.Issues.PullRequests.csproj @@ -26,7 +26,7 @@ - + From 91ad57749ac300ff68b5553ee59ee789f5218475 Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Fri, 19 Apr 2019 19:16:36 +0200 Subject: [PATCH 12/19] Update release notes link --- nuspec/nuget/Cake.Issues.PullRequests.nuspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuspec/nuget/Cake.Issues.PullRequests.nuspec b/nuspec/nuget/Cake.Issues.PullRequests.nuspec index 8e8a736..9808d9f 100644 --- a/nuspec/nuget/Cake.Issues.PullRequests.nuspec +++ b/nuspec/nuget/Cake.Issues.PullRequests.nuspec @@ -22,7 +22,7 @@ See the Project Site for an overview of the whole ecosystem of addins for workin Copyright © BBT Software AG and contributors Cake Script Cake-Issues CodeAnalysis Linting Issues Pull-Requests - https://github.com/cake-contrib/Cake.Issues.PullRequests/releases/tag/0.6.2 + https://github.com/cake-contrib/Cake.Issues.PullRequests/releases/tag/0.7.0 From b7193285c298c164167a0d5e373b71cf97fda2f6 Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Fri, 19 Apr 2019 19:18:48 +0200 Subject: [PATCH 13/19] Use embedded license --- nuspec/nuget/Cake.Issues.PullRequests.nuspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuspec/nuget/Cake.Issues.PullRequests.nuspec b/nuspec/nuget/Cake.Issues.PullRequests.nuspec index 9808d9f..4b30e43 100644 --- a/nuspec/nuget/Cake.Issues.PullRequests.nuspec +++ b/nuspec/nuget/Cake.Issues.PullRequests.nuspec @@ -15,7 +15,7 @@ It requires the core Cake.Issues addin, addins for reading issues and an addin f See the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts. - https://github.com/cake-contrib/Cake.Issues.PullRequests/blob/develop/LICENSE + MIT http://cake-contrib.github.io/Cake.Issues.Website/ https://cdn.jsdelivr.net/gh/cake-contrib/graphics@a5cf0f881c390650144b2243ae551d5b9f836196/png/cake-contrib-medium.png false From 8b73341a182b4a92e6051771dd052a271e491ac0 Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Fri, 26 Apr 2019 10:10:18 +0200 Subject: [PATCH 14/19] Build with Cake.Recipe 1.0.0 --- setup.cake | 2 +- tools/packages.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cake b/setup.cake index e2df27c..7b00820 100644 --- a/setup.cake +++ b/setup.cake @@ -1,4 +1,4 @@ -#load nuget:https://www.myget.org/F/cake-contrib/api/v2?package=Cake.Recipe&prerelease +#load nuget:?package=Cake.Recipe&version=1.0.0 Environment.SetVariableNames(); diff --git a/tools/packages.config b/tools/packages.config index 2e475d6..997c0e1 100644 --- a/tools/packages.config +++ b/tools/packages.config @@ -1,4 +1,4 @@ - + From 643b28d9572a18725814d5e4cbf51d4f680851ba Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Fri, 26 Apr 2019 10:11:06 +0200 Subject: [PATCH 15/19] Exclude Shouldly from code coverage --- setup.cake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cake b/setup.cake index 7b00820..7219520 100644 --- a/setup.cake +++ b/setup.cake @@ -17,7 +17,7 @@ BuildParameters.PrintParameters(Context); ToolSettings.SetToolSettings( context: Context, dupFinderExcludePattern: new string[] { BuildParameters.RootDirectoryPath + "/src/Cake.Issues.PullRequests.Tests/*.cs", BuildParameters.RootDirectoryPath + "/src/Cake.Issues*/**/*.AssemblyInfo.cs" }, - testCoverageFilter: "+[*]* -[xunit.*]* -[Cake.Core]* -[Cake.Testing]* -[*.Tests]* -[Cake.Issues]* -[Cake.Issues.Testing]*", + testCoverageFilter: "+[*]* -[xunit.*]* -[Cake.Core]* -[Cake.Testing]* -[*.Tests]* -[Cake.Issues]* -[Cake.Issues.Testing]* -[Shouldly]*", testCoverageExcludeByAttribute: "*.ExcludeFromCodeCoverage*", testCoverageExcludeByFile: "*/*Designer.cs;*/*.g.cs;*/*.g.i.cs"); From a6e345684f2f0df79789a229c77b423cf7ce3eb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sat, 27 Apr 2019 12:54:40 +0200 Subject: [PATCH 16/19] Bump Cake.Issues from 0.7.0-beta0001 to 0.7.0-beta0002 in /src (#83) Bumps [Cake.Issues](https://github.com/cake-contrib/Cake.Issues) from 0.7.0-beta0001 to 0.7.0-beta0002. - [Release notes](https://github.com/cake-contrib/Cake.Issues/releases) - [Changelog](https://github.com/cake-contrib/Cake.Issues/blob/develop/GitReleaseManager.yaml) - [Commits](https://github.com/cake-contrib/Cake.Issues/compare/0.7.0-beta.1...0.7.0-beta.2) Signed-off-by: dependabot[bot] --- .../Cake.Issues.PullRequests.Tests.csproj | 2 +- src/Cake.Issues.PullRequests/Cake.Issues.PullRequests.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Cake.Issues.PullRequests.Tests/Cake.Issues.PullRequests.Tests.csproj b/src/Cake.Issues.PullRequests.Tests/Cake.Issues.PullRequests.Tests.csproj index ee80f50..0e220de 100644 --- a/src/Cake.Issues.PullRequests.Tests/Cake.Issues.PullRequests.Tests.csproj +++ b/src/Cake.Issues.PullRequests.Tests/Cake.Issues.PullRequests.Tests.csproj @@ -13,7 +13,7 @@ - + diff --git a/src/Cake.Issues.PullRequests/Cake.Issues.PullRequests.csproj b/src/Cake.Issues.PullRequests/Cake.Issues.PullRequests.csproj index b2efd63..d3a08b3 100644 --- a/src/Cake.Issues.PullRequests/Cake.Issues.PullRequests.csproj +++ b/src/Cake.Issues.PullRequests/Cake.Issues.PullRequests.csproj @@ -26,7 +26,7 @@ - + From 1a77a1b701401ab9d78c1bc021790a1676afd114 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sat, 27 Apr 2019 13:03:08 +0200 Subject: [PATCH 17/19] Bump Cake.Issues.Testing from 0.7.0-beta0001 to 0.7.0-beta0002 in /src (#82) Bumps [Cake.Issues.Testing](https://github.com/cake-contrib/Cake.Issues) from 0.7.0-beta0001 to 0.7.0-beta0002. - [Release notes](https://github.com/cake-contrib/Cake.Issues/releases) - [Changelog](https://github.com/cake-contrib/Cake.Issues/blob/develop/GitReleaseManager.yaml) - [Commits](https://github.com/cake-contrib/Cake.Issues/compare/0.7.0-beta.1...0.7.0-beta.2) Signed-off-by: dependabot[bot] --- .../Cake.Issues.PullRequests.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.Issues.PullRequests.Tests/Cake.Issues.PullRequests.Tests.csproj b/src/Cake.Issues.PullRequests.Tests/Cake.Issues.PullRequests.Tests.csproj index 0e220de..104f257 100644 --- a/src/Cake.Issues.PullRequests.Tests/Cake.Issues.PullRequests.Tests.csproj +++ b/src/Cake.Issues.PullRequests.Tests/Cake.Issues.PullRequests.Tests.csproj @@ -14,7 +14,7 @@ - + From 916de8a17019cd20a557c4e5398f36a9b25b6acd Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Tue, 28 May 2019 22:21:03 +0200 Subject: [PATCH 18/19] Update repository URL --- nuspec/nuget/Cake.Issues.PullRequests.nuspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuspec/nuget/Cake.Issues.PullRequests.nuspec b/nuspec/nuget/Cake.Issues.PullRequests.nuspec index 4b30e43..b50111f 100644 --- a/nuspec/nuget/Cake.Issues.PullRequests.nuspec +++ b/nuspec/nuget/Cake.Issues.PullRequests.nuspec @@ -19,7 +19,7 @@ See the Project Site for an overview of the whole ecosystem of addins for workin http://cake-contrib.github.io/Cake.Issues.Website/ https://cdn.jsdelivr.net/gh/cake-contrib/graphics@a5cf0f881c390650144b2243ae551d5b9f836196/png/cake-contrib-medium.png false - + Copyright © BBT Software AG and contributors Cake Script Cake-Issues CodeAnalysis Linting Issues Pull-Requests https://github.com/cake-contrib/Cake.Issues.PullRequests/releases/tag/0.7.0 From 13ee28b5e5fadff297ce31386a821ec1181548dc Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Thu, 30 May 2019 20:19:49 +0200 Subject: [PATCH 19/19] Update to Cake.Issues 0.7.0 --- .../Cake.Issues.PullRequests.Tests.csproj | 4 ++-- src/Cake.Issues.PullRequests/Cake.Issues.PullRequests.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Cake.Issues.PullRequests.Tests/Cake.Issues.PullRequests.Tests.csproj b/src/Cake.Issues.PullRequests.Tests/Cake.Issues.PullRequests.Tests.csproj index 104f257..b208313 100644 --- a/src/Cake.Issues.PullRequests.Tests/Cake.Issues.PullRequests.Tests.csproj +++ b/src/Cake.Issues.PullRequests.Tests/Cake.Issues.PullRequests.Tests.csproj @@ -13,8 +13,8 @@ - - + + diff --git a/src/Cake.Issues.PullRequests/Cake.Issues.PullRequests.csproj b/src/Cake.Issues.PullRequests/Cake.Issues.PullRequests.csproj index d3a08b3..0bbea49 100644 --- a/src/Cake.Issues.PullRequests/Cake.Issues.PullRequests.csproj +++ b/src/Cake.Issues.PullRequests/Cake.Issues.PullRequests.csproj @@ -26,7 +26,7 @@ - +