Skip to content

Commit ace48fe

Browse files
committed
update version
1 parent edb0ca6 commit ace48fe

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelog
2+
- 2022-04-28 **1.0.1**
3+
- Fix small bug when execute command string reflect.
4+
- Add some test cases.
25
- 2022-04-27 **1.0.0**
36
- First Release.
47
- Support CAD & Civil3D Version : 2020,2021,2022,2023

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.0";
20+
const string version = "1.0.1";
2121
var fileName = new StringBuilder().Append(outputName).Append("-").Append(version);
2222
var project = new Project
2323
{

0 commit comments

Comments
 (0)