Skip to content

Commit d04a6ee

Browse files
committed
update installer
1 parent fa07758 commit d04a6ee

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-03-05 **2.0.4**
3+
- Fix issue assembly code loaded raised e duplicate message in AutoCAD 2025
24
- 2025-03-04 **2.0.3**
35
- Fix issue can't load dependencies into AutoCAD 2025
46
- Allow use load assembly context and unload assembly A25

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.3";
19+
const string version = "2.0.4";
2020
var fileName = new StringBuilder().Append(outputName).Append("-").Append(version);
2121
var project = new Project
2222
{

0 commit comments

Comments
 (0)