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>2015-01-18 19:24:07 +0300
committernulltoken <emeric.fermas@gmail.com>2015-02-01 16:26:19 +0300
commit3b0f7e16c7a773076515409990964ae7c807d59f (patch)
tree1eee23d14b5a6bdeefdf21f7266c5fc97f80ccde
parent254fabc289ab5b0ee50e3e5dc274b1a47cc1ac67 (diff)
Release LibGit2Sharp v0.21v0.21
-rw-r--r--CHANGES.md28
-rw-r--r--LibGit2Sharp/Properties/AssemblyInfo.cs6
-rw-r--r--appveyor.yml2
3 files changed, 30 insertions, 6 deletions
diff --git a/CHANGES.md b/CHANGES.md
index eeda7b55..d0625fec 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -7,8 +7,32 @@
- Issue tracker: <https://github.com/libgit2/libgit2sharp/issues>
- @libgit2sharp: <http://twitter.com/libgit2sharp>
- CI servers:
- - CodeBetter TeamCity: <http://teamcity.codebetter.com/project.html?projectId=LibGit2Sharp&guest=1>
- - Travis: <https://travis-ci.org/libgit2/libgit2sharp>
+ - Windows (x86/amd64): <https://ci.appveyor.com/project/libgit2/libgit2sharp>
+ - Linux/MacOsX: <https://travis-ci.org/libgit2/libgit2sharp>
+
+## v0.21 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.20.2...v0.21))
+
+### Additions
+
+ - Introduce repo.Index.Add() and repo.Index.Remove() (#907)
+ - Introduce repo.Describe() (#848)
+ - Teach Repository.Clone to accept a specific branch to checkout (#650, #882)
+ - Expose IndexEntry.AssumeUnchanged (#928, #929)
+ - Introduce GlobalSettings.Version.InformationalVersion (#921)
+
+### Changes
+
+ - Deprecate Branch.Checkout() (#937)
+ - Deprecate GlobalSettings.Version.MajorMinorPatch (#921)
+ - Change Blob.Size output to a long (#892)
+ - Update libgit2 binaries to libgit2/libgit2@e0902fb
+
+### Fixes
+
+ - Fix Network.Fetch() tags retrieval (#927)
+ - Fix repo.Stage("*") behavior (#907)
+ - Plug some memory leaks (#883, #910)
+ - Protect Repository.Clone() from null parameters (#891)
## v0.20.2 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.20.1...v0.20.2))
diff --git a/LibGit2Sharp/Properties/AssemblyInfo.cs b/LibGit2Sharp/Properties/AssemblyInfo.cs
index cf6a9372..c0a9f3da 100644
--- a/LibGit2Sharp/Properties/AssemblyInfo.cs
+++ b/LibGit2Sharp/Properties/AssemblyInfo.cs
@@ -42,6 +42,6 @@ using System.Runtime.InteropServices;
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("0.20.2")]
-[assembly: AssemblyFileVersion("0.20.2")]
-[assembly: AssemblyInformationalVersion("0.20.2")]
+[assembly: AssemblyVersion("0.21.0")]
+[assembly: AssemblyFileVersion("0.21.0")]
+[assembly: AssemblyInformationalVersion("0.21.0")]
diff --git a/appveyor.yml b/appveyor.yml
index 7d2465ba..1497c438 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,4 +1,4 @@
-version: '0.20.2.{build}'
+version: '0.21.0.{build}'
branches:
only: