-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (18 loc) · 1.08 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<html><body>
<h1>Add-in Repository</h1>
<h2>Visual Studio Mac 2022 Addins by Ivo Krugers</h2>
<p>This is a list of add-ins available in this repository.</p>
<table border=1><thead><tr><th>Add-in</th><th>Version</th><th>Description</th></tr></thead>
<tr><td>VSM: Generate .mpack</td><td>17.5.1</td><td>This extension adds a item to the tools menu to generate a .mpack file from a release build.
By Ivo Krugers</td></tr>
<tr><td>VSM: SolutionTree Filter</td><td>17.5.2</td><td>This extension adds a Pad which allows you to filter the solution tree by multiple search terms.
By Ivo Krugers</td></tr>
<tr><td>SimplePad demo</td><td>17.5</td><td>Demo how to create a pad.
by Ivo Krugers</td></tr>
<tr><td>VSM: Get Git Repo URL of selected lines</td><td>17.5.1</td><td>This extension copies the URL of the selected lines in the connected Git Repo to the clipboard. GITHUB and Azure DevOps are supported.
by Ivo Krugers</td></tr>
<tr><td>VSM: One Click To Open File</td><td>17.5.1</td><td>This extension opens a file with only one click on the solutiontree.
by Ivo Krugers
</td></tr>
</table>
</body></html>