8000 Release LibGit2Sharp v0.3.0 · Folcon/libgit2sharp@63997c5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 63997c5

Browse files
committed
Release LibGit2Sharp v0.3.0
1 parent f0a6c6c commit 63997c5

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# LibGit2Sharp releases
22

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
417

518
- [Fix] Fix Repository.Info.IsEmpty
619
- [Fix] Fix default CommitCollection sorting behavior

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.2.0")]
46-
[assembly: AssemblyFileVersion("0.2.0")]
45+
[assembly: AssemblyVersion("0.3.0")]
46+
[assembly: AssemblyFileVersion("0.3.0")]

nuget.package/LibGit2Sharp.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<projectUrl>https://github.com/libgit2/libgit2sharp/</projectUrl>
1010
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1111
<description>$description$</description>
12-
<tags>libgit2 git wrapper bindings API</tags>
12+
<tags>libgit2 git wrapper bindings API dvcs vcs</tags>
1313
</metadata>
1414
<files>
1515
<file src="..\Lib\git2.dll" target="NativeBinaries\x86" />

0 commit comments

Comments
 (0)
0