All notable changes to this project will be documented in this file. I'm trying to keep it up to date, but I'm a lazy bastard - when in doubt - check out the commit log ;-)
- Prepare for netstandard/netcore release
- Removed
FromWpfElement
(because it's not available in netstandard2) - Switched to new csproj format (Microsoft.Net.Sdk)
- Removed nuspec (covered by new project format)
- Add
GridKeyPositionCollection
(to simplify KeyCollections for rectangular layouts)
- Update nuget depricated licenceUrl tag
KeyBitmap.Create.FromWpfElement
corrupted the image (and sometimes crashed) during convertion fromPbgra32
toBgr24
Check the Readme.md from the StreamDeckSharp
Repo.