Wolfware.Moonlit.Plugins.Git 1.0.0-next.6

Prefix Reserved
This is a prerelease version of Wolfware.Moonlit.Plugins.Git.
dotnet add package Wolfware.Moonlit.Plugins.Git --version 1.0.0-next.6
                    
NuGet\Install-Package Wolfware.Moonlit.Plugins.Git -Version 1.0.0-next.6
                    
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.Git" Version="1.0.0-next.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Wolfware.Moonlit.Plugins.Git" Version="1.0.0-next.6" />
                    
Directory.Packages.props
<PackageReference Include="Wolfware.Moonlit.Plugins.Git" />
                    
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.Git --version 1.0.0-next.6
                    
#r "nuget: Wolfware.Moonlit.Plugins.Git, 1.0.0-next.6"
                    
#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.Git@1.0.0-next.6
                    
#: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.Git&version=1.0.0-next.6&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Wolfware.Moonlit.Plugins.Git&version=1.0.0-next.6&prerelease
                    
Install as a Cake Tool

Moonlit Git Plugin

NuGet

Overview

The Moonlit Git Plugin provides Git repository integration and version control capabilities for the Moonlit framework. This plugin allows your Moonlit applications to interact with Git repositories, retrieve repository information, and incorporate Git-based workflows into your release pipelines.

Features

  • Retrieve Git repository context including branch name and remote URL
  • Integrate Git repository information into your Moonlit pipeline
  • Simple API for accessing Git repository details
  • Built on top of LibGit2Sharp for reliable Git operations

Installation

Install the Moonlit Git Plugin using the NuGet Package Manager:

Install-Package Wolfware.Moonlit.Plugins.Git

Or via the .NET CLI:

dotnet add package Wolfware.Moonlit.Plugins.Git

Usage

Basic Setup

Add the Git plugin to your Moonlit release pipeline configuration:

plugins:
  - name: "git"
    url: "nuget://Wolfware.Moonlit.Plugins.Git/1.0.0"

Requirements

  • .NET 9.0 or higher
  • Moonlit Plugins framework
  • LibGit2Sharp (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 (1)

Showing the top 1 NuGet packages that depend on Wolfware.Moonlit.Plugins.Git:

Package Downloads
Wolfware.Moonlit.Plugins.GitHub

Plugin for managing GitHub interactions in Moonlit release automation system

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0-next.6 441 7/24/2025
1.0.0-next.5 509 7/24/2025
1.0.0-next.4 488 7/23/2025
1.0.0-next.3 189 7/20/2025
1.0.0-next.2 123 7/8/2025
1.0.0-next.1 121 7/7/2025

Initial Release