GARbro-mirror/packages/NVorbis.0.8.3.0/NVorbis.0.8.3.0.nuspec
2014-11-07 02:45:48 +04:00

20 lines
936 B
XML

<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>NVorbis</id>
<version>0.8.3.0</version>
<authors>Andrew Ward</authors>
<owners>Andrew Ward</owners>
<licenseUrl>http://nvorbis.codeplex.com/license</licenseUrl>
<projectUrl>http://nvorbis.codeplex.com/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A fully managed implementation of a Xiph.org Foundation Ogg Vorbis decoder.</description>
<summary>A managed Xiph.org Foundation Ogg Vorbis decoder</summary>
<releaseNotes>- BugFix: Don't set the end of stream flag until the last packet of the page</releaseNotes>
<language>en-US</language>
<tags>ogg vorbis xiph audio c# sound .NET</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System" targetFramework="" />
</frameworkAssemblies>
</metadata>
</package>