Skip to content

Commit ab4a5db

Browse files
committed
acrolinx
1 parent b2cb117 commit ab4a5db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/extensibility/how-to-migrate-extensibility-projects-to-visual-studio-2017.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Instead of directly editing the manifest XML, you can use the new **Prerequisite
9090
![add vsix prerequisite](media/add-vsix-prerequisite.png)
9191

9292
* Click on the dropdown for **Name** and select the desired prerequisite.
93-
* Update the version if required.
93+
* Update the version if necessary.
9494

9595
> [!Note]
9696
> The version field will be pre-populated with the version of the currently installed component, with a range spanning up to (but not including) the next major version of the component.
@@ -164,7 +164,7 @@ When looking up your dependencies, you will find that one dependency could map t
164164

165165
To provide further guidance, we have identified a few common extension types and their suggested prerequisites:
166166

167-
Extension Type | Display Name | Id
167+
Extension Type | Display Name | ID
168168
--- | --- | ---
169169
Editor | Visual Studio core editor | Microsoft.VisualStudio.Component.CoreEditor
170170
Roslyn | C# and Visual Basic | Microsoft.VisualStudio.Component.Roslyn.LanguageServices
@@ -181,7 +181,7 @@ If you are unsure which component contains a specific binary, download the [Comp
181181

182182
There are four columns in the Excel sheet: **Component Name**, **ComponentId**, **Version**, and **Binary / File Names**. You can use the filters to search and find specific components and binaries.
183183

184-
For all your references, first determine which ones are in the core editor (Microsoft.VisualStudio.Component.CoreEditor) component. At minimum, we require the core editor component to be specified as a prerequisite for all extensions. Of the references that are left that are not in core editor, add filters in the **Binaries / Files Names** section to find components that have any of the subset of those references.
184+
For all your references, first determine which ones are in the core editor (Microsoft.VisualStudio.Component.CoreEditor) component. At minimum, we require the core editor component to be specified as a prerequisite for all extensions. Of the references that are left that are not in core editor, add filters in the **Binaries / Files Names** section to find components that have any of the subsets of those references.
185185

186186
Examples:
187187

0 commit comments

Comments
 (0)