Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 446 Bytes

vsix.md

File metadata and controls

11 lines (8 loc) · 446 Bytes

VSIX support

Nerdbank.GitVersioning can automatically stamp the VSIXs you build with the version calculated from your version.json file and git height.

Installation

  1. Install the Nerdbank.GitVersioning NuGet package into your VSIX-generating project.
  2. Open the source.extension.vsixmanifest file in a code editor and set the PackageManifest/Metadata/Identity/@Version attribute to this value: |%CurrentProject%;GetBuildVersion|