8000 Release LibGit2Sharp v0.20.1 · GiTechLab/libgit2sharp@e62364d · GitHub
[go: up one dir, main page]

Skip to content

Commit e62364d

Browse files 8000
author
Edward Thomson
committed
Release LibGit2Sharp v0.20.1
1 parent 6e81396 commit e62364d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
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.21 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.20...v0.20.1))
14+
15+
### Fixes
16+
17+
- Update libgit2 to prevent issues around ".git" folders in trees on Windows and Mac
18+
1319
## v0.20 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.19...v0.20))
1420

1521
### Additions

LibGit2Sharp/Properties/AssemblyInfo.cs

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

45-
[assembly: AssemblyVersion("0.20.0")]
46-
[assembly: AssemblyFileVersion("0.20.0")]
45+
[assembly: AssemblyVersion("0.20.1")]
46+
[assembly: AssemblyFileVersion("0.20.1")]

0 commit comments

Comments
 (0)
0