8000 Release LibGit2Sharp v0.5.0 · MicrosoftWebMatrix/libgit2sharp@45b03a6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 45b03a6

Browse files
committed
Release LibGit2Sharp v0.5.0
1 parent 22bcc81 commit 45b03a6

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

CHANGELOG.md

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

8+
## v0.5
9+
10+
### Additions
11+
12+
- Add Repository.Index.RetrieveStatus() (#49)
13+
- Add handling of configuration settings of the repository and retrieval of Remotes (#60)
14+
15+
### Changes
16+
17+
- Can now enumerate from multiple starting points
18+
- While enumerating commits, automatically dereference objects to a commit object id
19+
- Defer resolving of Branch.Tip, Tag.Target and Tag.Annotation
20+
- Replace usage of ApplicationException with LibGit2Exception
21+
- Update libgit2 binaries to libgit2/libgit2@35e9407
22+
23+
### Fixes
24+
25+
- Prevent enumeration of commits from throwing when starting from a tag which points at a blob or a tree (#62)
26+
- Prevent a branch from being removed if it's the current HEAD
27+
- References are now being enumerated in a ordered way
28+
- Fix Repository.Discover() implementation when no .git folder exists
29+
830
## v0.4
931

1032
### Additions

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.4.0")]
46-
[assembly: AssemblyFileVersion("0.4.0")]
45+
[assembly: AssemblyVersion("0.5.0")]
46+
[assembly: AssemblyFileVersion("0.5.0")]

0 commit comments

Comments
 (0)
0