Cake.Git
4.0.0
dotnet add package Cake.Git --version 4.0.0
NuGet\Install-Package Cake.Git -Version 4.0.0
<PackageReference Include="Cake.Git" Version="4.0.0" />
paket add Cake.Git --version 4.0.0
#r "nuget: Cake.Git, 4.0.0"
#addin nuget:?package=Cake.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.
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. |
This package has no dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Cake.Git:
Package | Downloads |
---|---|
TCT.Build.Cake
Build automation for MIMS |
|
Antda.Build
Set of tasks to simplify build, deployment and release processes for .Net projects hosted on GitHub |
|
Showcare.Cake.Octopus
Package Description |
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on Cake.Git:
Repository | Stars |
---|---|
MonoGame/MonoGame
One framework for creating powerful cross-platform games.
|
|
dotnet/BenchmarkDotNet
Powerful .NET library for benchmarking
|
|
BepInEx/BepInEx
Unity / XNA game patcher and plugin framework
|
|
OpenNefia/OpenNefia
Moddable engine reimplementation of the Japanese roguelike Elona.
|
Version | Downloads | Last updated |
---|---|---|
4.0.0 | 129,426 | 3/7/2024 |
3.0.0 | 611,506 | 12/14/2022 |
2.0.0 | 1,251,980 | 12/13/2021 |
1.1.0 | 312,071 | 8/9/2021 |
1.0.1 | 506,630 | 3/12/2021 |
1.0.0 | 153,529 | 2/9/2021 |
0.22.0 | 364,523 | 6/26/2020 |
0.21.0 | 958,256 | 7/5/2019 |
0.20.0 | 38,016 | 6/22/2019 |
0.19.0 | 459,890 | 8/23/2018 |
0.18.0 | 72,492 | 7/3/2018 |
0.17.0 | 122,661 | 2/28/2018 |
0.16.1 | 183,927 | 10/9/2017 |
0.16.0 | 52,876 | 9/14/2017 |
0.15.0 | 103,981 | 6/1/2017 |
0.14.0 | 27,989 | 3/22/2017 |
0.13.0 | 4,912 | 2/21/2017 |
0.12.0 | 3,834 | 1/10/2017 |
0.11.0 | 2,203 | 12/9/2016 |
0.10.0 | 19,780 | 10/16/2016 |
0.9.0 | 1,392 | 10/12/2016 |
0.8.0 | 2,196 | 8/16/2016 |
0.7.0 | 1,580 | 8/4/2016 |
0.6.0 | 1,771 | 7/11/2016 |
0.5.0 | 1,432 | 7/1/2016 |
0.4.0 | 1,463 | 6/22/2016 |
0.3.0 | 1,408 | 6/3/2016 |
0.2.0 | 1,527 | 5/26/2016 |
0.1.0 | 2,486 | 4/18/2016 |
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