v0.6.0
- Support for Views (both modals and app home).
- Easier integration with Azure Functions.
- Upgraded to
System.Reactive
v4.
Breaking Changes
SlackNet
andSlackNet.Bot
now require .NET Standard 2.0.SlackEventsMiddleware
is no longer available.EventCallback
andUrlVerification
now inherit fromEventRequest
instead ofEvent
.- Removed deprecated
MessageEvent.Replies
property.
Thank you to @casperOne for contributing to this release 🎉.