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-12 22:20:33 +0400
committernulltoken <emeric.fermas@gmail.com>2011-05-12 22:43:43 +0400
commit5a47dc45363e078db0f701384c820c27d6ec2548 (patch)
treee670571cb59f00bdb9e2d5b0fc3b1f519dfd19e8 /LibGit2Sharp/Properties
parent1d544e888df4b6f02d393518b5f5f79b03c49afb (diff)
Fix NuGet packagingv0.1.1
Credit goes to @davidebbo for the excellent work and support
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 efdc8538..691ebf24 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.0")]
-[assembly: AssemblyFileVersion("0.1.0")] \ No newline at end of file
+[assembly: AssemblyVersion("0.1.1")]
+[assembly: AssemblyFileVersion("0.1.1")] \ No newline at end of file