From 91921377665a5cf331df143ed38d9ad4d58c7e41 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Mon, 27 Jan 2020 09:53:02 -0400 Subject: [PATCH] upgrade sourcelink tools --- Octokit.Reactive/Octokit.Reactive.csproj | 6 +++--- Octokit.Tests.Integration/Octokit.Tests.Integration.csproj | 6 ++---- Octokit/Octokit.csproj | 6 +++--- build/Lifetime.cs | 4 ++-- 4 files changed, 10 insertions(+), 12 deletions(-) diff --git a/Octokit.Reactive/Octokit.Reactive.csproj b/Octokit.Reactive/Octokit.Reactive.csproj index a9097a4b3c..597cc1b4a5 100644 --- a/Octokit.Reactive/Octokit.Reactive.csproj +++ b/Octokit.Reactive/Octokit.Reactive.csproj @@ -48,9 +48,9 @@ - - - + + + diff --git a/Octokit.Tests.Integration/Octokit.Tests.Integration.csproj b/Octokit.Tests.Integration/Octokit.Tests.Integration.csproj index 1e003a8a0a..f9d61ef7ac 100644 --- a/Octokit.Tests.Integration/Octokit.Tests.Integration.csproj +++ b/Octokit.Tests.Integration/Octokit.Tests.Integration.csproj @@ -47,10 +47,8 @@ - - - 0.0.4 - + + diff --git a/Octokit/Octokit.csproj b/Octokit/Octokit.csproj index be6e28727e..18b8aefdcd 100644 --- a/Octokit/Octokit.csproj +++ b/Octokit/Octokit.csproj @@ -54,9 +54,9 @@ - - - + + + diff --git a/build/Lifetime.cs b/build/Lifetime.cs index ff1f19f88f..9d74104d2f 100644 --- a/build/Lifetime.cs +++ b/build/Lifetime.cs @@ -57,7 +57,7 @@ public override void Setup(Context context) }; context.DotNetFormatToolPath = ToolInstaller.DotNetCoreToolInstall(context, "dotnet-format", "3.1.37601", "dotnet-format"); - context.GitVersionToolPath = ToolInstaller.DotNetCoreToolInstall(context, "GitVersion.Tool", "5.0.0", "dotnet-gitversion"); + context.GitVersionToolPath = ToolInstaller.DotNetCoreToolInstall(context, "GitVersion.Tool", "5.1.3", "dotnet-gitversion"); // Calculate semantic version. context.Version = BuildVersion.Calculate(context); @@ -89,4 +89,4 @@ private static string GetEnvironmentValueOrArgument(Context context, string envi } return arg; } -} \ No newline at end of file +}