File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed
Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11The MIT License
22
3- Copyright (c) 2011-2014 LibGit2Sharp contributors
3+ Copyright (c) LibGit2Sharp contributors
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 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
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 " ) ]
You can’t perform that action at this time.
0 commit comments