From 66f2cdf0791679e6e6c0beec7266be7c1a5f8ffc Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Mon, 30 Sep 2024 17:12:45 -0300 Subject: [PATCH] Improve formatting of VSIX readme --- src/ThisAssembly.Vsix/readme.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/ThisAssembly.Vsix/readme.md b/src/ThisAssembly.Vsix/readme.md index 313a2d51..af17eb53 100644 --- a/src/ThisAssembly.Vsix/readme.md +++ b/src/ThisAssembly.Vsix/readme.md @@ -40,16 +40,16 @@ For example, the following `source.extension.vsixmanifest` uses values from MSBu The available properties and their default values are: -| Name | Default Value | -|-------------------|-----------------------------------| -| VsixID | $(PackageId) or $(AssemblyName) | -| VsixVersion | $(Version) | -| VsixDisplayName | $(Title) | -| VsixDescription | $(Description) | -| VsixProduct | $(Product) | -| VsixPublisher | $(Company) | -| VsixLanguage | $(NeutralLanguage) or 'en-US' | -| VsixDescription | $(Description) | +| Name | Default Value | +|-------------------|-------------------------------------| +| VsixID | `$(PackageId)` or `$(AssemblyName)` | +| VsixVersion | `$(Version)` | +| VsixDisplayName | `$(Title)` | +| VsixDescription | `$(Description)` | +| VsixProduct | `$(Product)` | +| VsixPublisher | `$(Company)` | +| VsixLanguage | `$(NeutralLanguage)` or 'en-US' | +| VsixDescription | `$(Description)` | As shown in the example above, the syntax for using these properties from the `.vsxmanifest` is `|%CurrentProject%;[PROPERTY]|`. This is because the package defines a corresponding target to