File tree 2 files changed +23
-2
lines changed 2 files changed +23
-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
8
+ ## v0.6
9
+
10
+ ### Additions
11
+
12
+ - Add Configuration.Get() overload that takes key in parts
13
+ - Add tracking branch details (#75 )
14
+ - Allow creation of commit using signature from configuration files
15
+ - Add Index.Remove() (#78 )
16
+ - Add a string indexer to the Commit and Tree types in order to ease retrieval of TreeEntries
17
+
18
+ ### Changes
19
+
20
+ - Provide default value for non existent configuration setting (#67 )
21
+ - Change the tree structure into which libgit2 binaries are located (#70 )
22
+ - Update libgit2 binaries to libgit2/libgit2@28c1451
23
+
24
+ ### Fixes
25
+
26
+ - Prevent enumeration of branches from throwing when the repository contains remote branches (#69 )
27
+ - Fix Index.Stage(), Index.Unstage() (#78 )
28
+
8
29
## v0.5
9
30
10
31
### Additions
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.5 .0" ) ]
46
- [ assembly: AssemblyFileVersion ( "0.5 .0" ) ]
45
+ [ assembly: AssemblyVersion ( "0.6 .0" ) ]
46
+ [ assembly: AssemblyFileVersion ( "0.6 .0" ) ]
You can’t perform that action at this time.
0 commit comments