FlacLibSharp 1.0.0

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package FlacLibSharp --version 1.0.0
NuGet\Install-Package FlacLibSharp -Version 1.0.0
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="FlacLibSharp" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FlacLibSharp --version 1.0.0
#r "nuget: FlacLibSharp, 1.0.0"
#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 FlacLibSharp as a Cake Addin
#addin nuget:?package=FlacLibSharp&version=1.0.0

// Install FlacLibSharp as a Cake Tool
#tool nuget:?package=FlacLibSharp&version=1.0.0

A .NET library for reading FLAC metadata.

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 was computed.  net40 was computed.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.5.0-beta 78 1/27/2015
1.0.0 281 1/26/2014

Version 1.0.0 allows you to read FLAC metadata. It won't yet allow you to modify metadata nor will it allow you to decode (or encode) FLAC audio. These features will be introduced respectively in version 1.5 and 2.0. No plans to implement encoding of audio to FLAC.
This first version still needs some further testing in the real world. Any issues are welcome at github, pull requests too.