File tree 2 files changed +10
-4
lines changed 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 7
7
- Issue tracker: < https://github.com/libgit2/libgit2sharp/issues >
8
8
- @libgit2sharp : < http://twitter.com/libgit2sharp >
9
9
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
+
10
16
## v0.6.1
11
-
17
+
12
18
### Changes
13
19
14
20
- Update libgit2 binaries to libgit2/libgit2@e3baa3c
33
39
- Provide default value for non existent configuration setting (#67 )
34
40
- Change the tree structure into which libgit2 binaries are located (#70 )
35
41
- Update libgit2 binaries to libgit2/libgit2@28c1451
36
-
42
+
37
43
### Fixes
38
44
39
45
- Prevent enumeration of branches from throwing when the repository contains remote branches (#69 )
Original file line number Diff line number Diff line change 42
42
// by using the '*' as shown below:
43
43
// [assembly: AssemblyVersion("1.0.*")]
44
44
45
- [ assembly: AssemblyVersion ( "0.6.1 " ) ]
46
- [ assembly: AssemblyFileVersion ( "0.6.1 " ) ]
45
+ [ assembly: AssemblyVersion ( "0.6.2 " ) ]
46
+ [ assembly: AssemblyFileVersion ( "0.6.2 " ) ]
You can’t perform that action at this time.
0 commit comments