8000 Release LibGit2Sharp v0.6.0 · MicrosoftWebMatrix/libgit2sharp@6b66c0f · GitHub
[go: up one dir, main page]

Skip to content

Commit 6b66c0f

Browse files
committed
Release LibGit2Sharp v0.6.0
1 parent 52de337 commit 6b66c0f

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@
55
- Source code: <https://github.com/libgit2/libgit2sharp>
66
- NuGet package: <http://nuget.org/List/Packages/LibGit2Sharp>
77

8+
## v0.6
9+
10+
### Additions
11+
12+
- Add Configuration.Get() overload that takes key in parts
13+
- Add tracking branch details (#75)
14+
- Allow creation of commit using signature from configuration files
15+
- Add Index.Remove() (#78)
16+
- Add a string indexer to the Commit and Tree types in order to ease retrieval of TreeEntries
17+
18+
### Changes
19+
20+
- Provide default value for non existent configuration setting (#67)
21+
- Change the tree structure into which libgit2 binaries are located (#70)
22+
- Update libgit2 binaries to libgit2/libgit2@28c1451
23+
24+
### Fixes
25+
26+
- Prevent enumeration of branches from throwing when the repository contains remote branches (#69)
27+
- Fix Index.Stage(), Index.Unstage() (#78)
28+
829
## v0.5
930

1031
### Additions

LibGit2Sharp/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions

0 commit comments

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