Skip to content

Commit

Permalink
Improve formatting of VSIX readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Sep 30, 2024
1 parent 8e97cfb commit 66f2cdf
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/ThisAssembly.Vsix/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 66f2cdf

Please sign in to comment.