Skip to content

Commit

Permalink
update installer
Browse files Browse the repository at this point in the history
  • Loading branch information
chuongmep committed Mar 4, 2025
1 parent 2d8e3f1 commit c770c74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog
- 2025-03-04 **2.0.3**
- Fix issue can't load dependencies into AutoCAD 2025
- Allow use load assembly context and unload assembly A25
- 2023-04-28 **2.0.2**
- Add support Autocad 2025
- Add support Civil3D 2025
Expand Down
2 changes: 1 addition & 1 deletion Installer/Installer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
const string projectName = "CadAddinManager";
const string outputName = "CadAddinManager";
const string outputDir = "output";
const string version = "2.0.2";
const string version = "2.0.3";
var fileName = new StringBuilder().Append(outputName).Append("-").Append(version);
var project = new Project
{
Expand Down

0 comments on commit c770c74

Please sign in to comment.