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>2014-06-04 11:33:28 +0400
committernulltoken <emeric.fermas@gmail.com>2014-06-04 12:31:48 +0400
commit05e6633d998176a2afddfc4814bf47564976ef26 (patch)
treec05095307da8009e1d1eeaed7406fac70c1a1aac
parentba1bb21052ef97edb12bf7510d8af82b1badc999 (diff)
Release LibGit2Sharp v0.18.1v0.18.1
-rw-r--r--CHANGES.md14
-rw-r--r--LibGit2Sharp/Properties/AssemblyInfo.cs4
2 files changed, 16 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index a7cc7ea1..b26dac60 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -10,6 +10,20 @@
- CodeBetter TeamCity: <http://teamcity.codebetter.com/project.html?projectId=LibGit2Sharp&guest=1>
- Travis: <https://travis-ci.org/libgit2/libgit2sharp>
+## v0.18.1 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.18.0...v0.18.1))
+
+### Additions
+
+ - Make CommitOptions expose additional properties to control how the message should be prettified (#744, #745)
+
+### Changes
+
+ - Update libgit2 binaries to libgit2/libgit2@90befde
+
+### Fixes
+
+ - Fix issue when cloning from a different local volume (#742, #743)
+
## v0.18.0 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.17.0...v0.18.0))
### Additions
diff --git a/LibGit2Sharp/Properties/AssemblyInfo.cs b/LibGit2Sharp/Properties/AssemblyInfo.cs
index 08988c23..58286cd1 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.18.0")]
-[assembly: AssemblyFileVersion("0.18.0")]
+[assembly: AssemblyVersion("0.18.1")]
+[assembly: AssemblyFileVersion("0.18.1")]