8000 Release LibGit2Sharp v0.18.0 · GiTechLab/libgit2sharp@94f769e · GitHub
[go: up one dir, main page]

Skip to content

Commit 94f769e

Browse files
committed
Release LibGit2Sharp v0.18.0
1 parent 9e82f30 commit 94f769e

File tree

2 files changed

+33
-3
lines changed

2 files changed

+33
-3
lines changed

CHANGES.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,38 @@
55
- Source code: <https://github.com/libgit2/libgit2sharp>
66
- NuGet package: <http://nuget.org/List/Packages/LibGit2Sharp>
77
- Issue tracker: <https://github.com/libgit2/libgit2sharp/issues>
8-
- CI server: <http://teamcity.codebetter.com/project.html?projectId=project127&guest=1>
98
- @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)
1040

1141
## v0.17.0 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.16.0...v0.17.0))
1242

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.17.0")]
46-
[assembly: AssemblyFileVersion("0.17.0")]
45+
[assembly: AssemblyVersion("0.18.0")]
46+
[assembly: AssemblyFileVersion("0.18.0")]

0 commit comments

Comments
 (0)
0