Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2019-08-31 | 442 Bytes | |
v0.11.8 source code.tar.gz | 2019-08-31 | 3.0 MB | |
v0.11.8 source code.zip | 2019-08-31 | 3.1 MB | |
Totals: 3 Items | 6.1 MB | 2 |
[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.