Skip to content

Commit

Permalink
Release LibGit2Sharp v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nulltoken committed Nov 5, 2011
1 parent 53a4c85 commit 5e5aaf8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Expand Up @@ -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
Expand All @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions LibGit2Sharp/Properties/AssemblyInfo.cs
Expand Up @@ -42,5 +42,5 @@
// 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")]

0 comments on commit 5e5aaf8

Please sign in to comment.