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>2011-05-24 22:21:33 +0400
committernulltoken <emeric.fermas@gmail.com>2011-05-25 00:32:04 +0400
commit0e09872063b5238a39f31c322410d12253c96ccb (patch)
tree0ccbbac06a7d6a3cbe09c36a18c35d778884d8a0 /LibGit2Sharp/Properties
parentc8ccded4ee47d8f055ef17c2f80b001424cca03a (diff)
Release LibGit2Sharp v0.2.0v0.2.0
Diffstat (limited to 'LibGit2Sharp/Properties')
-rw-r--r--LibGit2Sharp/Properties/AssemblyInfo.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/LibGit2Sharp/Properties/AssemblyInfo.cs b/LibGit2Sharp/Properties/AssemblyInfo.cs
index 691ebf24..3ef68095 100644
--- a/LibGit2Sharp/Properties/AssemblyInfo.cs
+++ b/LibGit2Sharp/Properties/AssemblyInfo.cs
@@ -41,5 +41,5 @@ using System.Runtime.InteropServices;
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("0.1.1")]
-[assembly: AssemblyFileVersion("0.1.1")] \ No newline at end of file
+[assembly: AssemblyVersion("0.2.0")]
+[assembly: AssemblyFileVersion("0.2.0")] \ No newline at end of file