Skip to content

v0.11.8

Compare
Choose a tag to compare
@devblackops devblackops released this 31 Aug 07:05
· 103 commits to master since this release
f9e9f7f

[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 to System.Collections.Hashtable. This will preserve the ordering of keys if the supplied object supports it.