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:
authorEdward Thomson <ethomson@microsoft.com>2014-12-18 00:13:15 +0300
committerEdward Thomson <ethomson@microsoft.com>2014-12-18 22:35:09 +0300
commite62364db80d657247a4ec526f1edb97f621f3cc6 (patch)
treee3096948f1dd74adb97803a6723f95f378320c10
parent6e81396bb91c3e22506b91d2c347de53ec5fd8ed (diff)
Release LibGit2Sharp v0.20.1v0.20.1
-rw-r--r--CHANGES.md6
-rw-r--r--LibGit2Sharp/Properties/AssemblyInfo.cs4
2 files changed, 8 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 2e4766ed..718d3c81 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -10,6 +10,12 @@
- CodeBetter TeamCity: <http://teamcity.codebetter.com/project.html?projectId=LibGit2Sharp&guest=1>
- Travis: <https://travis-ci.org/libgit2/libgit2sharp>
+## v0.21 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.20...v0.20.1))
+
+### Fixes
+
+ - Update libgit2 to prevent issues around ".git" folders in trees on Windows and Mac
+
## v0.20 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.19...v0.20))
### Additions
diff --git a/LibGit2Sharp/Properties/AssemblyInfo.cs b/LibGit2Sharp/Properties/AssemblyInfo.cs
index 0811ab3d..ba9b2997 100644
--- a/LibGit2Sharp/Properties/AssemblyInfo.cs
+++ b/LibGit2Sharp/Properties/AssemblyInfo.cs
@@ -42,5 +42,5 @@ using System.Runtime.InteropServices;
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("0.20.0")]
-[assembly: AssemblyFileVersion("0.20.0")]
+[assembly: AssemblyVersion("0.20.1")]
+[assembly: AssemblyFileVersion("0.20.1")]