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-10 23:51:40 +0400
committernulltoken <emeric.fermas@gmail.com>2011-05-11 23:32:45 +0400
commit70477015a9dbe89edf9992df7d512e307bc05607 (patch)
tree86a450199bee21492cc28e45cdbc4545f78ac8e0 /LibGit2Sharp/Properties
parent5d64757f8b0e2a87558e6dffae60ee4fb9234370 (diff)
Prepare NuGet packagingv0.1.0
Diffstat (limited to 'LibGit2Sharp/Properties')
-rw-r--r--LibGit2Sharp/Properties/AssemblyInfo.cs23
1 files changed, 13 insertions, 10 deletions
diff --git a/LibGit2Sharp/Properties/AssemblyInfo.cs b/LibGit2Sharp/Properties/AssemblyInfo.cs
index 73446280..efdc8538 100644
--- a/LibGit2Sharp/Properties/AssemblyInfo.cs
+++ b/LibGit2Sharp/Properties/AssemblyInfo.cs
@@ -6,14 +6,17 @@ using System.Runtime.InteropServices;
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
-[assembly: AssemblyTitle("libgit2sharp")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("libgit2sharp")]
-[assembly: AssemblyCopyright("Copyright © 2011")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
+[assembly: AssemblyTitle("LibGit2Sharp")]
+[assembly: AssemblyDescription(".Net bindings for libgit2")]
+
+#if DEBUG
+[assembly: AssemblyConfiguration("Debug")]
+#else
+[assembly: AssemblyConfiguration("Release")]
+#endif
+
+[assembly: AssemblyProduct("LibGit2Sharp")]
+[assembly: AssemblyCopyright("Copyright © 2011 LibGit2Sharp contributors")]
[assembly: CLSCompliant(true)]
@@ -38,5 +41,5 @@ using System.Runtime.InteropServices;
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("0.1.0.0")]
-[assembly: AssemblyFileVersion("0.1.0.0")] \ No newline at end of file
+[assembly: AssemblyVersion("0.1.0")]
+[assembly: AssemblyFileVersion("0.1.0")] \ No newline at end of file