We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c25ff89 commit 8cb0cbcCopy full SHA for 8cb0cbc
Changelog.md
@@ -1,4 +1,6 @@
1
# Changelog
2
+- 2022-09-19 **1.0.7**
3
+ - Supported Search feature with field name
4
- 2022-09-19 **1.0.6**
5
- Improve show value type.
6
- Improve show tree view index
Installer/Installer.cs
@@ -13,7 +13,7 @@
13
const string projectName = "RevitLookupWpf";
14
const string outputName = "RevitLookupWpf";
15
const string outputDir = "output";
16
-var version = "1.0.6";
+var version = "1.0.7";
17
var fileName = new StringBuilder().Append(outputName).Append("-").Append(version);
18
19
var project = new Project
0 commit comments