File tree 2 files changed +16
-2
lines changed 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 10
10
- CodeBetter TeamCity: < http://teamcity.codebetter.com/project.html?projectId=LibGit2Sharp&guest=1 >
11
11
- Travis: < https://travis-ci.org/libgit2/libgit2sharp >
12
12
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
+
13
27
## v0.18.0 - ([ diff] ( https://github.com/libgit2/libgit2sharp/compare/v0.17.0...v0.18.0 ) )
14
28
15
29
### 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.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