Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 562 Bytes

vsix.md

File metadata and controls

13 lines (10 loc) · 562 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: |YourProjectName;GetBuildVersion| where YourProjectName is obviously replaced with the actual project name (without extension) of your VSIX project.