Nerdbank.GitVersioning 3.9.50

Prefix Reserved
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Nerdbank.GitVersioning --version 3.9.50
                    
NuGet\Install-Package Nerdbank.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="Nerdbank.GitVersioning" Version="3.9.50">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Nerdbank.GitVersioning" Version="3.9.50" />
                    
Directory.Packages.props
<PackageReference Include="Nerdbank.GitVersioning">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
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 Nerdbank.GitVersioning --version 3.9.50
                    
#r "nuget: Nerdbank.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 Nerdbank.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=Nerdbank.GitVersioning&version=3.9.50
                    
Install as a Cake Addin
#tool nuget:?package=Nerdbank.GitVersioning&version=3.9.50
                    
Install as a Cake Tool

With this package, and a version.json file to express your version number checked into the root of your git repo:

{
  "version": "1.0-beta"
}

Your .NET projects and other builds can be automatically stamped with a version that precisely describes the git commit that built it.

Check out our exhaustive docs online.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (48)

Showing the top 5 NuGet packages that depend on Nerdbank.GitVersioning:

Package Downloads
Orleans.SyncWork

Provides an abstract base class grain to use for dispatching potentially long running, CPU bound work to an Orleans cluster.

Liversage.Primitives.Generators

Create primitives to combat primitive obsession.

Liversage.Primitives

Create primitives to combat primitive obsession.

Liversage.Primitives.Models

Create primitives to combat primitive obsession.

quamotion-webdriver-client

A .Net client to automate mobile applications. For more informations see http://docs.quamotion.mobi/

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Nerdbank.GitVersioning:

Repository Stars
DapperLib/Dapper
Dapper - a simple object mapper for .Net
Version Downloads Last Updated
3.10.8-alpha 5,365 12/8/2025
3.9.50 698,205 11/5/2025
3.9.37-alpha 375 11/1/2025
3.9.32-alpha 767 10/19/2025
3.9.17-alpha 1,025 10/11/2025
3.9.15-alpha-gead5232f6d 200 10/10/2025
3.8.118 297,567 9/26/2025
3.8.106-alpha 1,407 9/9/2025
3.8.38-alpha 21,747 3/5/2025
3.7.115 3,994,258 1/10/2025
3.7.112 370,106 12/12/2024
3.7.77-alpha 10,031 8/10/2024
3.7.70-alpha 9,465 6/3/2024
3.7.62-alpha 6,935 4/6/2024
3.7.48-alpha 11,798 11/16/2023
3.6.146 738,191 10/18/2024
3.6.143 709,589 8/27/2024
3.6.141 222,565 8/10/2024
3.6.139 716,079 6/3/2024
Loading failed

See https://github.com/dotnet/Nerdbank.GitVersioning/releases/tag/v3.9.50 for release notes.
IMPORTANT: The 3.x release may produce a different version height than prior major versions.