From 4f4ae6df76fbbf10f69f5c56962ca4e79a0a753d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sun, 5 May 2019 01:12:09 +0000 Subject: [PATCH 1/4] Bump NSubstitute from 4.0.0 to 4.1.0 in /src Bumps NSubstitute from 4.0.0 to 4.1.0. Signed-off-by: dependabot[bot] --- .../Cake.Issues.PullRequests.Tfs.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.Issues.PullRequests.Tfs.Tests/Cake.Issues.PullRequests.Tfs.Tests.csproj b/src/Cake.Issues.PullRequests.Tfs.Tests/Cake.Issues.PullRequests.Tfs.Tests.csproj index cc13a15..615ad36 100644 --- a/src/Cake.Issues.PullRequests.Tfs.Tests/Cake.Issues.PullRequests.Tfs.Tests.csproj +++ b/src/Cake.Issues.PullRequests.Tfs.Tests/Cake.Issues.PullRequests.Tfs.Tests.csproj @@ -40,7 +40,7 @@ - 4.0.0 + 4.1.0 From af4c05edb367a97b6334574c643c7bf12ba6ae47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sun, 19 May 2019 11:31:42 +0000 Subject: [PATCH 2/4] Bump NSubstitute from 4.1.0 to 4.2.0 in /src Bumps NSubstitute from 4.1.0 to 4.2.0. Signed-off-by: dependabot[bot] --- .../Cake.Issues.PullRequests.Tfs.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.Issues.PullRequests.Tfs.Tests/Cake.Issues.PullRequests.Tfs.Tests.csproj b/src/Cake.Issues.PullRequests.Tfs.Tests/Cake.Issues.PullRequests.Tfs.Tests.csproj index 615ad36..1c5b0fb 100644 --- a/src/Cake.Issues.PullRequests.Tfs.Tests/Cake.Issues.PullRequests.Tfs.Tests.csproj +++ b/src/Cake.Issues.PullRequests.Tfs.Tests/Cake.Issues.PullRequests.Tfs.Tests.csproj @@ -40,7 +40,7 @@ - 4.1.0 + 4.2.0 From d9eca48cfc11ac7220ac8a2a02e078e14108c384 Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Wed, 5 Jun 2019 19:04:35 +0200 Subject: [PATCH 3/4] (GH-107) Fix null reference exception if change contains no path --- src/Cake.Issues.PullRequests.Tfs/TfsPullRequestSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.Issues.PullRequests.Tfs/TfsPullRequestSystem.cs b/src/Cake.Issues.PullRequests.Tfs/TfsPullRequestSystem.cs index 9263332..bf780b6 100644 --- a/src/Cake.Issues.PullRequests.Tfs/TfsPullRequestSystem.cs +++ b/src/Cake.Issues.PullRequests.Tfs/TfsPullRequestSystem.cs @@ -276,7 +276,7 @@ private int TryGetCodeFlowChangeTrackingId(IEnumerable x.ItemPath.FullPath == "/" + path.ToString()).ToList(); + var change = changes.Where(x => x.ItemPath != null && x.ItemPath.FullPath == "/" + path.ToString()).ToList(); if (change.Count == 0) { From 523b00b20638d834bacebe62e6f68905d2c98218 Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Wed, 5 Jun 2019 19:28:30 +0200 Subject: [PATCH 4/4] Update release notes link --- nuspec/nuget/Cake.Issues.PullRequests.Tfs.nuspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuspec/nuget/Cake.Issues.PullRequests.Tfs.nuspec b/nuspec/nuget/Cake.Issues.PullRequests.Tfs.nuspec index 7612fc0..e4a40d3 100644 --- a/nuspec/nuget/Cake.Issues.PullRequests.Tfs.nuspec +++ b/nuspec/nuget/Cake.Issues.PullRequests.Tfs.nuspec @@ -23,7 +23,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 Cake-PullRequestSystem Issues PullRequest TFS Azure-DevOps Azure-DevOps-Server - https://github.com/cake-contrib/Cake.Issues.PullRequests.Tfs/releases/tag/0.7.0 + https://github.com/cake-contrib/Cake.Issues.PullRequests.Tfs/releases/tag/0.7.1