Skip to content

Commit 85f21b9

Browse files
Merge pull request #248 from andreassundstrom/bugfix/#225-fixes-in-readme
Minor fixes in Readme.md
2 parents 1fc86af + f9ab542 commit 85f21b9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ This package attempts to solve multiple issues with the current extensibility mo
8585
Base classes, helper methods, and extension methods encapsulate the complexity so you don't have to.
8686

8787
### It's difficult to find what services and components to use
88-
Now the most commmon services are all easy to get to from the main `VS` object. For instance, to write to the status bar, you can now write the following:
88+
Now the most commmon services are all easy to get to from the main `VS` object.
8989

9090

9191
### Best practices change with each version of VS. I can't keep up
@@ -105,4 +105,6 @@ This is a living project where the whole community can contribute helpers on top
105105
This project works around those changes in the implementation of its public contracts and interfaces. This means that what was a breaking change to the VS SDK, becomes an implementation detail of this project and no user will be affected.
106106

107107
## Templates
108-
For both project- and item templates that utilizes this NuGet packages, download the [Extensibility Template Pack](https://marketplace.visualstudio.com/items?itemName=MadsKristensen.ExtensibilityItemTemplates).
108+
For both project- and item templates that utilizes this NuGet packages, download the Extensibility Template Pack:
109+
* [Extensibility Template Pack 2022](https://marketplace.visualstudio.com/items?itemName=MadsKristensen.ExtensibilityItemTemplates2022) (Visual Studio 2022)
110+
* [Extensibility Template Pack 2019](https://marketplace.visualstudio.com/items?itemName=MadsKristensen.ExtensibilityItemTemplates) (Visual Studio 2019)

0 commit comments

Comments
 (0)