From 15df3817fafdbd59e3ec3ce0c21ce52076ce0665 Mon Sep 17 00:00:00 2001 From: nulltoken Date: Wed, 18 Mar 2015 14:44:44 +0100 Subject: Release LibGit2Sharp v0.21.1 --- CHANGES.md | 6 ++++++ LibGit2Sharp/Properties/AssemblyInfo.cs | 6 +++--- appveyor.yml | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index d0625fec..fe14217c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -10,6 +10,12 @@ - Windows (x86/amd64): - Linux/MacOsX: +## v0.21.1 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.21...v0.21.1)) + +### Changes + +- Fix Fetch() related tests to cope with recent GitHub policy change regarding include-tag handling (#995, #1001) + ## v0.21 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.20.2...v0.21)) ### Additions diff --git a/LibGit2Sharp/Properties/AssemblyInfo.cs b/LibGit2Sharp/Properties/AssemblyInfo.cs index c0a9f3da..b3034ae3 100644 --- a/LibGit2Sharp/Properties/AssemblyInfo.cs +++ b/LibGit2Sharp/Properties/AssemblyInfo.cs @@ -42,6 +42,6 @@ using System.Runtime.InteropServices; // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.21.0")] -[assembly: AssemblyFileVersion("0.21.0")] -[assembly: AssemblyInformationalVersion("0.21.0")] +[assembly: AssemblyVersion("0.21.1")] +[assembly: AssemblyFileVersion("0.21.1")] +[assembly: AssemblyInformationalVersion("0.21.1")] diff --git a/appveyor.yml b/appveyor.yml index 1497c438..a71caa9e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: '0.21.0.{build}' +version: '0.21.1.{build}' branches: only: -- cgit v1.2.3