File tree 2 files changed +14
-2
lines changed 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 8
8
- CI server: < http://teamcity.codebetter.com/project.html?projectId=project127&guest=1 >
9
9
- @libgit2sharp : < http://twitter.com/libgit2sharp >
10
10
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
+
11
23
## v0.14.0 - ([ diff] ( https://github.com/libgit2/libgit2sharp/compare/v0.13.0...v0.14.0 ) )
12
24
13
25
### Additions
Original file line number Diff line number Diff line change 42
42
// by using the '*' as shown below:
43
43
// [assembly: AssemblyVersion("1.0.*")]
44
44
45
- [ assembly: AssemblyVersion ( "0.14.0 " ) ]
46
- [ assembly: AssemblyFileVersion ( "0.14.0 " ) ]
45
+ [ assembly: AssemblyVersion ( "0.14.1 " ) ]
46
+ [ assembly: AssemblyFileVersion ( "0.14.1 " ) ]
You can’t perform that action at this time.
0 commit comments