Slack.Webhooks
1.1.2
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;
```
See the version list below for details.
Install-Package Slack.Webhooks -Version 1.1.2
dotnet add package Slack.Webhooks --version 1.1.2
<PackageReference Include="Slack.Webhooks" Version="1.1.2" />
paket add Slack.Webhooks --version 1.1.2
Release Notes
#### v1.1.2
- Fix SlackMessage.Clone does not clone all properties
Dependencies
-
.NETFramework 4.5
- Newtonsoft.Json (>= 10.0.3)
-
.NETStandard 1.3
- NETStandard.Library (>= 1.6.1)
- Newtonsoft.Json (>= 10.0.3)
Used By
NuGet packages (11)
Showing the top 5 NuGet packages that depend on Slack.Webhooks:
Package | Downloads |
---|---|
Reo.Core.Serilog.Sinks.SlackWebHook
Package Description
|
|
Our.Umbraco.HealthCheckSlackNotificationMethod
This package adds a Slack Health Check Notification Method to Umbraco
|
|
Elmah2slack.dll
Allow push elmah notifications to slack channel
|
|
aspnet-mvc-slack
ASP.NET MVC Utilities for Slack integration
|
|
Serilog.Sinks.SlackWebHook
A basic Slack Sink for the Serilog framwork.
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.1.4 | 135,984 | 4/30/2020 |
1.1.3 | 128,748 | 3/2/2020 |
1.1.2 | 7,280 | 2/26/2020 |
1.1.1 | 166 | 2/26/2020 |
1.1.0 | 61,777 | 11/26/2019 |
1.0.6 | 752,865 | 2/4/2019 |
1.0.5 | 208,424 | 5/17/2018 |
1.0.4 | 8,099 | 4/25/2018 |
1.0.3 | 12,119 | 3/20/2018 |
1.0.2 | 3,295 | 3/9/2018 |
1.0.1 | 519 | 3/9/2018 |
1.0.0 | 4,061 | 2/27/2018 |
1.0.0-rc2 | 6,718 | 12/7/2017 |
1.0.0-rc1 | 512 | 12/6/2017 |
0.1.8 | 72,550 | 8/6/2017 |
0.1.7 | 77,025 | 10/14/2016 |
0.1.6 | 312,803 | 10/15/2015 |
0.1.5 | 10,798 | 8/18/2015 |
0.1.4 | 15,238 | 6/19/2015 |
0.1.3 | 6,838 | 3/19/2015 |
0.1.2 | 1,507 | 1/20/2015 |
0.1.1 | 555 | 1/19/2015 |
0.1.0 | 609 | 1/19/2015 |