Skip to content

Commit 75e01a3

Browse files
authored
Simplify VSIX process
1 parent 2f73c08 commit 75e01a3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/vsix.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,4 @@ the version calculated from your version.json file and git height.
88
1. Install the Nerdbank.GitVersioning NuGet package into your VSIX-generating project.
99
1. Open the `source.extension.vsixmanifest` file in a code editor
1010
and set the `PackageManifest/Metadata/Identity/@Version` attribute to this
11-
value: `|YourProjectName;GetBuildVersion|` where `YourProjectName` is
12-
obviously replaced with the actual project name (without extension) of your
13-
VSIX project.
11+
value: `|%CurrentProject%;GetBuildVersion|`

0 commit comments

Comments
 (0)