Skip to content

Commit 36db990

Browse files
committed
Merge remote-tracking branch 'origin/master' into vNext
2 parents d443daa + cfae357 commit 36db990

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
- CodeBetter TeamCity: <http://teamcity.codebetter.com/project.html?projectId=LibGit2Sharp&guest=1>
1111
- Travis: <https://travis-ci.org/libgit2/libgit2sharp>
1212

13+
## v0.20.2 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.20.1...v0.20.2))
14+
15+
### Fixes
16+
17+
- Update libgit2 to prevent issues around symbolic links to ".git" folders in trees on Mac
18+
1319
## v0.20.1 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.20...v0.20.1))
1420

1521
### Fixes

LibGit2Sharp/Properties/AssemblyInfo.cs

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

45-
[assembly: AssemblyVersion("0.20.1")]
46-
[assembly: AssemblyFileVersion("0.20.1")]
47-
[assembly: AssemblyInformationalVersion("0.20.1")]
45+
[assembly: AssemblyVersion("0.20.2")]
46+
[assembly: AssemblyFileVersion("0.20.2")]
47+
[assembly: AssemblyInformationalVersion("0.20.2")]

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '0.20.1.{build}'
1+
version: '0.20.2.{build}'
22

33
branches:
44
only:

0 commit comments

Comments
 (0)