File tree 3 files changed +17
-4
lines changed 3 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 1
1
# LibGit2Sharp releases
2
2
3
- ## v0.2.0
3
+ ## v0.3.0
4
+
5
+ - [ Add] Add msvcr100.dll dependency
6
+ - [ Add] Add basic Commit feature
7
+ - [ Add] Add Repository.Index.Unstage() functionality
8
+ - [ Add] Add branch renaming feature
9
+ - [ Fix] Fix index updating issue
10
+ - [ Fix] Fix branch creation issue
11
+ - [ Upd] Make Repository.Head return a Branch instead of a Reference
12
+ - [ Upd] Defer resolving of Repository.Info
13
+ - [ Upd] Update libgit2 binaries to a5aa5bd
14
+ - [ Upd] Enhance error reporting
15
+
16
+ ## v0.2.0
4
17
5
18
- [ Fix] Fix Repository.Info.IsEmpty
6
19
- [ Fix] Fix default CommitCollection sorting behavior
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.2 .0" ) ]
46
- [ assembly: AssemblyFileVersion ( "0.2 .0" ) ]
45
+ [ assembly: AssemblyVersion ( "0.3 .0" ) ]
46
+ [ assembly: AssemblyFileVersion ( "0.3 .0" ) ]
Original file line number Diff line number Diff line change 9
9
<projectUrl >https://github.com/libgit2/libgit2sharp/</projectUrl >
10
10
<requireLicenseAcceptance >false</requireLicenseAcceptance >
11
11
<description >$description$</description >
12
- <tags >libgit2 git wrapper bindings API</tags >
12
+ <tags >libgit2 git wrapper bindings API dvcs vcs </tags >
13
13
</metadata >
14
14
<files >
15
15
<file src =" ..\Lib\git2.dll" target =" NativeBinaries\x86" />
You can’t perform that action at this time.
0 commit comments