8000 Release LibGit2Sharp v0.14.1 · ZeroInfinite/libgit2sharp@2f4368b · GitHub
[go: up one dir, main page]

Skip to content

Commit 2f4368b

Browse files
committed
Release LibGit2Sharp v0.14.1
1 parent 72e4a1e commit 2f4368b

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@
88
- CI server: <http://teamcity.codebetter.com/project.html?projectId=project127&guest=1>
99
- @libgit2sharp: <http://twitter.com/libgit2sharp>
1010

11+
## v0.14.1 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.14.0...v0.14.1))
12+
13+
### Changes
14+
15+
- Rename OrphanedHeadException into UnbornBranchException
16+
17+
### Fixes
18+
19+
- Fix handling of http->https redirects
20+
- Make probing for libgit2 binaries work from within the NuGet packages folder
21+
- Accept submodule paths with native directory separators
22+
1123
## v0.14.0 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.13.0...v0.14.0))
1224

1325
### Additions

LibGit2Sharp/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@
4242
// by using the '*' as shown below:
4343
// [assembly: AssemblyVersion("1.0.*")]
4444

45-
[assembly: AssemblyVersion("0.14.0")]
46-
[assembly: AssemblyFileVersion("0.14.0")]
45+
[assembly: AssemblyVersion("0.14.1")]
46+
[assembly: AssemblyFileVersion("0.14.1")]

0 commit comments

Comments
 (0)
0