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>2011-11-05 14:29:30 +0400
committernulltoken <emeric.fermas@gmail.com>2011-11-05 14:29:30 +0400
commit5e5aaf87474d576cee573606f8ac621eaa7a353d (patch)
treeb47517b2e93efa17a327f73c23f35ac8e3308c30
parent53a4c8521a12375df33a0e62110ef12fce0d2dfe (diff)
Release LibGit2Sharp v0.6.2v0.6.2
-rw-r--r--CHANGELOG.md10
-rw-r--r--LibGit2Sharp/Properties/AssemblyInfo.cs4
2 files changed, 10 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dcb8196f..805c3b33 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,8 +7,14 @@
- Issue tracker: <https://github.com/libgit2/libgit2sharp/issues>
- @libgit2sharp: <http://twitter.com/libgit2sharp>
+## v0.6.2
+
+### Fixes
+
+ - Make Index methods (Stage, Unstage, Move... ) able to cope with native Windows directory separator char
+
## v0.6.1
-
+
### Changes
- Update libgit2 binaries to libgit2/libgit2@e3baa3c
@@ -33,7 +39,7 @@
- Provide default value for non existent configuration setting (#67)
- Change the tree structure into which libgit2 binaries are located (#70)
- Update libgit2 binaries to libgit2/libgit2@28c1451
-
+
### Fixes
- Prevent enumeration of branches from throwing when the repository contains remote branches (#69)
diff --git a/LibGit2Sharp/Properties/AssemblyInfo.cs b/LibGit2Sharp/Properties/AssemblyInfo.cs
index 9ac35fc3..8a6309ab 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.6.1")]
-[assembly: AssemblyFileVersion("0.6.1")]
+[assembly: AssemblyVersion("0.6.2")]
+[assembly: AssemblyFileVersion("0.6.2")]