adrianstevens / Xamarin-Plugins

Cross-platform Plugins for Xamarin, Xamarin.Forms and Windows
https://www.nuget.org/packages/Xam.Plugin.SimpleAudioPlayer/
MIT License
132 stars 53 forks source link

[BUG] [WPF] Plugin.SimpleAudioPlayer.dll not found #85

Open plamen-i opened 3 years ago

plamen-i commented 3 years ago

NuGet installed on a .NET Standard 2.0 project and a .NET Framework WPF project which references .NET Standard 2.0 project.

Target Framework - 4.7.2 Bug in: 1.5.0 Last good version: 1.4.0

Probably caused by: net45 dll in nuget is renamed to Plugin.SimpleAudioPlayer.WPF.dll which probably breaks Bait&Switch to stop working.

adrianstevens commented 2 years ago

yes thank you - I'll get this fixed in the next release

plamen-i commented 2 years ago

I saw you released 1.6.0 and tested it but the problem still exists. When you will fix this as it keeps me on 1.4.0?