TagLib.Portable 1.0.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package TagLib.Portable --version 1.0.4
NuGet\Install-Package TagLib.Portable -Version 1.0.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TagLib.Portable" Version="1.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TagLib.Portable --version 1.0.4
#r "nuget: TagLib.Portable, 1.0.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install TagLib.Portable as a Cake Addin
#addin nuget:?package=TagLib.Portable&version=1.0.4

// Install TagLib.Portable as a Cake Tool
#tool nuget:?package=TagLib.Portable&version=1.0.4

TagLib# is a library to read ID3 and other metadat format from files.  This is a popular metadata format for audio/video files to extract artist/title/album art.  This is an implementation of TagLib# forked for forward progress using .NET Portable profiles.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on TagLib.Portable:

Repository Stars
zhuxb711/RX-Explorer
一款优雅的UWP文件管理器 | An elegant UWP Explorer
Version Downloads Last updated
1.3.1 15,616 9/4/2021
1.2.0-pre 4,204 11/28/2017
1.0.4 24,483 1/7/2016
1.0.3 2,269 10/30/2015
1.0.2 2,711 1/19/2015
1.0.2-pre 1,606 5/27/2014
1.0.1-pre 1,438 5/24/2014

1.0.4: Fix #5 Stackoverflow Exception When Saving (thanks RafaelYousuf).