Wolfware.Moonlit.Plugins.Git
1.0.0-next.6
Prefix Reserved
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
<PackageReference Include="Wolfware.Moonlit.Plugins.Git" Version="1.0.0-next.6" />
<PackageVersion Include="Wolfware.Moonlit.Plugins.Git" Version="1.0.0-next.6" />
<PackageReference Include="Wolfware.Moonlit.Plugins.Git" />
paket add Wolfware.Moonlit.Plugins.Git --version 1.0.0-next.6
#r "nuget: Wolfware.Moonlit.Plugins.Git, 1.0.0-next.6"
#:package Wolfware.Moonlit.Plugins.Git@1.0.0-next.6
#addin nuget:?package=Wolfware.Moonlit.Plugins.Git&version=1.0.0-next.6&prerelease
#tool nuget:?package=Wolfware.Moonlit.Plugins.Git&version=1.0.0-next.6&prerelease
Moonlit Git Plugin
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 | 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
- LibGit2Sharp (>= 0.31.0)
- Wolfware.Moonlit.Plugins (>= 1.0.0-next.6)
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