Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.98 KB

File metadata and controls

38 lines (26 loc) · 1.98 KB

GitVersion.MsBuild (netstandard2.0)

Build CodeQL Lint REUSE status Codecov NuGet

Why

This package is an addition to the original GitVersion.MsBuild, which does not support building WiX projects that use GitVersion.MsBuild from within Visual Studio 2026.

For older Visual Studio versions, see the README for this project, version 1.1.1.

When

If you are building WiX projects that use GitVersion.MsBuild from within Visual Studio 2026, you need this package. If not, then you do not need this package at all.

How

Add the following reference in your WiX project:

<PackageReference Include="GitVersion.MsBuild" PrivateAssets="all" />
+<PackageReference Include="Dorssel.GitVersion.MsBuild" PrivateAssets="all" Version="2.*" />

All done!