Cake.GitVersioning

Cake wrapper for Nerdbank.GitVersioning. Stamps your assemblies with semver 2.0 compliant git commit specific version information and provides NuGet versioning information as well.

#addin nuget:?package=Cake.GitVersioning&version=3.6.133

dotnet add package Cake.GitVersioning --version 3.6.133

<PackageReference Include="Cake.GitVersioning" Version="3.6.133" />

Aliases

Contains functionality for using Nerdbank.GitVersioning.

General

GitVersioningCloud(string, GitVersioningCloudSettings) Adds versioning information to the current build environment's variables.
GitVersioningGetVersion(string) Gets the Git Versioning version from the current repo.