|
5 | 5 | - Source code: <https://github.com/libgit2/libgit2sharp>
|
6 | 6 | - NuGet package: <http://nuget.org/List/Packages/LibGit2Sharp>
|
7 | 7 | - Issue tracker: <https://github.com/libgit2/libgit2sharp/issues>
|
8 |
| - - CI server: <http://teamcity.codebetter.com/project.html?projectId=project127&guest=1> |
9 | 8 | - @libgit2sharp: <http://twitter.com/libgit2sharp>
|
| 9 | + - CI servers: |
| 10 | + - CodeBetter TeamCity: <http://teamcity.codebetter.com/project.html?projectId=LibGit2Sharp&guest=1> |
| 11 | + - Travis: <https://travis-ci.org/libgit2/libgit2sharp> |
| 12 | + |
| 13 | +## v0.18.0 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.17.0...v0.18.0)) |
| 14 | + |
| 15 | +### Additions |
| 16 | + |
| 17 | + - Introduce repo.Revert() (#706) |
| 18 | + - Enhanced control over Merge behavior through MergeOptions (#685) |
| 19 | + - Introduce repo.Network.Remotes.Remove() (#729, #731) |
| 20 | + - Teach repo.Network.ListReferences() to accept a Credentials (#647, #704) |
| 21 | + - Introduce Reference.IsValidName() (#680, #691) |
| 22 | + - Introduce Remote.IsValidName() (#679, #690) |
| 23 | + - Expose StatusOptions.RecurseIgnoredDirs (#728) |
| 24 | + - Introduce GlobalSettings.Features() (#717) |
| 25 | + - Make Repository.Version output the libgit2 built-in features (#676, #694) |
| 26 | + |
| 27 | +### Changes |
| 28 | + |
| 29 | + - LibGit2Sharp now requires .Net 4.0 (#654, #678) |
| 30 | + - Repository.Checkout() and Branch.Checkout() overloads now accept a CheckoutOptions parameter (#685) |
| 31 | + - Deprecate repo.Refs.IsValidName() (#680, #691) |
| 32 | + - Deprecate repo.Network.Remotes.IsValidName() (#679, #690) |
| 33 | + - Deprecate repo.Branches.Move() in favor of repo.Branches.Rename() (#737, #738) |
| 34 | + - Update libgit2 binaries to libgit2/libgit2@2f6f6eb |
| 35 | + |
| 36 | +### Fixes |
| 37 | + |
| 38 | + - Do not fail enumerating the ObjectDatabase content when an unexpected file is found under .git/objects (#704) |
| 39 | + - Fix update of HEAD when committing against a bare repository with a temporary working directory (#692) |
10 | 40 |
|
11 | 41 | ## v0.17.0 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.16.0...v0.17.0))
|
12 | 42 |
|
|
0 commit comments