Skip to content

Commit

Permalink
Release LibGit2Sharp v0.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Thomson committed Jan 19, 2015
1 parent 109b082 commit cfae357
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@
- CodeBetter TeamCity: <http://teamcity.codebetter.com/project.html?projectId=LibGit2Sharp&guest=1>
- Travis: <https://travis-ci.org/libgit2/libgit2sharp>

## v0.21 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.20...v0.20.1))
## v0.20.2 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.20.1...v0.20.2))

### Fixes

- Update libgit2 to prevent issues around symbolic links to ".git" folders in trees on Mac

## v0.20.1 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.20...v0.20.1))

### Fixes

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License

Copyright (c) 2011-2014 LibGit2Sharp contributors
Copyright (c) LibGit2Sharp contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions LibGit2Sharp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#endif

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

[assembly: CLSCompliant(true)]

Expand All @@ -42,5 +42,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("0.20.1")]
[assembly: AssemblyFileVersion("0.20.1")]
[assembly: AssemblyVersion("0.20.2")]
[assembly: AssemblyFileVersion("0.20.2")]

0 comments on commit cfae357

Please sign in to comment.