File tree 2 files changed +24
-2
lines changed 2 files changed +24
-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.5
9
+
10
+ ### Additions
11
+
12
+ - Add Repository.Index.RetrieveStatus() (#49 )
13
+ - Add handling of configuration settings of the repository and retrieval of Remotes (#60 )
14
+
15
+ ### Changes
16
+
17
+ - Can now enumerate from multiple starting points
18
+ - While enumerating commits, automatically dereference objects to a commit object id
19
+ - Defer resolving of Branch.Tip, Tag.Target and Tag.Annotation
20
+ - Replace usage of ApplicationException with LibGit2Exception
21
+ - Update libgit2 binaries to libgit2/libgit2@35e9407
22
+
23
+ ### Fixes
24
+
25
+ - Prevent enumeration of commits from throwing when starting from a tag which points at a blob or a tree (#62 )
26
+ - Prevent a branch from being removed if it's the current HEAD
27
+ - References are now being enumerated in a ordered way
28
+ - Fix Repository.Discover() implementation when no .git folder exists
29
+
8
30
## v0.4
9
31
10
32
### 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.4 .0" ) ]
46
- [ assembly: AssemblyFileVersion ( "0.4 .0" ) ]
45
+ [ assembly: AssemblyVersion ( "0.5 .0" ) ]
46
+ [ assembly: AssemblyFileVersion ( "0.5 .0" ) ]
You can’t perform that action at this time.
0 commit comments