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-09-15 16:24:07 +0400
committernulltoken <emeric.fermas@gmail.com>2011-09-21 21:32:26 +0400
commitdf04d9d21aad672241f4c995a217fc1f473ab818 (patch)
tree525a678107a491d1c767bc23658ca91b1c149968 /LibGit2Sharp/Properties
parent75ae7f95d566368c7d4c8cb0264c1e403fcabb90 (diff)
Enforce code style
Diffstat (limited to 'LibGit2Sharp/Properties')
-rw-r--r--LibGit2Sharp/Properties/AssemblyInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibGit2Sharp/Properties/AssemblyInfo.cs b/LibGit2Sharp/Properties/AssemblyInfo.cs
index 4634b8bc..2ed688a8 100644
--- a/LibGit2Sharp/Properties/AssemblyInfo.cs
+++ b/LibGit2Sharp/Properties/AssemblyInfo.cs
@@ -43,4 +43,4 @@ using System.Runtime.InteropServices;
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.4.0")]
-[assembly: AssemblyFileVersion("0.4.0")] \ No newline at end of file
+[assembly: AssemblyFileVersion("0.4.0")]