Skip to content

Commit

Permalink
Release LibGit2Sharp v0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nulltoken committed Sep 25, 2013
1 parent 72e4a1e commit 2f4368b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@
- CI server: <http://teamcity.codebetter.com/project.html?projectId=project127&guest=1>
- @libgit2sharp: <http://twitter.com/libgit2sharp>

## v0.14.1 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.14.0...v0.14.1))

### Changes

- Rename OrphanedHeadException into UnbornBranchException

### Fixes

- Fix handling of http->https redirects
- Make probing for libgit2 binaries work from within the NuGet packages folder
- Accept submodule paths with native directory separators

## v0.14.0 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.13.0...v0.14.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.14.0")]
[assembly: AssemblyFileVersion("0.14.0")]
[assembly: AssemblyVersion("0.14.1")]
[assembly: AssemblyFileVersion("0.14.1")]

0 comments on commit 2f4368b

Please sign in to comment.