We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9e086c + 38dcbb4 commit eecc688Copy full SHA for eecc688
CHANGELOG.md
@@ -1,4 +1,6 @@
1
# Changelog
2
+- 2022-09-22 **1.0.2**
3
+ - Fix set CollectorExt.m_app error. [#128](https://github.com/architecture-building-systems/revitpythonshell/pull/128)
4
- 2022-06-27 **1.0.1**
5
- Add Process CI/CD Automatic.
6
- Fix Problem show owner window.
Installer/Installer.cs
@@ -12,7 +12,7 @@
12
const string projectName = "RevitPythonShell";
13
const string outputName = "RevitPythonShell";
14
const string outputDir = "output";
15
-const string version = "1.0.1";
+const string version = "1.0.2";
16
17
var fileName = new StringBuilder().Append(outputName).Append("-").Append(version);
18
var project = new Project
0 commit comments