Skip to content

Commit 2b0e071

Browse files
authored
Merge pull request #1174 from madskristensen/patch-2
Added missing Asset[@TargetVersion] documentation
2 parents 62e17ec + 4225641 commit 2b0e071

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/extensibility/vsix-extension-schema-2-0-reference.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,9 @@ A VSIX deployment manifest file describes the contents of a VSIX package. The fi
176176

177177
You can create your own types, and give them unique names. At run time inside Visual Studio, your code can enumerate and access these custom types through the Extension Manager API.
178178

179-
- Path - the relative path to the file or folder within the package that contains the asset.
179+
- `Path` - the relative path to the file or folder within the package that contains the asset.
180+
181+
- `TargetVersion` - the version range in which the given asset applies to. Used for shipping multiple versions of assets to different versions of Visual Studio. Requires Visual Studio 2017.3 or newer to have effect.
180182

181183
- `AnyAttribute*` - An open-ended set of attributes that'll be exposed at runtime as a name-value pair dictionary.
182184

@@ -211,4 +213,4 @@ A VSIX deployment manifest file describes the contents of a VSIX package. The fi
211213
```
212214

213215
## See Also
214-
[Shipping Visual Studio Extensions](../extensibility/shipping-visual-studio-extensions.md)
216+
[Shipping Visual Studio Extensions](../extensibility/shipping-visual-studio-extensions.md)

0 commit comments

Comments
 (0)