8000 Release LibGit2Sharp v0.6.2 · dotjosh/libgit2sharp@5e5aaf8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5e5aaf8

Browse files
committed
Release LibGit2Sharp v0.6.2
1 parent 53a4c85 commit 5e5aaf8

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,14 @@
77
- Issue tracker: <https://github.com/libgit2/libgit2sharp/issues>
88
- @libgit2sharp: <http://twitter.com/libgit2sharp>
99

10+
## v0.6.2
11+
12+
### Fixes
13+
14+
- Make Index methods (Stage, Unstage, Move... ) able to cope with native Windows directory separator char
15+
1016
## v0.6.1
11-
17+
1218
### Changes
1319

1420
- Update libgit2 binaries to libgit2/libgit2@e3baa3c
@@ -33,7 +39,7 @@
3339
- Provide default value for non existent configuration setting (#67)
3440
- Change the tree structure into which libgit2 binaries are located (#70)
3541
- Update libgit2 binaries to libgit2/libgit2@28c1451
36-
42+
3743
### Fixes
3844

3945
- Prevent enumeration of branches from throwing when the repository contains remote branches (#69)

LibGit2Sharp/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@
4242
// by using the '*' as shown below:
4343
// [assembly: AssemblyVersion("1.0.*")]
4444

45-
[assembly: AssemblyVersion("0.6.1")]
46-
[assembly: AssemblyFileVersion("0.6.1")]
45+
[assembly: AssemblyVersion("0.6.2")]
46+
[assembly: AssemblyFileVersion("0.6.2")]

0 commit comments

Comments
 (0)
0