[mono/taglib-sharp] 2006fea4: Include the AssemblyInfo.cs file

"Stephen Shaw ([email protected])" <[email protected]>
Newsgroups gmane.comp.gnome.mono.patches
Message-ID <00000141a21aae39-398a744e-0664-478a-b9e2-fcee0268a085-000000@email.amazonses.com>
   Branch: refs/heads/master
     Home: https://github.com/mono/taglib-sharp
  Compare: https://github.com/mono/taglib-sharp/compare/f79d38549a87...2006fea42300

   Commit: 2006fea42300fe79302f101d3cf82b1a74968ab4
   Author: Stephen Shaw <[email protected]> (decriptor)
     Date: 2013-10-10 11:20:14 GMT
      URL: https://github.com/mono/taglib-sharp/commit/2006fea42300fe79302f101d3cf82b1a74968ab4

Include the AssemblyInfo.cs file

This is a bit redundant because its generated by
autotools, but this will allow others to include
taglib-sharp.csproj in their solution and build
without having to run autotools

Changed paths:
  M .gitignore
Added paths:
  A src/AssemblyInfo.cs

Modified: .gitignore
===================================================================
@@ -14,7 +14,6 @@ configure
 *.config
 install-sh
 missing
-src/AssemblyInfo.cs
 *.pc
 *.zip
 tests/samples/tmp*

Added: src/AssemblyInfo.cs
===================================================================
@@ -0,0 +1,36 @@
+//
+// AssemblyInfo.cs.in: Contains flags to use for the assembly.
+//
+// Author:
+//   Brian Nickel ([email protected])
+//
+// Copyright (C) 2006-2007 Brian Nickel
+// 
+// This library is free software; you can redistribute it and/or modify
+// it  under the terms of the GNU Lesser General Public License version
+// 2.1 as published by the Free Software Foundation.
+//
+// This library is distributed in the hope that it will be useful, but
+// WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
+// USA
+//
+
+using System;
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+[assembly:AssemblyVersion("2.1.0.0")]
+[assembly:AssemblyTitle ("TagLib#")]
+[assembly:AssemblyDescription ("A library for reading and writing audio metatags.")]
+[assembly:AssemblyCopyright ("Copyright (c) 2006-2007 Brian Nickel.  Copyright (c) 2009-2010 Other contributors")]
+[assembly:AssemblyCompany ("")]
+[assembly:AssemblyDelaySign(false)]
+[assembly:AssemblyKeyFile("taglib-sharp.snk")]
+[assembly:CLSCompliant(false)]


_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.