File tree 3 files changed +11
-5
lines changed
3 files changed +11
-5
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.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 ) )
14
20
15
21
### Fixes
16
22
Original file line number Diff line number Diff line change 1
1
The MIT License
2
2
3
- Copyright (c) 2011-2014 LibGit2Sharp contributors
3
+ Copyright (c) LibGit2Sharp contributors
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
8000
Original file line number Diff line number Diff line change 17
17
#endif
18
18
19
19
[ assembly: AssemblyProduct ( "LibGit2Sharp" ) ]
20
- [ assembly: AssemblyCopyright ( "Copyright © 2011-2014 LibGit2Sharp contributors" ) ]
20
+ [ assembly: AssemblyCopyright ( "Copyright © LibGit2Sharp contributors" ) ]
21
21
22
22
[ assembly: CLSCompliant ( true ) ]
23
23
42
42
// by using the '*' as shown below:
43
43
// [assembly: AssemblyVersion("1.0.*")]
44
44
45
- [ assembly: AssemblyVersion ( "0.20.1 " ) ]
46
- [ assembly: AssemblyFileVersion ( "0.20.1 " ) ]
45
+ [ assembly: AssemblyVersion ( "0.20.2 " ) ]
46
+ [ assembly: AssemblyFileVersion ( "0.20.2 " ) ]
You can’t perform that action at this time.
0 commit comments