diff --git a/Octokit.Reactive/Octokit.Reactive.csproj b/Octokit.Reactive/Octokit.Reactive.csproj index a9097a4b..597cc1b4 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 1e003a8a..f9d61ef7 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 be6e2872..18b8aefd 100644 --- a/Octokit/Octokit.csproj +++ b/Octokit/Octokit.csproj @@ -54,9 +54,9 @@ - - - + + + diff --git a/build/Lifetime.cs b/build/Lifetime.cs index ff1f19f8..9d74104d 100644 --- a/build/Lifetime.cs +++ b/build/Lifetime.cs @@ -57,7 +57,7 @@ public class Lifetime : FrostingLifetime }; 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 @@ public class Lifetime : FrostingLifetime } return arg; } -} \ No newline at end of file +}