Cake.Git
0.22.0
See the version list below for details.
dotnet add package Cake.Git --version 0.22.0
NuGet\Install-Package Cake.Git -Version 0.22.0
<PackageReference Include="Cake.Git" Version="0.22.0" />
paket add Cake.Git --version 0.22.0
#r "nuget: Cake.Git, 0.22.0"
// Install Cake.Git as a Cake Addin #addin nuget:?package=Cake.Git&version=0.22.0 // Install Cake.Git as a Cake Tool #tool nuget:?package=Cake.Git&version=0.22.0
Cake Git AddIn
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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 was computed. 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 was computed. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos 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 | 138,982 | 3/7/2024 |
3.0.0 | 622,798 | 12/14/2022 |
2.0.0 | 1,267,049 | 12/13/2021 |
1.1.0 | 313,865 | 8/9/2021 |
1.0.1 | 507,887 | 3/12/2021 |
1.0.0 | 153,896 | 2/9/2021 |
0.22.0 | 364,939 | 6/26/2020 |
0.21.0 | 961,729 | 7/5/2019 |
0.20.0 | 38,177 | 6/22/2019 |
0.19.0 | 460,237 | 8/23/2018 |
0.18.0 | 72,508 | 7/3/2018 |
0.17.0 | 122,670 | 2/28/2018 |
0.16.1 | 183,932 | 10/9/2017 |
0.16.0 | 52,879 | 9/14/2017 |
0.15.0 | 103,983 | 6/1/2017 |
0.14.0 | 27,990 | 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,200 | 8/16/2016 |
0.7.0 | 1,580 | 8/4/2016 |
0.6.0 | 1,774 | 7/11/2016 |
0.5.0 | 1,432 | 7/1/2016 |
0.4.0 | 1,463 | 6/22/2016 |
0.3.0 | 1,410 | 6/3/2016 |
0.2.0 | 1,529 | 5/26/2016 |
0.1.0 | 2,486 | 4/18/2016 |
Use SPDX expression for license of NuGet package
Update documentation for GitLog aliases
Add XML comments to NuGet package
Remove transitive dependency from project file
Add missing alias category for GitCreateBranch
Add repository metadata to NuGet package
Add missing null reference checks
New alias "GitBranches" for retrieving all branches of a repository.
Update to LibGit2Sharp 0.26.2
Added support for listing commits since a tag
Inconsistency between GitClone aliases