xenolightning / AudioSwitcher

.NET Library which facilitates interacting with Audio Devices on Windows
Microsoft Public License
248 stars 53 forks source link

CoreAudio 3.0.1 depends on AudioApi 3.0.0-beta5 in Nuget #64

Closed ZeeNastalski closed 1 year ago

ZeeNastalski commented 1 year ago

Hi, I've noticed that CoreAudio 3.0.0.1 depends on AudioApi 3.0.0 while CoreAudio 3.0.1 depends on AudioApi 3.0.0-beta5 in Nuget

image

image

Is this intentional?

We are experiencing the problem null reference problem in CoreAudio 3.0.0.1 fixed in patch 3.0.1 https://github.com/xenolightning/AudioSwitcher/pull/62

When updating to 3.0.1 I am getting this error in visual studio image

Thanks! Zee

xenolightning commented 1 year ago

Hmmm, yeah that doesn't seem right. It should only need 3.0.0 - let me check that

xenolightning commented 1 year ago

3.0.3 should fix those version issues

https://www.nuget.org/packages/AudioSwitcher.AudioApi.CoreAudio/3.0.3

I've de-listed the other incorrect versions

ZeeNastalski commented 1 year ago

Thank you, I've tested 3.0.3 and everything works perfect. Thank you so much!