TagLib.Silverlight 1.0.2-pre

This is a prerelease version of TagLib.Silverlight.
dotnet add package TagLib.Silverlight --version 1.0.2-pre
NuGet\Install-Package TagLib.Silverlight -Version 1.0.2-pre
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.Silverlight" Version="1.0.2-pre" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TagLib.Silverlight --version 1.0.2-pre
#r "nuget: TagLib.Silverlight, 1.0.2-pre"
#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.Silverlight as a Cake Addin
#addin nuget:?package=TagLib.Silverlight&version=1.0.2-pre&prerelease

// Install TagLib.Silverlight as a Cake Tool
#tool nuget:?package=TagLib.Silverlight&version=1.0.2-pre&prerelease

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.

Product Compatible and additional computed target framework versions.
Silverlight sl5 is compatible. 
Compatible target framework(s)
Included target framework(s) (in 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

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.2-pre 1,014 5/27/2014

1.0.2-pre: Fix #4 using Dispose on Stream for IFileAbstraction impelementations.