Wolfware.Moonlit.Plugins.Slack
1.0.0-next.3
Prefix Reserved
See the version list below for details.
dotnet add package Wolfware.Moonlit.Plugins.Slack --version 1.0.0-next.3
NuGet\Install-Package Wolfware.Moonlit.Plugins.Slack -Version 1.0.0-next.3
<PackageReference Include="Wolfware.Moonlit.Plugins.Slack" Version="1.0.0-next.3" />
<PackageVersion Include="Wolfware.Moonlit.Plugins.Slack" Version="1.0.0-next.3" />
<PackageReference Include="Wolfware.Moonlit.Plugins.Slack" />
paket add Wolfware.Moonlit.Plugins.Slack --version 1.0.0-next.3
#r "nuget: Wolfware.Moonlit.Plugins.Slack, 1.0.0-next.3"
#:package Wolfware.Moonlit.Plugins.Slack@1.0.0-next.3
#addin nuget:?package=Wolfware.Moonlit.Plugins.Slack&version=1.0.0-next.3&prerelease
#tool nuget:?package=Wolfware.Moonlit.Plugins.Slack&version=1.0.0-next.3&prerelease
Moonlit Slack Plugin
Overview
The Moonlit Slack Plugin provides Slack integration capabilities for the Moonlit release automation framework. This plugin allows your Moonlit applications to send notifications to Slack channels, keeping your team informed about release events and workflow operations.
Features
- Send notifications to Slack channels about release events
- Integrate Slack messaging into your Moonlit pipeline
- Customizable message templates
- Simple configuration through your pipeline YAML
- Built on top of SlackNet for reliable Slack API operations
Usage
Basic Setup
Add the Slack plugin to your Moonlit release pipeline configuration:
plugins:
- name: "slack"
url: "nuget://Wolfware.Moonlit.Plugins.Slack/1.0.0"
config:
token: "YOUR_SLACK_API_TOKEN"
Available Middlewares
The plugin provides a middleware for sending notifications:
- send-notification: Sends a message to a specified Slack channel
Sending Notifications
Configure the send-notification middleware in your pipeline:
middlewares:
- name: "sendNotification"
run: "slack.send-notification"
config:
channel: "#releases"
message: "🚀 New version ${NextVersion} has been released!"
Requirements
- .NET 9.0 or higher
- Moonlit Plugins framework
- Slack API token with appropriate permissions
- SlackNet (automatically installed as a dependency)
License
This project is licensed under the terms specified in the LICENSE.txt file included with this package.
About Wolfware
Moonlit is a product of Wolfware LLC, providing modern tools for streamlined development workflows.
© 2025 Wolfware LLC. All rights reserved.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. 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. |
-
net9.0
- SlackNet.Extensions.DependencyInjection (>= 0.16.1)
- Wolfware.Moonlit.Plugins (>= 1.0.0-next.2)
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.0-next.4 | 443 | 7/24/2025 |
1.0.0-next.3 | 206 | 7/20/2025 |
1.0.0-next.2 | 118 | 7/8/2025 |
1.0.0-next.1 | 121 | 7/7/2025 |