File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 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 >
8
9
- @libgit2sharp : < http://twitter.com/libgit2sharp >
9
10
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
+
10
30
## v0.6.2
11
31
12
32
### Fixes
Original file line number Diff line number Diff line change 42
42
// by using the '*' as shown below:
43
43
// [assembly: AssemblyVersion("1.0.*")]
44
44
45
- [ assembly: AssemblyVersion ( "0.6.2 " ) ]
46
- [ assembly: AssemblyFileVersion ( "0.6.2 " ) ]
45
+ [ assembly: AssemblyVersion ( "0.7.0 " ) ]
46
+ [ assembly: AssemblyFileVersion ( "0.7.0 " ) ]
You can’t perform that action at this time.
0 commit comments