File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 " ) ]
You can’t perform that action at this time.
0 commit comments