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.
<PackageVersion Include="TagLib.Silverlight" Version="1.0.2-pre" />
<PackageReference Include="TagLib.Silverlight" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add TagLib.Silverlight --version 1.0.2-pre
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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.
#addin nuget:?package=TagLib.Silverlight&version=1.0.2-pre&prerelease
#tool nuget:?package=TagLib.Silverlight&version=1.0.2-pre&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | Versions 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,146 | 5/27/2014 |
1.0.2-pre: Fix #4 using Dispose on Stream for IFileAbstraction impelementations.