Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornulltoken <emeric.fermas@gmail.com>2015-03-18 16:44:44 +0300
committernulltoken <emeric.fermas@gmail.com>2015-03-18 16:44:44 +0300
commit15df3817fafdbd59e3ec3ce0c21ce52076ce0665 (patch)
tree8977ecc840cb4325409cb6e4a87c26d9f8530d89
parentafbe73e7ada3e2ab6041a1fae71cfee87ad6341a (diff)
Release LibGit2Sharp v0.21.1v0.21.1master
-rw-r--r--CHANGES.md6
-rw-r--r--LibGit2Sharp/Properties/AssemblyInfo.cs6
-rw-r--r--appveyor.yml2
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): <https://ci.appveyor.com/project/libgit2/libgit2sharp>
- Linux/MacOsX: <https://travis-ci.org/libgit2/libgit2sharp>
+## 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: