8000 Release LibGit2Sharp v0.6.1 · dotjosh/libgit2sharp@9fd45dd · GitHub
[go: up one dir, main page]

Skip to content

Commit 9fd45dd

Browse files
committed
Release LibGit2Sharp v0.6.1
1 parent e372f81 commit 9fd45dd

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44

55
- Source code: <https://github.com/libgit2/libgit2sharp>
66
- 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
720

821
## v0.6
922

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.0")]
46-
[assembly: AssemblyFileVersion("0.6.0")]
45+
[assembly: AssemblyVersion("0.6.1")]
46+
[assembly: AssemblyFileVersion("0.6.1")]

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ LibGit2Sharp is an thin .Net layer (well.. we _try_ to keep it as thin as possib
44

55
It provides a very opiniated API which should be very easy to use and discover.
66

7-
## Download binaries
7+
## Online resources
88

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)
1013

1114
## Quick contributing guide
1215

0 commit comments

Comments
 (0)
0