Nerdbank.GitVersioning 3.10.94

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.10.94
                    
NuGet\Install-Package Nerdbank.GitVersioning -Version 3.10.94
                    
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.10.94">
  <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.10.94" />
                    
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.10.94
                    
#r "nuget: Nerdbank.GitVersioning, 3.10.94"
                    
#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.10.94
                    
#: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.10.94
                    
Install as a Cake Addin
#tool nuget:?package=Nerdbank.GitVersioning&version=3.10.94
                    
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 (50)

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

Package Downloads
Liversage.Primitives.Generators

Create primitives to combat primitive obsession.

Liversage.Primitives

Create primitives to combat primitive obsession.

lolcat

Add rainbow style to dotnet console apps

Liversage.Primitives.Models

Create primitives to combat primitive obsession.

DemoFile

DemoFile is a blazing fast Source 2 demo parser library.

GitHub repositories (219)

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

Repository Stars
DapperLib/Dapper
Dapper - a simple object mapper for .Net
reactiveui/refit
The automatic type-safe REST library for .NET. Refit turns a REST API into a C# interface and generates the HttpClient implementation, with support for HttpClientFactory, pluggable serializers and a testing package.
reactiveui/ReactiveUI
A composable, cross-platform MVVM framework for .NET inspired by functional reactive programming. It moves mutable state out of the user interface, keeps each feature's logic in one readable place, and makes applications easier to test. Supports WPF, WinForms, WinUI, .NET MAUI, Avalonia, Uno Platform, Blazor and Android.
microsoft/ailab
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
dotnet/reactive
The Reactive Extensions for .NET
PrismLibrary/Prism
Prism is a framework for building loosely coupled, maintainable, and testable XAML applications in WPF, Xamarin Forms, and Uno / Win UI Applications..
StackExchange/StackExchange.Redis
The Redis client for .NET
CommunityToolkit/WindowsCommunityToolkit
ARCHIVE - New Repo: https://aka.ms/toolkit/windows
greenshot/greenshot
Greenshot for Windows - for more information look here:
protobuf-net/protobuf-net
Protocol Buffers library for idiomatic .NET
xunit/xunit
xUnit.net is a free, open source, community-focused unit testing tool for .NET.
opserver/Opserver
Stack Exchange's Monitoring System
microsoft/ApplicationInspector
A source code analyzer built for surfacing features of interest and other characteristics to answer the question 'What's in the code?' quickly using static analysis with a json based rules engine. Ideal for scanning components before use or detecting feature level changes.
dremin/RetroBar
Classic Windows 95, 98, Me, 2000, XP, Vista taskbar for modern versions of Windows
sshnet/SSH.NET
SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism.
CommunityToolkit/dotnet
.NET Community Toolkit is a collection of helpers and APIs that work for all .NET developers and are agnostic of any specific UI platform. The toolkit is maintained and published by Microsoft, and part of the .NET Foundation.
martinothamar/Mediator
A high performance implementation of Mediator pattern in .NET using source generators.
cairoshell/cairoshell
Cairo is a customizable, intuitive desktop environment for Windows.
microsoft/Power-Fx
Power Fx low-code programming language
dotnet/sdk
Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
Version Downloads Last Updated
3.11.128-beta 566 8/28/2026
3.11.96-beta 599 8/17/2026
3.11.93-beta 244 8/13/2026
3.11.13-beta 90,074 7/8/2026
3.11.1-beta 370 6/23/2026
3.10.94 230,834 8/28/2026
3.10.91 684,416 7/8/2026
3.10.85 396,477 6/19/2026
3.10.70 6,564 6/19/2026
3.10.44-alpha 965 4/6/2026
3.10.8-alpha 12,716 12/8/2025
3.9.50 3,216,381 11/5/2025
3.9.37-alpha 576 11/1/2025
3.9.32-alpha 1,108 10/19/2025
3.9.17-alpha 2,194 10/11/2025
3.9.15-alpha-gead5232f6d 409 10/10/2025
3.8.118 461,890 9/26/2025
3.8.106-alpha 1,599 9/9/2025
3.8.38-alpha 63,937 3/5/2025
Loading failed

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