8000 Update Changelog · joncham/libgit2sharp@1e5d3ba · GitHub
[go: up one dir, main page]

Skip to content

Commit 1e5d3ba

Browse files
committed
Update Changelog
1 parent 7fa704c commit 1e5d3ba

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,32 @@
11
# LibGit2Sharp Changelog
22

3+
**LibGit2Sharp brings all the might and speed of libgit2, a native Git implementation, to the managed world of .Net and Mono.**
4+
35
- Source code: <https://github.com/libgit2/libgit2sharp>
46
- NuGet package: <http://nuget.org/List/Packages/LibGit2Sharp>
57

68
## v0.4
79

810
### Additions
911

12+
- Add Repository.Index.Move()
1013
- Add handling of abbreviated identifiers
1114
- Add Repository.Discover() (#25)
1215
- Add TreeEntry.Type
1316

1417
### Changes
1518

1619
- Propagate libgit2 error messages upward
17-
- Update libgit2 binaries to libgit2/libgit2@2a406ab
20+
- Update libgit2 binaries to libgit2/libgit2@33afca4
1821

1922
### Fixes
2023

21-
- Improved Mono compatibility (#46 and #47)
22-
- Dependency to msvcr100.dll is no longer required
24+
- Prevents GitSharp from throwing when browsing a repository initialized with LibGit2Sharp (#56)
25+
- Hide the .git directory when initializing a new standard repository (#53)
26+
- Fix Repository.IsEmpty implementation when HEAD is in detached state (#52)
27+
- Relaxed handling of bogus signatures (#51)
28+
- Improve Mono compatibility (#46 and #47)
29+
- Remove dependency to msvcr100.dll
2330

2431
## v0.3
2532

LibGit2Sharp/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// associated with an assembly.
88

99
[assembly: AssemblyTitle("LibGit2Sharp")]
10-
[assembly: AssemblyDescription(".Net bindings for libgit2")]
10+
[assembly: AssemblyDescription("LibGit2Sharp brings all the might and speed of libgit2, a native Git implementation, to the managed world of .Net and Mono.")]
1111
[assembly: AssemblyCompany("LibGit2Sharp contributors")]
1212

1313
#if DEBUG

0 commit comments

Comments
 (0)
0