Cake.Frosting.Git
4.0.0
dotnet add package Cake.Frosting.Git --version 4.0.0
NuGet\Install-Package Cake.Frosting.Git -Version 4.0.0
<PackageReference Include="Cake.Frosting.Git" Version="4.0.0" />
paket add Cake.Frosting.Git --version 4.0.0
#r "nuget: Cake.Frosting.Git, 4.0.0"
#addin nuget:?package=Cake.Frosting.Git&version=4.0.0
This addin provides aliases for running Git commands from Cake scripts. It is a thin wrapper around the LibGit2Sharp library and provides a way to interact with Git repositories from Cake scripts.
NOTE:
The addin currently only runs on x64 processors. ARM processors are not supported.
This is the version of the addin compatible with Cake Script Runners.
For addin compatible with Cake Frosting see Cake.Frosting.Git.
NOTE:
This is the version of the addin compatible with Cake Frosting.
For addin compatible with Cake Script Runners see Cake.Git.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
- Cake.Core (>= 4.0.0)
- LibGit2Sharp (>= 0.29.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Cake.Frosting.Git:
Package | Downloads |
---|---|
Cake.Frosting.Issues.Recipe
Cake.Frosting.Issues.Recipe provides a build script which can be used inside your projects Cake Frosting build to add issue management. See the Project Site for documentation and an overview of the whole ecosystem of addins for working with issues in Cake builds. NOTE: This is the version of the recipe compatible with Cake Frosting. For recipe compatible with Cake Script Runners see Cake.Issues.Recipe. |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on Cake.Frosting.Git:
Repository | Stars |
---|---|
GitTools/GitVersion
From git log to SemVer in no time
|
|
dnnsoftware/Dnn.Platform
DNN (formerly DotNetNuke) is the leading open source web content management platform (CMS) in the Microsoft ecosystem.
|
Version | Downloads | Last updated |
---|---|---|
4.0.0 | 115,382 | 3/7/2024 |
Update to Cake 4.0
Multi-Target .NET 6, 7 & 8
Update to LibGit2Sharp 0.29.0
Introduce Cake.Frosting.Git addin for using with Cake Frosting