File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1010 - CodeBetter TeamCity: < http://teamcity.codebetter.com/project.html?projectId=LibGit2Sharp&guest=1 >
1111 - Travis: < https://travis-ci.org/libgit2/libgit2sharp >
1212
13+ ## v0.18.1 - ([ diff] ( https://github.com/libgit2/libgit2sharp/compare/v0.18.0...v0.18.1 ) )
14+
15+ ### Additions
16+
17+ - Make CommitOptions expose additional properties to control how the message should be prettified (#744 , #745 )
18+
19+ ### Changes
20+
21+ - Update libgit2 binaries to libgit2/libgit2@90befde
22+
23+ ### Fixes
24+
25+ - Fix issue when cloning from a different local volume (#742 , #743 )
26+
1327## v0.18.0 - ([ diff] ( https://github.com/libgit2/libgit2sharp/compare/v0.17.0...v0.18.0 ) )
1428
1529### 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.18.0 " ) ]
46- [ assembly: AssemblyFileVersion ( "0.18.0 " ) ]
45+ [ assembly: AssemblyVersion ( "0.18.1 " ) ]
46+ [ assembly: AssemblyFileVersion ( "0.18.1 " ) ]
You can’t perform that action at this time.
0 commit comments