Skip to content

Commit 56e4cb2

Browse files
committed
update version
1 parent 11f3ee2 commit 56e4cb2

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+
- 2025-06-12 **2.0.6**
3+
- Allow Debug with .pdb [#18](https://github.com/chuongmep/CadAddinManager/pull/18)
24
- 2025-05-18 **2.0.5**
35
- Fixed command attribute flag with 4 type arguments
46
- 2025-03-05 **2.0.4**

Installer/Installer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
const string projectName = "CadAddinManager";
1717
const string outputName = "CadAddinManager";
1818
const string outputDir = "output";
19-
const string version = "2.0.5";
19+
const string version = "2.0.6";
2020
var fileName = new StringBuilder().Append(outputName).Append("-").Append(version);
2121
var project = new Project
2222
{

0 commit comments

Comments
 (0)