SethCoussens.Slack.SlackWebApiClient 1.0.11

dotnet add package SethCoussens.Slack.SlackWebApiClient --version 1.0.11
NuGet\Install-Package SethCoussens.Slack.SlackWebApiClient -Version 1.0.11
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SethCoussens.Slack.SlackWebApiClient" Version="1.0.11" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SethCoussens.Slack.SlackWebApiClient --version 1.0.11
#r "nuget: SethCoussens.Slack.SlackWebApiClient, 1.0.11"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SethCoussens.Slack.SlackWebApiClient as a Cake Addin
#addin nuget:?package=SethCoussens.Slack.SlackWebApiClient&version=1.0.11

// Install SethCoussens.Slack.SlackWebApiClient as a Cake Tool
#tool nuget:?package=SethCoussens.Slack.SlackWebApiClient&version=1.0.11

A C# Library for interacting with the Slack Web API.

Product Compatible and additional computed target framework versions.
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.11 1,113 8/14/2017
1.0.10 1,060 7/17/2017
1.0.9 878 7/12/2017
1.0.7 913 7/12/2017
1.0.6 907 7/11/2017
1.0.5 891 7/11/2017
1.0.4 893 7/11/2017
1.0.3 897 6/21/2017
1.0.2 903 6/19/2017
1.0.1 894 6/18/2017

Initial release, with limited functionality. Currently supports lists for groups, mpim, im, and channels. Can also retrieve channel history for same group types. Able to retreive individual user information and update chat messages as well.