Wolfware.Moonlit.Plugins.Slack 1.0.0-next.3

Prefix Reserved
This is a prerelease version of Wolfware.Moonlit.Plugins.Slack.
There is a newer prerelease version of this package available.
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
                    
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="Wolfware.Moonlit.Plugins.Slack" Version="1.0.0-next.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Wolfware.Moonlit.Plugins.Slack" Version="1.0.0-next.3" />
                    
Directory.Packages.props
<PackageReference Include="Wolfware.Moonlit.Plugins.Slack" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Wolfware.Moonlit.Plugins.Slack --version 1.0.0-next.3
                    
#r "nuget: Wolfware.Moonlit.Plugins.Slack, 1.0.0-next.3"
                    
#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.
#:package Wolfware.Moonlit.Plugins.Slack@1.0.0-next.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Wolfware.Moonlit.Plugins.Slack&version=1.0.0-next.3&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Wolfware.Moonlit.Plugins.Slack&version=1.0.0-next.3&prerelease
                    
Install as a Cake Tool

Moonlit Slack Plugin

NuGet

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 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. 
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.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