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

Skip to content

Commit cfae357

Browse files
author
Edward Thomson
committed
Release LibGit2Sharp v0.20.2
1 parent 109b082 commit cfae357

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGES.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,13 @@
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))
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+
19+
## v0.20.1 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.20...v0.20.1))
1420

1521
### Fixes
1622

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
Copyright (c) 2011-2014 LibGit2Sharp contributors
3+
Copyright (c) LibGit2Sharp contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

LibGit2Sharp/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
8000
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#endif
1818

1919
[assembly: AssemblyProduct("LibGit2Sharp")]
20-
[assembly: AssemblyCopyright("Copyright © 2011-2014 LibGit2Sharp contributors")]
20+
[assembly: AssemblyCopyright("Copyright © LibGit2Sharp contributors")]
2121

2222
[assembly: CLSCompliant(true)]
2323

@@ -42,5 +42,5 @@
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")]
45+
[assembly: AssemblyVersion("0.20.2")]
46+
[assembly: AssemblyFileVersion("0.20.2")]

0 commit comments

Comments
 (0)
0