SlackNet Versions Save

A comprehensive Slack API client for .NET

v0.10.15

1 year ago
  • SlashCommand.TeamName renamed to TeamDomain to match Slack's JSON.
  • DataSource property added to SelectElement.

Thankyou to @ngg for this release ✨

v0.10.14

1 year ago
  • Added team billing & preferences APIs.
  • Added support for Slack Connect invitations.

v0.10.13

1 year ago
  • Added Attachment properties that appear on message unfurls (shared messages).

Thankyou to @omer-koren for this release ✌️

v0.10.12

1 year ago
  • Fixed deserialization of EmojiApi.List's response so emojis are returned properly.
  • Fixed deserialization of DndApi.TeamInfo's response so users' DnD statuses are returned properly.

Thanks to @omer-koren for his help with this release 🛠️

v0.10.11

1 year ago
  • Added State to BlockActionRequest for when request comes from a message.
  • Added ChannelIdChanged event.
  • Support for unfurling inside message composer and customized unfurl auth message.
  • Added FocusOnLoad properties to blocks that support it.
  • Added AccessibilityLabel to Button block.

Thanks to @makeitokay for their help with this release 💪

v0.10.10

1 year ago
  • Added bookmarks API.
  • Added calls API and call block.
  • Added video block.
  • Removed unused properties in AppUninstalled.
  • Initial* properties in multi-select menus are not sent to Slack if they're empty. Fixes #114.

v0.10.9

1 year ago
  • Updating Newtonsoft.Json dependency to 13.0.1
  • IUsersApi.SetPresence takes in a RequestPresence enum instead of Presence, which has an Auto property instead of an Active property, as per the Slack API. The old method is still available, but marked as Obsolete.

v0.10.8

1 year ago
  • CoreSocketModeClient logs and ignores any messages that can't be deserialized
  • Indenting extra properties in log event FullMessageTemplate

v0.10.7

1 year ago
  • Added optional teamId parameter to IConversationsApi.List

Thankyou to @jtsai-osa for this release 👍

v0.10.6

1 year ago
  • Added Subtype property back to MessageEvent, which was accidentally removed in the previous release.