Skip to content

Commit 0d3c547

Browse files
committed
Release LibGit2Sharp v0.7.0
1 parent 3890af7 commit 0d3c547

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,28 @@
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>
89
- @libgit2sharp: <http://twitter.com/libgit2sharp>
910

11+
## v0.7
12+
13+
### Additions
14+
15+
- Allow access to System and Global configuration outside the context of a repo
16+
- Add overloads to index methods that accept collection of paths
17+
18+
### Changes
19+
20+
- Make Index.RetrieveStatus() return native file paths
21+
- Make IndexEntry able to cope with native file paths
22+
- Update libgit2 binaries to libgit2/libgit2@be00b00
23+
- Deprecate Repository.HasObject()
24+
25+
### Fixes
26+
27+
- Fix the build script to be fully XBuild compatible on Linux/Mono 2.10
28+
- Fix Index.Remove() to correctly handle files which have been deleted and modified in the working directory
29+
1030
## v0.6.2
1131

1232
### Fixes

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.6.2")]
46-
[assembly: AssemblyFileVersion("0.6.2")]
45+
[assembly: AssemblyVersion("0.7.0")]
46+
[assembly: AssemblyFileVersion("0.7.0")]

0 commit comments

Comments
 (0)