From 51477c3ad6740b8538ad0daab7e179fb76ceb5d5 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Tue, 13 Aug 2019 20:17:03 +0100 Subject: [PATCH 1/2] Update libgit2 to v0.28.3 --- LibGit2Sharp/LibGit2Sharp.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LibGit2Sharp/LibGit2Sharp.csproj b/LibGit2Sharp/LibGit2Sharp.csproj index 4c35a6cea..ce439c644 100644 --- a/LibGit2Sharp/LibGit2Sharp.csproj +++ b/LibGit2Sharp/LibGit2Sharp.csproj @@ -29,7 +29,7 @@ - + From f5b44a730cd8981de7f559c6c47b7cbf8894fc66 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Tue, 13 Aug 2019 20:17:17 +0100 Subject: [PATCH 2/2] Update version to 0.26.1 --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index 613ce4ee1..4aa58b01b 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "0.26.1-preview.{height}", + "version": "0.26.1", "publicReleaseRefSpec": [ "^refs/heads/master$", // we release out of master "^refs/heads/maint/v\\d+(?:\\.\\d+)?$" // and maint/vNN branches