Applied patches that are needed for CUETools to function with this version of taglib:

1) .iso.wv support
2) foobar2000 tag mapping
3) new tags for ReleaseDate, ReleaseCountry, DiscSubtitle, Publisher, CatalogNumber
4) Bugfixes
This commit is contained in:
chudov
2012-04-16 07:13:35 +00:00
parent 4fbfccd0d2
commit 773efab7eb
16 changed files with 792 additions and 24 deletions

View File

@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
[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)]
[assembly:CLSCompliant(false)]
[assembly: ComVisibleAttribute(false)]