Skip to content

Commit

Permalink
Release LibGit2Sharp v0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nulltoken committed Jun 4, 2014
1 parent ba1bb21 commit 05e6633
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions LibGit2Sharp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@
// 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")]

0 comments on commit 05e6633

Please sign in to comment.