Cake.GitVersioning 3.9.50

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Cake.GitVersioning --version 3.9.50
                    
NuGet\Install-Package Cake.GitVersioning -Version 3.9.50
                    
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="Cake.GitVersioning" Version="3.9.50" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Cake.GitVersioning" Version="3.9.50" />
                    
Directory.Packages.props
<PackageReference Include="Cake.GitVersioning" />
                    
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 Cake.GitVersioning --version 3.9.50
                    
#r "nuget: Cake.GitVersioning, 3.9.50"
                    
#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 Cake.GitVersioning@3.9.50
                    
#: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=Cake.GitVersioning&version=3.9.50
                    

This is a Cake Build plugin that adds Nerdbank.GitVersioning functionality to your build.

Usage

Add #addin Cake.GitVersioning to the top of your Cake Build script. See here for usage. See here for the VersionOracle usage.

Example

Task("GetVersion")
    .Does(() =>
{
    Information(GitVersioningGetVersion().SemVer2)
});
Product Compatible and additional computed target framework versions.
.NET 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.  net9.0 was computed.  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.
  • net8.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Cake.GitVersioning:

Repository Stars
MvvmCross/MvvmCross
The .NET MVVM framework for cross-platform solutions, including Android, iOS, MacCatalyst, macOS, tvOS, WPF, WinUI
shinyorg/shiny
.NET Framework for Backgrounding & Device Hardware Services (iOS, Android, & Catalyst)
Version Downloads Last Updated
3.10.8-alpha 438 12/8/2025
3.9.50 22,172 11/5/2025
3.9.37-alpha 129 11/1/2025
3.9.32-alpha 180 10/19/2025
3.9.17-alpha 127 10/11/2025
3.9.15-alpha-gead5232f6d 112 10/10/2025
3.8.118 15,050 9/26/2025
3.8.106-alpha 226 9/9/2025
3.8.38-alpha 14,594 3/5/2025
3.7.115 74,551 1/10/2025
3.7.112 18,611 12/12/2024
3.7.77-alpha 273 8/10/2024
3.7.70-alpha 245 6/3/2024
3.7.62-alpha 241 4/6/2024
3.7.48-alpha 480 11/16/2023
3.6.146 29,933 10/18/2024
3.6.143 26,996 8/27/2024
3.6.141 16,635 8/10/2024
3.6.139 22,369 6/3/2024
Loading failed