Skip to content

Commit c770c74

Browse files
committed
update installer
1 parent 2d8e3f1 commit c770c74

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+
- 2025-03-04 **2.0.3**
3+
- Fix issue can't load dependencies into AutoCAD 2025
4+
- Allow use load assembly context and unload assembly A25
25
- 2023-04-28 **2.0.2**
36
- Add support Autocad 2025
47
- Add support Civil3D 2025

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

0 commit comments

Comments
 (0)