From 05e6633d998176a2afddfc4814bf47564976ef26 Mon Sep 17 00:00:00 2001 From: nulltoken Date: Wed, 4 Jun 2014 09:33:28 +0200 Subject: Release LibGit2Sharp v0.18.1 --- CHANGES.md | 14 ++++++++++++++ LibGit2Sharp/Properties/AssemblyInfo.cs | 4 ++-- 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: - Travis: +## 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")] -- cgit v1.2.3