File tree Expand file tree Collapse file tree 3 files changed +20
-4
lines changed Expand file tree Collapse file tree 3 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
- Source code: < https://github.com/libgit2/libgit2sharp >
6
6
- NuGet package: < http://nuget.org/List/Packages/LibGit2Sharp >
7
+ - Issue tracker: < https://github.com/libgit2/libgit2sharp/issues >
8
+ - @libgit2sharp : < http://twitter.com/libgit2sharp >
9
+
10
+ ## v0.6.1
11
+
12
+ ### Changes
13
+
14
+ - Update libgit2 binaries to libgit2/libgit2@e3baa3c
15
+
16
+ ### Fixes
17
+
18
+ - Prevent segfault when determining the status a of repository
19
+ - Fix retrieval of buggy status in some (not that rare) cases
7
20
8
21
## v0.6
9
22
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.0 " ) ]
46
- [ assembly: AssemblyFileVersion ( "0.6.0 " ) ]
45
+ [ assembly: AssemblyVersion ( "0.6.1 " ) ]
46
+ [ assembly: AssemblyFileVersion ( "0.6.1 " ) ]
Original file line number Diff line number Diff line change @@ -4,9 +4,12 @@ LibGit2Sharp is an thin .Net layer (well.. we _try_ to keep it as thin as possib
4
4
5
5
It provides a very opiniated API which should be very easy to use and discover.
6
6
7
- ## Download binaries
7
+ ## Online resources
8
8
9
- - NuGet [ package] ( http://nuget.org/List/Packages/LibGit2Sharp )
9
+ - [ NuGet package] ( http://nuget.org/List/Packages/LibGit2Sharp )
10
+ - [ Source code] ( https://github.com/libgit2/libgit2sharp/ )
11
+ - [ Issue tracker] ( https://github.com/libgit2/libgit2sharp/issues )
12
+ - [ @libgit2sharp ] ( http://twitter.com/libgit2sharp )
10
13
11
14
## Quick contributing guide
12
15
You can’t perform that action at this time.
0 commit comments