|
10 | 10 | - Windows (x86/amd64): <https://ci.appveyor.com/project/libgit2/libgit2sharp>
|
11 | 11 | - Linux/Mac OS X: <https://travis-ci.org/libgit2/libgit2sharp>
|
12 | 12 |
|
13 |
| -## v0.22 + 1 |
| 13 | +## v0.23 + 1 |
14 | 14 |
|
15 | 15 | ### Additions
|
16 | 16 |
|
| 17 | +### Changes |
| 18 | + |
| 19 | +### Fixes |
| 20 | + |
| 21 | +## v0.23 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.22..v0.23)) |
| 22 | + |
| 23 | +### Additions |
| 24 | + |
| 25 | + - Add `CherryPickCommit` and `RevertCommit` to `ObjectDatabase`. |
| 26 | + - Add `IncludeIgnored` field to `SatusOptions`. |
| 27 | + - Add `Commit.CreateBuffer` to write a commit object to a buffer and |
| 28 | + `ObjectDatabase.CreateCommitWithSignature` to create commits which include a |
| 29 | + signature. |
| 30 | + - Add `Commit.ExtractSignature` to get a commit's signature. |
| 31 | + - Add `ObjectDatabase.Write<T>` to write arbitrary objects to the object db. |
| 32 | + - Add `Commit.PrettifyMessage` |
| 33 | + |
| 34 | + |
17 | 35 | ### Changes
|
18 | 36 |
|
19 | 37 | - The native libraries are now expected to be in the `lib` directory,
|
20 | 38 | instead of `NativeBinaries` for improved mono compatibility. In
|
21 | 39 | addition, the names of platform architectures now better reflect
|
22 | 40 | the vendor naming (eg, `x86_64` instead of `amd64` on Linux).
|
23 |
| - - Obsolete the config paths in RepositoryOptions |
24 |
| - |
25 |
| -### Fixes |
| 41 | + - Deprecate the config paths in RepositoryOptions |
| 42 | + - Deprecate the `QueryBy` overload with `FollowFilter`. |
| 43 | + - Deprecate `Branch.Remote` in favour of `Branch.RemoteName` |
| 44 | + - `Remote` no longer implement the equality operator. |
| 45 | + - `Remote.Update` takes a remote name instead of an instance. |
| 46 | + - `Fetch`, `Pull`, `Move`, `Remove`, `Stage` are now in a commands namespace to |
| 47 | + indicate what they represent. |
26 | 48 |
|
27 | 49 | ## v0.22 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.21.1...v0.22))
|
28 | 50 |
|
|
0 commit comments