Skip to content

Commit

Permalink
updated for 1.8.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
markheath committed Nov 3, 2018
1 parent 3d5ce58 commit 420e607
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 5 deletions.
1 change: 0 additions & 1 deletion NAudio.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@
<file src="NAudio.Universal\bin\Release\NAudio.Universal.dll" target="lib\uap10.0" />
<file src="NAudio.Universal\bin\Release\NAudio.Universal.xml" target="lib\uap10.0" />
<file src="license.txt" />
<file src="readme.txt" />
</files>
</package>
2 changes: 1 addition & 1 deletion NAudio/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Mark Heath")]
[assembly: AssemblyProduct("NAudio")]
[assembly: AssemblyCopyright("© 2001-2017 Mark Heath")]
[assembly: AssemblyCopyright("© 2001-2018 Mark Heath")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
24 changes: 22 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@

### 1.8.4
### 1.8.5 (3 Nov 2018)

- DMO Effect support via `DmoEffectWaveProvider` #413
- New Broadcast Wave File Writer `BwfWriter`
- Various bugfixes and enhancements:
- Improvements to stopping recording in `WaveInEvent` #403
- `WaveIn` and `WaveInEvent` support `GetPosition` #399
- `CueWaveFileReader` support for `Stream` #409, #376
- Fix reading wave files with odd chunk lengths #386
- Fix some WASAPI exclusive /event mode issues #383
- Fix 32 bit float ASIO sample converter #356
- Fixing `IAudioCaptureClient` cast exception issue #350
- `WaveOut` and `WaveOutEvent` read the actual volume #349
- `PropVariant` support for `VT_FILETIME` #341
- Added definitions of several media subtypes
- Fixed offset bug in `StereoToMonoSampleProvider` #312
- `KeySignatureEvent` reports flats properly as negative number #295
- `WaveInProvider.Read` uses offset parameter #297
- BREAKING - retired cakewalk drum map file format support
- Retired Win 8 project in favour of UWP

### 1.8.4 (6 Dec 2017)

* Windows 10 Universal build now included in NuGet package
* adding a TotalTime property to WaveFileWriter
Expand Down
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Target "NuGet" (fun _ ->
Summary = projectSummary
WorkingDir = packagingDir
AccessKey = myAccesskey*)
Version = "1.8.4" // todo get the version number from elsewhere
Version = "1.8.5" // todo get the version number from elsewhere
WorkingDir = "."
OutputPath = deployDir

Expand Down

0 comments on commit 420e607

Please sign in to comment.