Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornulltoken <emeric.fermas@gmail.com>2011-06-12 00:20:13 +0400
committernulltoken <emeric.fermas@gmail.com>2011-06-14 22:34:28 +0400
commit63997c55250d4de04be0a90f1cdfdbe2d6c5b2c2 (patch)
treef4fc20c37083dfef6cf5a55ec813837a8d8db802
parentf0a6c6c32c099e0dc6718a9c1f188479cd3176a7 (diff)
Release LibGit2Sharp v0.3.0v0.3.0
-rw-r--r--CHANGELOG.md15
-rw-r--r--LibGit2Sharp/Properties/AssemblyInfo.cs4
-rw-r--r--nuget.package/LibGit2Sharp.nuspec2
3 files changed, 17 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a89ac53a..d50289f2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,19 @@
# LibGit2Sharp releases
-## v0.2.0
+## v0.3.0
+
+ - [Add] Add msvcr100.dll dependency
+ - [Add] Add basic Commit feature
+ - [Add] Add Repository.Index.Unstage() functionality
+ - [Add] Add branch renaming feature
+ - [Fix] Fix index updating issue
+ - [Fix] Fix branch creation issue
+ - [Upd] Make Repository.Head return a Branch instead of a Reference
+ - [Upd] Defer resolving of Repository.Info
+ - [Upd] Update libgit2 binaries to a5aa5bd
+ - [Upd] Enhance error reporting
+
+ ## v0.2.0
- [Fix] Fix Repository.Info.IsEmpty
- [Fix] Fix default CommitCollection sorting behavior
diff --git a/LibGit2Sharp/Properties/AssemblyInfo.cs b/LibGit2Sharp/Properties/AssemblyInfo.cs
index c900de53..b05604f5 100644
--- a/LibGit2Sharp/Properties/AssemblyInfo.cs
+++ b/LibGit2Sharp/Properties/AssemblyInfo.cs
@@ -42,5 +42,5 @@ using System.Runtime.InteropServices;
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("0.2.0")]
-[assembly: AssemblyFileVersion("0.2.0")] \ No newline at end of file
+[assembly: AssemblyVersion("0.3.0")]
+[assembly: AssemblyFileVersion("0.3.0")] \ No newline at end of file
diff --git a/nuget.package/LibGit2Sharp.nuspec b/nuget.package/LibGit2Sharp.nuspec
index e274de04..558aa3ad 100644
--- a/nuget.package/LibGit2Sharp.nuspec
+++ b/nuget.package/LibGit2Sharp.nuspec
@@ -9,7 +9,7 @@
<projectUrl>https://github.com/libgit2/libgit2sharp/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
- <tags>libgit2 git wrapper bindings API</tags>
+ <tags>libgit2 git wrapper bindings API dvcs vcs</tags>
</metadata>
<files>
<file src="..\Lib\git2.dll" target="NativeBinaries\x86" />