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:
authornulltoken <emeric.fermas@gmail.com>2014-02-06 23:18:00 +0400
committernulltoken <emeric.fermas@gmail.com>2014-02-06 23:20:48 +0400
commitedb140a1a7ffceacf6ddd9b83149281fe1daf5ff (patch)
tree21409eaa44c3c4148a51ba9195e3d4e71b5b79c0 /LibGit2Sharp
parent97adc9da1f82b7d1e8e61a801099491e549d386f (diff)
Release LibGit2Sharp v0.16.0v0.16.0
Diffstat (limited to 'LibGit2Sharp')
-rw-r--r--LibGit2Sharp/Properties/AssemblyInfo.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/LibGit2Sharp/Properties/AssemblyInfo.cs b/LibGit2Sharp/Properties/AssemblyInfo.cs
index 4fac73f6..61d00bc3 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-2013 LibGit2Sharp contributors")]
+[assembly: AssemblyCopyright("Copyright © 2011-2014 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.15.0")]
-[assembly: AssemblyFileVersion("0.15.0")]
+[assembly: AssemblyVersion("0.16.0")]
+[assembly: AssemblyFileVersion("0.16.0")]