|
1 |
| -# LibGit2Sharp releases |
2 |
| - |
3 |
| -## v0.3.0 |
4 |
| - |
5 |
| - - [Add] Add msvcr100.dll dependency |
6 |
| - - [Add] Add basic Commit feature |
7 |
| - - [Add] Add Repository.Index.Unstage() functionality |
8 |
| - - [Add] Add branch renaming feature |
9 |
| - - [Fix] Fix index updating issue |
10 |
| - - [Fix] Fix branch creation issue |
11 |
| - - [Upd] Make Repository.Head return a Branch instead of a Reference |
12 |
| - - [Upd] Defer resolving of Repository.Info |
13 |
| - - [Upd] Update libgit2 binaries to a5aa5bd |
14 |
| - - [Upd] Enhance error reporting |
15 |
| - |
16 |
| - ## v0.2.0 |
17 |
| - |
18 |
| - - [Fix] Fix Repository.Info.IsEmpty |
19 |
| - - [Fix] Fix default CommitCollection sorting behavior |
20 |
| - - [Fix] Fix creation of reference to prevent it from choking on corrupted ones |
21 |
| - - [Fix] Fix interop issue in a IIS hosted application |
22 |
| - - [Upd] Update CommitCollection API to query commits |
23 |
| - - [Upd] Update libgit2 binaries to 4191d52 |
| 1 | +# LibGit2Sharp Changelog |
| 2 | + |
| 3 | + - Source code: <https://github.com/libgit2/libgit2sharp> |
| 4 | + - NuGet package: <http://nuget.org/List/Packages/LibGit2Sharp> |
| 5 | + |
| 6 | +## v0.4 |
| 7 | + |
| 8 | +### Additions |
| 9 | + |
| 10 | + - Add handling of abbreviated identifiers |
| 11 | + - Add Repository.Discover() (#25) |
| 12 | + - Add TreeEntry.Type |
| 13 | + |
| 14 | +### Changes |
| 15 | + |
| 16 | + - Propagate libgit2 error messages upward |
| 17 | + - Update libgit2 binaries to libgit2/libgit2@2a406ab |
| 18 | + |
| 19 | +### Fixes |
| 20 | + |
| 21 | + - Improved Mono compatibility (#46 and #47) |
| 22 | + - Dependency to msvcr100.dll is no longer required |
| 23 | + |
| 24 | +## v0.3 |
| 25 | + |
| 26 | +### Additions |
| 27 | + |
| 28 | + - Add basic Commit feature (#32) |
| 29 | + - Add Repository.Index.Unstage() |
| 30 | + - Add branch renaming feature |
| 31 | + - Add symbolsource.org support (#37) |
| 32 | + |
| 33 | +### Changes |
| 34 | + |
| 35 | + - Make Repository.Head return a Branch instead of a Reference |
| 36 | + - Defer resolving of Repository.Info |
| 37 | + - Update libgit2 binaries to libgit2/libgit2@a5aa5bd |
| 38 | + - Improved Mono compatibility (#34) |
| 39 | + |
| 40 | +### Fixes |
| 41 | + |
| 42 | + - Add required msvcr100.dll dependency (#43) |
| 43 | + - Fix index updating issue |
| 44 | + - Fix branch creation issue |
| 45 | + |
| 46 | +## v0.2.0 |
| 47 | + |
| 48 | +### Changes |
| 49 | + |
| 50 | + - Update CommitCollection API to query commits |
| 51 | + - Update libgit2 binaries to libgit2/libgit2@4191d52 |
| 52 | + |
| 53 | +### Fixes |
| 54 | + |
| 55 | + - Fix Repository.Info.IsEmpty |
| 56 | + - Fix default CommitCollection sorting behavior |
| 57 | + - Fix creation of reference to prevent it from choking on corrupted ones |
| 58 | + - Fix interop issue in a IIS hosted application |
24 | 59 |
|
25 | 60 | ## v0.1.1
|
26 | 61 |
|
27 |
| - - [Fix] Fix NuGet packaging |
28 |
| - - [Add] Update staging mechanism to authorize full paths to be used |
| 62 | +### Additions |
| 63 | + |
| 64 | + - Update staging mechanism to authorize full paths to be used (#23) |
| 65 | + |
| 66 | +### Fixes |
| 67 | + |
| 68 | + - Fix NuGet packaging |
29 | 69 |
|
30 | 70 | ## v0.1.0
|
31 | 71 |
|
32 |
| - - Initial release |
| 72 | + - Initial release |
| 73 | + |
0 commit comments