GitVersion.MsBuild 6.7.0

Prefix Reserved
dotnet add package GitVersion.MsBuild --version 6.7.0
                    
NuGet\Install-Package GitVersion.MsBuild -Version 6.7.0
                    
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="GitVersion.MsBuild" Version="6.7.0">
  <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="GitVersion.MsBuild" Version="6.7.0" />
                    
Directory.Packages.props
<PackageReference Include="GitVersion.MsBuild">
  <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 GitVersion.MsBuild --version 6.7.0
                    
#r "nuget: GitVersion.MsBuild, 6.7.0"
                    
#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 GitVersion.MsBuild@6.7.0
                    
#: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=GitVersion.MsBuild&version=6.7.0
                    
Install as a Cake Addin
#tool nuget:?package=GitVersion.MsBuild&version=6.7.0
                    
Install as a Cake Tool

GitVersion – From git log to SemVer in no time

Versioning when using Git, solved. GitVersion looks at your git history and works out the Semantic Version of the commit being built.

Gitter

Artifact Stable
GitVersion.Tool NuGet
GitVersion.MsBuild NuGet

Compatibility

GitVersion works on Windows, Linux, and Mac.

GitVersion in action!

README

You are seeing:

  • Pull requests being built as pre-release builds
  • A branch called release-1.0.0 producing beta v1 packages

Icon

Tree designed by David Chapman from The Noun Project.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • net10.0

    • No dependencies.
  • net8.0

    • No dependencies.
  • net9.0

    • No dependencies.

NuGet packages (9)

Showing the top 5 NuGet packages that depend on GitVersion.MsBuild:

Package Downloads
Basilisque.CommonFrameworkBuild

This project provides common build configuration for all parts of the Basilisque framework. It is NOT recommended to use this unless you're developing a part of the framework.

Brewery.ToolSdk

Package Description

Mutagen.Bethesda.Analyzers.SDK

Base classes and interfaces for creating custom Bethesda mod analyzers using the Mutagen.Bethesda.Analyzers framework.

Mutagen.Bethesda.Analyzers.Engine

Core analysis engine with drivers and reporting for Bethesda mod analyzers.

Mutagen.Bethesda.Analyzers.Common

Shared analyzer components for Bethesda mod analysis.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
6.7.0 221,248 3/23/2026
6.6.2 27,882 3/17/2026
6.6.1 13,904 3/14/2026
6.6.0 77,107 2/16/2026
6.5.1 202,564 11/27/2025
6.5.0 62,795 11/5/2025
6.4.0 217,328 8/9/2025
6.3.0 264,441 4/25/2025
6.2.0 56,525 4/1/2025
6.1.0 243,994 12/9/2024
6.0.5 134,664 11/12/2024
6.0.4 38,386 10/31/2024
6.0.3 30,527 10/15/2024
6.0.2 127,864 8/12/2024
6.0.1 8,653 8/5/2024
6.0.0 37,941 7/22/2024
6.0.0-rc.2 612 7/16/2024
6.0.0-rc.1 7,565 5/23/2024
6.0.0-beta.7 23,580 3/15/2024
6.0.0-beta.6 1,327 3/9/2024
Loading failed