v0.11.8
[0.11.8] 2019-08-30
Fixed
- Commands will no longer be re-executed if a user replies to the original command with a threaded message
- The formatting of large message responses to Slack has been fixed
- New-PoshBotCardResponse now accepts any object of type
System.Collections.IDictionary
instead of always casting toSystem.Collections.Hashtable
. This will preserve the ordering of keys if the supplied object supports it.