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 5c3f98c commit d824cb9Copy full SHA for d824cb9
CHANGELOG.md
@@ -1,4 +1,6 @@
1
# Changelog
2
+- 2022-12-21 **1.0.8**
3
+ - Fix issue load relative path with window parallel macOS.
4
- 2022-06-02 **1.0.7**
5
- Support event ArrowKeyDown and ArrowKeyUp to move between items search and TreeView
6
- Support press key Esc from keyboard to close Form.
Installer/Installer.cs
@@ -17,7 +17,7 @@
17
const string projectName = "CadAddinManager";
18
const string outputName = "CadAddinManager";
19
const string outputDir = "output";
20
-const string version = "1.0.7";
+const string version = "1.0.8";
21
var fileName = new StringBuilder().Append(outputName).Append("-").Append(version);
22
var project = new Project
23
{
0 commit comments