|
12 | 12 | <a href="https://github.com/CodingWithCalvin/VS-LaunchyBar/blob/main/LICENSE"> |
13 | 13 | <img src="https://img.shields.io/github/license/CodingWithCalvin/VS-LaunchyBar?style=for-the-badge" alt="License"> |
14 | 14 | </a> |
15 | | - <a href="https://github.com/CodingWithCalvin/VS-LaunchyBar/actions/workflows/publish.yml"> |
16 | | - <img src="https://img.shields.io/github/actions/workflow/status/CodingWithCalvin/VS-LaunchyBar/publish.yml?style=for-the-badge" alt="Build Status"> |
| 15 | + <a href="https://github.com/CodingWithCalvin/VS-LaunchyBar/actions/workflows/build.yml"> |
| 16 | + <img src="https://img.shields.io/github/actions/workflow/status/CodingWithCalvin/VS-LaunchyBar/build.yml?style=for-the-badge" alt="Build Status"> |
17 | 17 | </a> |
18 | 18 | </p> |
19 | 19 |
|
20 | 20 | <p align="center"> |
21 | | - <a href="https://marketplace.visualstudio.com/items?itemName=CodingWithCalvin.LaunchyBar"> |
22 | | - <img src="https://img.shields.io/visual-studio-marketplace/v/CodingWithCalvin.LaunchyBar?style=for-the-badge" alt="Marketplace Version"> |
| 21 | + <a href="https://marketplace.visualstudio.com/items?itemName=CodingWithCalvin.VS-LaunchyBar"> |
| 22 | + <img src="https://img.shields.io/visual-studio-marketplace/v/CodingWithCalvin.VS-LaunchyBar?style=for-the-badge" alt="Marketplace Version"> |
23 | 23 | </a> |
24 | | - <a href="https://marketplace.visualstudio.com/items?itemName=CodingWithCalvin.LaunchyBar"> |
25 | | - <img src="https://img.shields.io/visual-studio-marketplace/i/CodingWithCalvin.LaunchyBar?style=for-the-badge" alt="Installs"> |
| 24 | + <a href="https://marketplace.visualstudio.com/items?itemName=CodingWithCalvin.VS-LaunchyBar"> |
| 25 | + <img src="https://img.shields.io/visual-studio-marketplace/i/CodingWithCalvin.VS-LaunchyBar?style=for-the-badge" alt="Installs"> |
26 | 26 | </a> |
27 | | - <a href="https://marketplace.visualstudio.com/items?itemName=CodingWithCalvin.LaunchyBar"> |
28 | | - <img src="https://img.shields.io/visual-studio-marketplace/d/CodingWithCalvin.LaunchyBar?style=for-the-badge" alt="Downloads"> |
| 27 | + <a href="https://marketplace.visualstudio.com/items?itemName=CodingWithCalvin.VS-LaunchyBar"> |
| 28 | + <img src="https://img.shields.io/visual-studio-marketplace/d/CodingWithCalvin.VS-LaunchyBar?style=for-the-badge" alt="Downloads"> |
29 | 29 | </a> |
30 | | - <a href="https://marketplace.visualstudio.com/items?itemName=CodingWithCalvin.LaunchyBar"> |
31 | | - <img src="https://img.shields.io/visual-studio-marketplace/r/CodingWithCalvin.LaunchyBar?style=for-the-badge" alt="Rating"> |
| 30 | + <a href="https://marketplace.visualstudio.com/items?itemName=CodingWithCalvin.VS-LaunchyBar"> |
| 31 | + <img src="https://img.shields.io/visual-studio-marketplace/r/CodingWithCalvin.VS-LaunchyBar?style=for-the-badge" alt="Rating"> |
32 | 32 | </a> |
33 | 33 | </p> |
34 | 34 |
|
@@ -95,7 +95,7 @@ Contributions are welcome! Please feel free to submit a Pull Request. |
95 | 95 | ``` |
96 | 96 | git clone https://github.com/CodingWithCalvin/VS-LaunchyBar.git |
97 | 97 | ``` |
98 | | -2. Open `src/CodingWithCalvin.LaunchyBar.slnx` in Visual Studio 2022 |
| 98 | +2. Open `src/CodingWithCalvin.VS-LaunchyBar.slnx` in Visual Studio 2022 |
99 | 99 | 3. Build the solution (`Ctrl+Shift+B`) |
100 | 100 | 4. Press `F5` to launch the experimental instance |
101 | 101 | 5. Make your changes and submit a PR |
|
0 commit comments