Skip to content

Commit d824cb9

Browse files
committed
update version
1 parent 5c3f98c commit d824cb9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Changelog
2+
- 2022-12-21 **1.0.8**
3+
- Fix issue load relative path with window parallel macOS.
24
- 2022-06-02 **1.0.7**
35
- Support event ArrowKeyDown and ArrowKeyUp to move between items search and TreeView
46
- Support press key Esc from keyboard to close Form.

Installer/Installer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
const string projectName = "CadAddinManager";
1818
const string outputName = "CadAddinManager";
1919
const string outputDir = "output";
20-
const string version = "1.0.7";
20+
const string version = "1.0.8";
2121
var fileName = new StringBuilder().Append(outputName).Append("-").Append(version);
2222
var project = new Project
2323
{

0 commit comments

Comments
 (0)