You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Description>Even simpler integration with Slack's Incoming webhook API</Description>
13
+
<PackageTags>Slack Webhooks</PackageTags>
14
+
<PackageReleaseNotes>
15
+
<![CDATA[
16
+
#### v1.1.0
17
+
- Support Slack's Block Kit with SlackMessage.Blocks property
18
+
- Support Thread replies with SlackMessage.ThreadId property
19
+
- Changed the whole Emoji setup. SlackMessage.Emoji is now a string and Emoji.\* are constants. This shouldn't cause problems in the most part!
20
+
- Allow HttpClient to be injected into SlackClient.
21
+
- SlackClient implements IDisposable to match the contained HttpClient instance even though this isn't the recommended usage. SlackClient, like HttpClient, there should only be a single instance of this class within the lifecycle of your application, for more information on why see: https://aspnetmonsters.com/2016/08/2016-08-27-httpclientwrong/
0 commit comments