File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 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
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 )
Original file line number Diff line number Diff line change 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 " ) ]
You can’t perform that action at this time.
0 commit comments