Skip to content

Commit 8cb0cbc

Browse files
committed
update version
1 parent c25ff89 commit 8cb0cbc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Changelog.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Changelog
2+
- 2022-09-19 **1.0.7**
3+
- Supported Search feature with field name
24
- 2022-09-19 **1.0.6**
35
- Improve show value type.
46
- Improve show tree view index

Installer/Installer.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
const string projectName = "RevitLookupWpf";
1414
const string outputName = "RevitLookupWpf";
1515
const string outputDir = "output";
16-
var version = "1.0.6";
16+
var version = "1.0.7";
1717
var fileName = new StringBuilder().Append(outputName).Append("-").Append(version);
1818

1919
var project = new Project

0 commit comments

Comments
 (0)