mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
1) .iso.wv support 2) foobar2000 tag mapping 3) new tags for ReleaseDate, ReleaseCountry, DiscSubtitle, Publisher, CatalogNumber 4) Bugfixes
37 lines
1.3 KiB
C#
37 lines
1.3 KiB
C#
//
|
|
// AssemblyInfo.cs.in: Contains flags to use for the assembly.
|
|
//
|
|
// Author:
|
|
// Brian Nickel (brian.nickel@gmail.com)
|
|
//
|
|
// 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.0.4.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:CLSCompliant(false)]
|
|
[assembly: ComVisibleAttribute(false)]
|