Universal.Operative.Sdk.Slack
1.2.0
See the version list below for details.
dotnet add package Universal.Operative.Sdk.Slack --version 1.2.0
NuGet\Install-Package Universal.Operative.Sdk.Slack -Version 1.2.0
<PackageReference Include="Universal.Operative.Sdk.Slack" Version="1.2.0" />
<PackageVersion Include="Universal.Operative.Sdk.Slack" Version="1.2.0" />
<PackageReference Include="Universal.Operative.Sdk.Slack" />
paket add Universal.Operative.Sdk.Slack --version 1.2.0
#r "nuget: Universal.Operative.Sdk.Slack, 1.2.0"
#:package Universal.Operative.Sdk.Slack@1.2.0
#addin nuget:?package=Universal.Operative.Sdk.Slack&version=1.2.0
#tool nuget:?package=Universal.Operative.Sdk.Slack&version=1.2.0
About
Universal.Operative.Sdk.Slack provides SlackTool, an ITool that proxies calls through to the Slack Web API, for use with Universal.Operative.Sdk.
How to Use
Installation
dotnet add package Universal.Operative.Sdk.Slack
Usage
using Universal.Operative.Sdk.Slack.Tools;
var tools = new List<ITool>(BaselineTools.Create())
{
new SlackTool(slackBotToken),
};
IEngine engine = EngineBuilder.FromDefaults(model)
.AddTools(tools)
.Build();
License
Free for noncommercial use under the Universal.Operative Noncommercial License. Source is closed; commercial use requires a separate license from Andrew Ong.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Universal.Operative.Sdk.Http (>= 1.2.0)
- Universal.Slack.Client (>= 1.5.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
1.2.0 — Updated for Universal.Operative.Sdk.Http 1.2.0 (itself updated for Universal.Operative.Sdk 5.0.0). No code changes.
1.1.1 — Updated for Universal.Operative.Sdk 4.2.0.
1.1.0 — Updated for Universal.Operative.Sdk 4.0.0: ToolDefinition.Parameters is now Universal.Common.Json.JsonSchema instead of JsonElement. Published as 1.1.0 (skipping 1.0.0, which never shipped).