We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11f3ee2 commit 56e4cb2Copy full SHA for 56e4cb2
CHANGELOG.md
@@ -1,4 +1,6 @@
1
# Changelog
2
+- 2025-06-12 **2.0.6**
3
+ - Allow Debug with .pdb [#18](https://github.com/chuongmep/CadAddinManager/pull/18)
4
- 2025-05-18 **2.0.5**
5
- Fixed command attribute flag with 4 type arguments
6
- 2025-03-05 **2.0.4**
Installer/Installer.cs
@@ -16,7 +16,7 @@
16
const string projectName = "CadAddinManager";
17
const string outputName = "CadAddinManager";
18
const string outputDir = "output";
19
-const string version = "2.0.5";
+const string version = "2.0.6";
20
var fileName = new StringBuilder().Append(outputName).Append("-").Append(version);
21
var project = new Project
22
{
0 commit comments