We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32e3b5f commit 5efc973Copy full SHA for 5efc973
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 2.1.0 (2021-12-30)
2
+
3
+- 🚤 Improved performance when showing the projects in the solution.
4
+- ✨ Improved text searching when filtering the projects.
5
+- ✨ Added support for using a regular expression to filter the projects.
6
7
# 2.0.0 (2021-12-24)
8
9
- ✨ Visual Studio 2022 support.
source/ProjectFilter/ProjectFilter.csproj
@@ -12,7 +12,7 @@
12
</PropertyGroup>
13
14
<PropertyGroup>
15
- <Version>2.0.0</Version>
+ <Version>2.1.0</Version>
16
17
18
0 commit comments