Slack.Webhooks 1.1.5

.NET Standard 1.3 .NET Framework 4.5
dotnet add package Slack.Webhooks --version 1.1.5
NuGet\Install-Package Slack.Webhooks -Version 1.1.5
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="Slack.Webhooks" Version="1.1.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Slack.Webhooks --version 1.1.5
#r "nuget: Slack.Webhooks, 1.1.5"
#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 Slack.Webhooks as a Cake Addin
#addin nuget:?package=Slack.Webhooks&version=1.1.5

// Install Slack.Webhooks as a Cake Tool
#tool nuget:?package=Slack.Webhooks&version=1.1.5

Even simpler integration with Slack's Incoming/Outgoing webhooks API for .net

     ### IMPORTANT

     On Feb 19th 2020 Slack will end support for TLS version 1.0 and 1.1. This means you may (depending on your .NET version) need to force the use of TLS1.2.

     If you receive an error stating that "The underlying connection was closed:" it's quite possibly a TLS issue. You can work around this by setting the default TLS version using the following:

     ```csharp
     System.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;
     ```

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1
.NET Framework net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen30 tizen40 tizen60
Universal Windows Platform uap uap10.0
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (12)

Showing the top 5 NuGet packages that depend on Slack.Webhooks:

Package Downloads
Ark.Tools.NLog

NLog configuration helper and extensions for Ark standard configuration using code and not config files.

Reo.Core.Serilog.Sinks.SlackWebHook

Package Description

Serilog.Sinks.SlackWebHook

A basic Slack Sink for the Serilog framwork.

Our.Umbraco.HealthCheckSlackNotificationMethod

This package adds a Slack Health Check Notification Method to Umbraco

Elmah2slack.dll

Allow push elmah notifications to slack channel

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.5 1,512,498 2/9/2021
1.1.4 744,630 4/30/2020
1.1.3 237,209 3/2/2020
1.1.2 7,936 2/26/2020
1.1.1 476 2/26/2020
1.1.0 95,439 11/26/2019
1.0.6 1,947,250 2/4/2019
1.0.5 326,490 5/17/2018
1.0.4 11,021 4/25/2018
1.0.3 23,010 3/20/2018
1.0.2 6,811 3/9/2018
1.0.1 986 3/9/2018
1.0.0 5,260 2/27/2018
1.0.0-rc2 8,882 12/7/2017
1.0.0-rc1 853 12/6/2017
0.1.8 88,522 8/6/2017
0.1.7 109,293 10/14/2016
0.1.6 326,487 10/15/2015
0.1.5 12,359 8/18/2015
0.1.4 15,725 6/19/2015
0.1.3 7,331 3/19/2015
0.1.2 1,978 1/20/2015
0.1.1 1,016 1/19/2015
0.1.0 1,124 1/19/2015

#### v1.1.2
     - Fix SlackMessage.Clone does not clone all properties