Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@microsoft.com>2015-01-19 22:51:44 +0300
committerEdward Thomson <ethomson@microsoft.com>2015-01-19 23:22:29 +0300
commitcfae3571996d3d5cfb8fb37b1777fcc59d83b68a (patch)
treec289e87391be04acdca8b85688cb03fd38c40e78
parent109b08200ff579aa5608ba2a01b7025808cbf0a4 (diff)
Release LibGit2Sharp v0.20.2v0.20.2
-rw-r--r--CHANGES.md8
-rw-r--r--LICENSE.md2
-rw-r--r--LibGit2Sharp/Properties/AssemblyInfo.cs6
3 files changed, 11 insertions, 5 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 718d3c81..eeda7b55 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -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
diff --git a/LICENSE.md b/LICENSE.md
index 2f4d091c..c7055434 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -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
diff --git a/LibGit2Sharp/Properties/AssemblyInfo.cs b/LibGit2Sharp/Properties/AssemblyInfo.cs
index ba9b2997..f4606887 100644
--- a/LibGit2Sharp/Properties/AssemblyInfo.cs
+++ b/LibGit2Sharp/Properties/AssemblyInfo.cs
@@ -17,7 +17,7 @@ using System.Runtime.InteropServices;
#endif
[assembly: AssemblyProduct("LibGit2Sharp")]
-[assembly: AssemblyCopyright("Copyright © 2011-2014 LibGit2Sharp contributors")]
+[assembly: AssemblyCopyright("Copyright © LibGit2Sharp contributors")]
[assembly: CLSCompliant(true)]
@@ -42,5 +42,5 @@ using System.Runtime.InteropServices;
// 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")]