We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f73c08 commit 75e01a3Copy full SHA for 75e01a3
doc/vsix.md
@@ -8,6 +8,4 @@ the version calculated from your version.json file and git height.
8
1. Install the Nerdbank.GitVersioning NuGet package into your VSIX-generating project.
9
1. Open the `source.extension.vsixmanifest` file in a code editor
10
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.
+value: `|%CurrentProject%;GetBuildVersion|`
0 commit comments