8000 Release LibGit2Sharp v0.20 · ZeroInfinite/libgit2sharp@a2682ed · GitHub
[go: up one dir, main page]

Skip to content

Commit a2682ed

Browse files
committed
Release LibGit2Sharp v0.20
1 parent cf3b806 commit a2682ed

File tree

3 files changed

+38
-3
lines changed

3 files changed

+38
-3
lines changed

CHANGES.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,36 @@
1010
- CodeBetter TeamCity: <http://teamcity.codebetter.com/project.html?projectId=LibGit2Sharp&guest=1>
1111
- Travis: <https://travis-ci.org/libgit2/libgit2sharp>
1212

13+
## v0.20 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.19...v0.20))
14+
15+
### Additions
16+
17+
- Teach RemoteUpdater to update the remote url (#803)
18+
- Introduce ObjectDatabase.CreateTree(Index) and Index.Reset(Tree) (#788, #799)
19+
- Add process wide logging feature (#832)
20+
- Add process wide SmartSubtransport registration/unregistration (#528)
21+
- Expose Index.Clear() (#814)
22+
23+
### Changes
24+
25+
- Require Mono 3.6+ on non Windows platform (#800)
26+
- Require NuGet 2.7+ to install the package (#836)
27+
- Throw MergeFetchHeadNotFoundException when Pull cannot find ref to merge (#841)
28+
- Drop Remote.IsSupportedUrl() (#857)
29+
- Deprecate repo.Version in favor of GlobalSettings.Version (#726, #820)
30+
- Remove optional parameters from IRepository (#779, #815)
31+
- Move higher level Index operations to IRepository (#822, #851)
32+
- Deprecate repo.Refs.Move() in favor of repo.Refs.Rename() (#752, #819)
33+
- Update libgit2 binaries to libgit2/libgit2@3f8d005
34+
35+
### Fixes
36+
37+
- Fix compareOptions handling in Diff.Compare<T> (#827, #828)
38+
- Honor MSBuild Publish mechanism (#597, #821)
39+
- Make Configuration.BuildSignature() throw a more descriptive message (#831, #858)
40+
- Prevent Branch.Remote property from throwing when the remote is unresolvable (#823)
41+
- Teach Revert() to clean up repository state when there is nothing to revert (#816)
42+
1343
## v0.19 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.18.1...v0.19))
1444

1545
### 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.19.0")]
46-
[assembly: AssemblyFileVersion("0.19.0")]
45+
[assembly: AssemblyVersion("0.20.0")]
46+
[assembly: AssemblyFileVersion("0.20.0")]

README.md

Lines changed: 6 additions & 1 deletion
< 900E tr>
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@
44

55
[0]: http://libgit2.github.com/
66

7+
## Prerequisites
8+
9+
- **Windows:** .Net 4.0+
10+
- **Linux/MacOsX:** Mono 3.6+
11+
712
## Online resources
813

9-
- [NuGet package][1]
14+
- [NuGet package][1] (Requires NuGet 2.7+)
1015
- [Source code][2]
1116
- [Continuous integration][3]
1217

0 commit comments

Comments
 (0)
0