|
1 | 1 | [](https://ci.appveyor.com/project/csoltenborn/googletestadapter-u1cxh/branch/master) |
2 | 2 | [](https://codecov.io/gh/csoltenborn/GoogleTestAdapter) |
3 | | -[](https://marketplace.visualstudio.com/items?itemName=ChristianSoltenborn.GoogleTestAdapter) |
| 3 | +[](https://marketplace.visualstudio.com/items?itemName=ChristianSoltenborn.GoogleTestAdapter) |
4 | 4 | [](https://www.nuget.org/packages/GoogleTestAdapter) |
5 | 5 |
|
6 | 6 |
|
@@ -52,14 +52,14 @@ Please note that I will see your donations as appreciation of my work so far and |
52 | 52 |
|
53 | 53 | #### Installation |
54 | 54 |
|
55 | | -[](https://marketplace.visualstudio.com/items?itemName=ChristianSoltenborn.GoogleTestAdapter) |
| 55 | +[](https://marketplace.visualstudio.com/items?itemName=ChristianSoltenborn.GoogleTestAdapter) |
56 | 56 | [](https://www.nuget.org/packages/GoogleTestAdapter) |
57 | 57 | [](https://github.com/csoltenborn/GoogleTestAdapter/releases) |
58 | 58 |
|
59 | 59 | Google Test Adapter can be installed in three ways: |
60 | 60 |
|
61 | 61 | * Install through the Visual Studio Marketplace at *Tools/Extensions and Updates* - search for *Google Test Adapter*. |
62 | | -* Download and launch the VSIX installer from either the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=ChristianSoltenborn.GoogleTestAdapter) or [GitHub](https://github.com/csoltenborn/GoogleTestAdapter/releases/download/v0.16.0/GoogleTestAdapter-0.16.0.vsix) |
| 62 | +* Download and launch the VSIX installer from either the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=ChristianSoltenborn.GoogleTestAdapter) or [GitHub](https://github.com/csoltenborn/GoogleTestAdapter/releases/download/v0.16.1/GoogleTestAdapter-0.16.1.vsix) |
63 | 63 | * Add a NuGet dependency to the [Google test adapter nuget package](https://www.nuget.org/packages/GoogleTestAdapter/) to your Google Test projects. Note, however, that Visual Studio integration is limited this way: VS can discover and run tests, but no debugging, options or toolbar will be available; configuration is only possible through solution config files (see below). |
64 | 64 |
|
65 | 65 | After restarting VS, your tests will be displayed in the Test Explorer at build completion time. If no or not all tests show up, have a look at the [trouble shooting section](#trouble_shooting). |
|
0 commit comments