Skip to content

Commit

Permalink
* Publish new package
Browse files Browse the repository at this point in the history
  • Loading branch information
ioctlLR committed Feb 25, 2014
1 parent 57539bb commit a3f2f18
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions NVorbis.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>NVorbis</id>
<version>0.8.0</version>
<version>0.8.1.0</version>
<title />
<authors>Andrew Ward</authors>
<owners />
Expand All @@ -11,7 +11,12 @@
<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>Released</releaseNotes>
<releaseNotes>- Bugfix: Threading issues in Ogg reader
- Rewrite StreamReadBuffer (again) for simplicity and correctness
- Add "saved buffer" concept to StreamReadBuffer for multi-threaded performance
- Reduce Ogg reader memory usage
- Add locking for multi-threading support in Ogg reader
- Remove exception-based logic where possible for better performance</releaseNotes>
<language>en-US</language>
<tags>ogg vorbis xiph audio c# sound .NET</tags>
<frameworkAssemblies>
Expand Down

0 comments on commit a3f2f18

Please sign in to comment.