-
Notifications
You must be signed in to change notification settings - Fork 59
/
NVorbis.nuspec
28 lines (28 loc) · 1.2 KB
/
NVorbis.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>NVorbis</id>
<version>0.8.4.0</version>
<title />
<authors>Andrew Ward</authors>
<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: Fix forward seeking when target page ends with partial packet.
- Mdct: Make transform thread-safe</releaseNotes>
<language>en-US</language>
<tags>ogg vorbis xiph audio c# sound .NET</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System" />
</frameworkAssemblies>
</metadata>
<files>
<file src="bin\NVorbis.dll" target="lib" />
<file src="bin\NVorbis.xml" target="lib" />
<file src="COPYING" />
<file src="README" />
</files>
</package>