Skip to content

Commit 58588b2

Browse files
committed
Added NLog.Targets.MicrosoftTeams
1 parent a225039 commit 58588b2

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

config/targets.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -882,13 +882,21 @@
882882
"external": true,
883883
"category": "Integrations (Cloud)"
884884
},
885+
{
886+
"name": "NLog.Targets.MicrosoftTeams",
887+
"package": "NLog.Targets.MicrosoftTeams",
888+
"description": "Writes NLog messages to Microsoft Teams Channel via O365 Webhook Connector",
889+
"page": "https://github.com/jedipi/NLog.Targets.MicrosoftTeams",
890+
"external": true,
891+
"category": "Integrations (Cloud)"
892+
},
885893
{
886894
"name": "Microsoft Teams",
887895
"package": "NLog.Targets.Teams",
888896
"description": "Writes NLog messages to MS Teams incoming Webhook connectors",
889897
"page": "https://github.com/task-it/TaskIt.NLog.Targets.Teams",
890898
"external": true,
891-
"category": "Integrations"
899+
"category": "Integrations (Cloud)"
892900
},
893901
{
894902
"name": "Ntfy.sh",

0 commit comments

Comments
 (0)