Skip to content

Commit b43e56a

Browse files
authored
Merge pull request #8 from IvoKrugers/develop
17.3 Preview (17.3 build 1972)
2 parents de7d30c + 10c5adc commit b43e56a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

VisualStudioMac.SolutionTreeFilter/Gui/FilterPadWidget.UI.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ protected virtual void Build()
8686

8787
// Expand projects section
8888
var expandHBox = new HBox();
89+
8990
var expandLabel = new Label("Projects to Expand:")
9091
{
9192
MarginLeft = 6,

VisualStudioMac.SolutionTreeFilter/Properties/Manifest.addin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<Addin name = "SolutionTree Filter"
3+
<Addin name = "VSM: SolutionTree Filter"
44
id = "SolutionTreeFilter"
55
namespace = "VisualStudioMac"
66
author = "Ivo Krugers"
77
copyright = "MIT X11"
88
url = "https://github.com/IvoKrugers/VisualStudioMac.SolutionTreeFilter"
99
description = "This extension adds a Pad which allows you to filter the solution tree by multiple search terms.\n\nby Ivo Krugers"
1010
category = "IDE extensions"
11-
version = "17.3.3">
11+
version = "17.3.4">
1212

1313
<Runtime>
1414
<Import assembly="VisualStudioMac.SolutionTreeFilter.dll" />

0 commit comments

Comments
 (0)