OpenMacroBoard / StreamDeckSharp

A simple .NET wrapper for Stream Deck
MIT License
351 stars 47 forks source link

nuget version 0.3.5 dependent on non-existing version of OpenMacroBoard.sdk #20

Closed BarRaider closed 4 years ago

BarRaider commented 4 years ago

When trying to install latest release of StreamDeckSharp (v0.3.5 from nuget) there is an error message:

Unable to find a version of 'OpenMacroBoard.SDK' that is compatible with 'StreamDeckSharp 0.3.5 constraint: OpenMacroBoard.SDK (>= 0.4.0 && < 1.0.0)'.

It seems OpenMacroBoard.SDK was not updated in nuget to the newer version and as such, cannot install StreamDeckSharp through nuget

BarRaider commented 4 years ago

Is there an upcoming fix for this?

wischi-chr commented 4 years ago

Hi, thanks for reporting that. Sadly I'm a bit short on time at the moment; I plan on fixing it next week.

wischi-chr commented 4 years ago

I checked it a few minutes ago and last time I update the package I even built it but forgot to upload it to nuget. Should be fixed now. Pls let me know if it works.